文件系统操作,支持创建目录、创建文件、列出目录、删除文件等
提供简单的文件系统操作能力:
| 操作 | 说明 | 示例 |
|-----|------|------|
| mkdir | 创建目录 | {"action": "mkdir", "path": "G:/test"} |
| touch | 创建空文件 | {"action": "touch", "path": "G:/test.txt"} |
| ls | 列出目录内容 | {"action": "ls", "path": "G:/test"} |
| rm | 删除文件或目录 | {"action": "rm", "path": "G:/test.txt"} |
| write | 写入文件 | {"action": "write", "path": "G:/test.txt", "content": "hello"} |
| read | 读取文件 | {"action": "read", "path": "G:/test.txt"} |
{"action": "mkdir", "path": "G:/my_project"}
{"action": "touch", "path": "G:/my_project/readme.md"}
{"action": "write", "path": "G:/my_project/readme.md", "content": "# 我的项目\n\n这是我的测试项目"}
{"action": "ls", "path": "G:/my_project"}
{"action": "read", "path": "G:/my_project/readme.md"}
{"action": "rm", "path": "G:/my_project/readme.md"}
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer