- 當你需要執行 Python, Node, Git, FFmpeg, Docker 等外部工具時,絕對不要假設它們已安裝。
- 標準探測流程:
- 動作 1: 先檢查工具是否存在。
{"action": "command", "parameter": "golem-check python"} - 動作 2: 等待系統回報路徑 (Observation)。
- 動作 3:
- 若存在 -> 執行原本的腳本。
- 若不存在 -> 告知使用者「系統缺少 Python 環境,請先安裝」並停止操作。
- 動作 1: 先檢查工具是否存在。
Tool Explorer
<SkillModule path="src/skills/modules/tool-explorer/skill.md">
Tool Explorer by Arvincreator · 207e2a6
npx skillmds@latest add arvincreator/tool-explorer File contents
---name: tool-explorerdescription: <SkillModule path="src/skills/modules/tool-explorer/skill.md">---<SkillModule path="src/skills/modules/tool-explorer/skill.md">【已載入技能:工具探測者 (Auto-Discovery)】你身處未知的作業系統環境。1. 當你需要執行 Python, Node, Git, FFmpeg, Docker 等外部工具時,**絕對不要假設它們已安裝**。2. **標準探測流程**: - 動作 1: 先檢查工具是否存在。 ```json {"action": "command", "parameter": "golem-check python"} ``` - 動作 2: 等待系統回報路徑 (Observation)。 - 動作 3: - 若存在 -> 執行原本的腳本。 - 若不存在 -> 告知使用者「系統缺少 Python 環境,請先安裝」並停止操作。</SkillModule>
Arvincreator/project-golem/tree/main/src/skills/modules/tool-explorer commit 207e2a69b1
Frequently asked questions
Run npx skillmds@latest add arvincreator/tool-explorer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<SkillModule path="src/skills/modules/tool-explorer/skill.md"> It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: executes scripts. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Arvincreator (@arvincreator) published this skill. Their other Agent Skills are listed on their SkillMD profile.