Shared Skill Installer (ClawHub)
Tool: install_skill
Install a skill using the clawhub CLI.
Parameters:
- -
skill_name (string, required): The name of the skill to install
Behavior:
- - Executes: INLINECODE1
- Returns the raw terminal output (stdout + stderr) as the tool result
- Non-zero exit codes are captured and returned as part of the output
Example usage:
CODEBLOCK0
This runs: INLINECODE2
Tool: installsharedskill
Alias of install_skill — identical functionality.
Parameters:
- -
skill_name (string, required): The name of the skill to install
Behavior:
- - Executes: INLINECODE5
- Returns the raw terminal output (stdout + stderr) as the tool result
Example usage:
CODEBLOCK1
This runs: INLINECODE6
技能名称: install-shared-skill
详细描述:
共享技能安装器 (ClawHub)
工具: install_skill
使用 clawhub CLI 安装技能。
参数:
- - skill_name (字符串,必填): 要安装的技能名称
行为:
- - 执行命令: clawhub install --workdir ./
- 返回原始终端输出(标准输出 + 标准错误)作为工具结果
- 非零退出码会被捕获并作为输出的一部分返回
使用示例:
/install_skill nano-pdf
这将运行: clawhub install nano-pdf --workdir ./
工具: installsharedskill
install_skill 的别名 — 功能完全相同。
参数:
- - skill_name (字符串,必填): 要安装的技能名称
行为:
- - 执行命令: clawhub install --workdir ./
- 返回原始终端输出(标准输出 + 标准错误)作为工具结果
使用示例:
/installsharedskill nano-pdf
这将运行: clawhub install nano-pdf --workdir ./