← 返回 Skills 市场
Cline
作者
elathoxu-crypto
· GitHub ↗
· v1.0.0
417
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cline
功能描述
Automation skill for Cline.
使用说明 (SKILL.md)
name: cline description: > Run the local Cline CLI to plan/build/code and return the output. requirements:
- command: cline description: Cline CLI must be installed and on PATH usage:
- title: Run Cline headless command: cline -y "\x3CTASK>" notes: | Use for coding, scaffolding, debugging, and multi-step plans. Keep prompts short and task-oriented. examples:
- 'cline -y "Create hello.sh that prints date and uname -a."'
- 'cline -y "Refactor this repo: add README and scripts folder."' safety:
- Never paste secrets.
- Ask before destructive commands.
安全使用建议
This skill will run whatever your locally installed 'cline' binary does. Before installing: (1) ensure the 'cline' binary on your system is the legitimate tool you expect (check origin/signature), (2) be cautious because the skill uses '-y' which auto-confirms actions — avoid or remove '-y' for tasks that could modify files or systems, and (3) do not grant the agent broad autonomous authority to run destructive tasks; require explicit confirmation for any change-making operations or run the CLI in a sandboxed/test environment first.
功能分析
Type: OpenClaw Skill
Name: cline
Version: 1.0.0
The skill provides a wrapper for the Cline CLI using the '-y' flag, which enables autonomous, non-interactive command execution and file system modifications. While this aligns with the stated purpose in SKILL.md, it introduces high-risk capabilities by allowing a nested agent to perform arbitrary system actions without per-command user oversight, fitting the criteria for risky capabilities plausibly needed for the stated purpose.
能力评估
Purpose & Capability
Name/description claim 'Automation skill for Cline' and the SKILL.md require the local 'cline' command on PATH — this is proportionate and expected.
Instruction Scope
Instructions are narrowly scoped to running 'cline -y "<TASK>"' and do not request unrelated files or credentials. Caveat: the SKILL.md mandates the '-y' (auto-confirm) flag while also saying 'Ask before destructive commands' — this is an internal inconsistency because '-y' will auto-accept prompts and could permit destructive actions if tasks are mis-specified. Also, because the skill runs a local CLI, the actual surface (file/network access) depends on what that binary does; the skill itself does not request those accesses explicitly.
Install Mechanism
No install spec (instruction-only). Nothing will be downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested — proportional to an instruction-only wrapper around a local CLI.
Persistence & Privilege
always is false and model invocation is allowed (default). This is normal for an invocable skill and the skill does not request elevated persistence or modification of other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cline - 安装完成后,直接呼叫该 Skill 的名称或使用
/cline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cline 1.0.0
- Initial release.
- Allows running the local Cline CLI for coding, scaffolding, debugging, and multistep planning.
- Added usage instructions and examples for typical commands.
- Includes safety notes to never paste secrets and to confirm destructive actions.
元数据
常见问题
Cline 是什么?
Automation skill for Cline. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 417 次。
如何安装 Cline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cline」即可一键安装,无需额外配置。
Cline 是免费的吗?
是的,Cline 完全免费(开源免费),可自由下载、安装和使用。
Cline 支持哪些平台?
Cline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cline?
由 elathoxu-crypto(@elathoxu-crypto)开发并维护,当前版本 v1.0.0。
推荐 Skills