← 返回 Skills 市场
lfeng

Qoder CLI skill

作者 PenaFong · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
421
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qoder-cli-skill
功能描述
Delegate coding tasks to Qoder CLI using Print mode (non-interactive). Use when: (1) building/creating new features or apps, (2) code reviews, (3) refactorin...
安全使用建议
This skill is essentially a wrapper for the qodercli command-line tool — that is expected. Before installing or using it, verify the source and integrity of the qodercli binary (where was it downloaded from?), and confirm you trust that tool. Be aware that SKILL.md references QODER_PERSONAL_ACCESS_TOKEN but the skill metadata doesn't declare it as required — you will likely need to supply a personal access token for operations. The skill documents a '--yolo' flag that skips permission checks and examples that perform automatic code edits; avoid using such flags unless you fully understand and accept the risk. Also review and control any ~/.qoder/agents or project agent files the skill creates, since they can grant persistent behavior (including running Bash) in future runs. If you want this to be safer: require explicitly declaring the auth env var in the skill metadata, confirm qodercli's provenance, and prefer running commands with review/CI gates rather than automatic edit flags.
功能分析
Type: OpenClaw Skill Name: qoder-cli-skill Version: 0.1.0 The skill bundle is classified as suspicious due to the integration of a powerful CLI tool (`qodercli`) with high-risk capabilities that could be exploited via prompt injection. Specifically, the `SKILL.md` documentation explicitly highlights and provides examples for the `--yolo` flag, which 'Skips permission checks' within `qodercli`, allowing potential bypass of internal safeguards. Additionally, the ability to add arbitrary MCP servers using `bash command:"qodercli mcp add <name> -- <command>"` allows the agent to execute `npx` commands to install and run any npm package (potentially malicious ones) with auto-confirmation (`-y`), creating a significant attack surface for arbitrary code execution or unauthorized system modifications.
能力评估
Purpose & Capability
Name and description claim delegation to Qoder CLI; the skill is instruction-only and requires the qodercli binary (declared in metadata). That requirement is coherent with the stated purpose.
Instruction Scope
Instructions direct the agent to run qodercli commands in the user's workdir (expected) but also describe creating and using user-level config files (~/.qoder/agents) and project-level agent files. They reference an auth environment variable (QODER_PERSONAL_ACCESS_TOKEN) and claim tokens are auto-inherited from shells. The doc also documents a '--yolo' flag that skips permission checks and examples that may cause automatic code edits — these behaviors can lead to surprising or high-impact changes if used unintentionally.
Install Mechanism
No install spec or code files are present; the skill is instruction-only and relies on a binary being present on PATH. This is the lowest-risk install model.
Credentials
The SKILL.md references QODER_PERSONAL_ACCESS_TOKEN for authentication but the registry metadata lists no required environment variables. Not declaring the token as required is an inconsistency: the skill will likely need that token to operate, and users may not realize they must provide it. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. However, it instructs creation of config/agent files under ~/.qoder and project-level agent directories, which gives it persistent configuration capability on the host if those steps are followed. This is consistent with tooling but worth user attention.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qoder-cli-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qoder-cli-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
qoder-cli-skill v0.1.0 - Initial release of the qoder-agent skill using Qoder CLI in Print mode (non-interactive). - Supports feature development, code review, refactoring, and iterative coding tasks that require file exploration. - Compatible with all session types, including direct chat, group chat, and Discord. - Includes documentation for model selection, Quest Mode, subagents, worktree jobs, and MCP server integration. - Requires qodercli to be installed; TUI mode is not supported in automated environments.
元数据
Slug qoder-cli-skill
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Qoder CLI skill 是什么?

Delegate coding tasks to Qoder CLI using Print mode (non-interactive). Use when: (1) building/creating new features or apps, (2) code reviews, (3) refactorin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 421 次。

如何安装 Qoder CLI skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qoder-cli-skill」即可一键安装,无需额外配置。

Qoder CLI skill 是免费的吗?

是的,Qoder CLI skill 完全免费(开源免费),可自由下载、安装和使用。

Qoder CLI skill 支持哪些平台?

Qoder CLI skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Qoder CLI skill?

由 PenaFong(@lfeng)开发并维护,当前版本 v0.1.0。

💬 留言讨论