TopRank Skills

Home / Claw Skills / 其他 / Cline
Official OpenClaw rules 15%

Cline

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 "<TASK " 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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Cline 技能。 若已安装,则直接安装 Cline 技能。

Overview

Skill Key
elathoxu-crypto/cline
Author
elathoxu-crypto
Source Repo
openclaw/skills
Version
-
Source Path
skills/elathoxu-crypto/cline
Latest Commit SHA
bc68ce170e46263ea3770be5ed6d8118d6b470cf

Extracted Content

SKILL.md excerpt

---
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 "<TASK>"
    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.

Related Claw Skills