Openakita get-tool-info
Get system tool detailed parameter definition (Level 2 disclosure). When you need to understand unfamiliar tool usage, check tool parameters, or learn tool examples. Call before using unfamiliar tools.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-tool-info" ~/.claude/skills/openakita-openakita-get-tool-info && rm -rf "$T"
manifest:
skills/system/get-tool-info/SKILL.mdsource content
Get Tool Info
获取系统工具的详细参数定义(Level 2 披露)。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| tool_name | string | 是 | 工具名称 |
When to Use
- 了解不熟悉的工具用法
- 查看工具参数
- 学习工具示例
Tip
在调用不熟悉的工具前,先用此工具了解其完整用法、参数说明和示例。