发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Windows Remote Control
Execute commands on remote Windows machines via SSH.
Terminal Command
Terminal is **disabled by default** for security. Must be enabled in extension settings, and only whitelisted commands are allowed.
Language Intelligence Commands
These commands leverage the IDE's language server (TypeScript, ESLint, etc.).
Cursor Agent CLI Commands
Only available when the IDE is **Cursor** (not VS Code).
ms-todo-sync
A Microsoft To Do command-line client for managing tasks and lists via Microsoft Graph API.
OS Activity - Personalize your OpenClaw by learning how you use your computer.
By leveraging `osquery` tool, add additional information telling OpenClaw about your activity on the computer, such as recent edited files, program running, etc. OpenClaw can then use this information to provide more personalized and relevant suggestions. If you have not installed `osquery`, please run the following command to install it: ```bash python ~/.openclaw/workspace/skills/os-activity/scripts/install_osquery.py ```
SSH Exec Skill
Run a single command on a remote Tailscale node via SSH without opening an interactive session. Requires SSH access to the target (key in `~/.ssh/` or `SSH_AUTH_SOCK`) and `SSH_TARGET` env var (e.g., `100.107.204.64:8022`).
Git Helper
Common git operations as a skill. Provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing.