发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
/term — direct terminal execution (exec dispatch)
`/term` is a **power-user shortcut**: whatever you type after `/term` is forwarded **as-is** to OpenClaw’s `exec` tool.
lh-deepwiki
这是由龙虾哥(liuhedev)维护的 DeepWiki MCP 技能。相比原版,本版本修复了 API 协议变动导致的问题,改用新的 `/mcp` 端点(Streamable HTTP),并优化了参数传递和超时处理。
VS Code Tunnel
Start a VS Code Remote Tunnel in Docker container environments, enabling remote terminal access through VS Code.
Tool Finder 🦞
**统一搜索 ClawHub skills 和 Smithery MCP servers 的工具发现引擎。**
Agent Browser Overview
- A fast Rust-based headless browser automation CLI with a Node.js fallback. - Designed for AI agents to navigate, click, type, and snapshot pages via structured commands. - Uses a background daemon and Playwright for browser control.
Handsfree Windows Control
A guide skill for automating native Windows apps (UIA) and web browsers (Playwright) via the `handsfree-windows` CLI.
Claws NFT Mint
Mint a Claws NFT from the agent-only collection on Solana.
Bright Data Research Skill
Advanced web research powered by Bright Data MCP - perform market analysis, competitive intelligence, data extraction, and comprehensive web research with anti-bot protection.
Sorftime MCP API 接口文档
```bash curl -s -X POST "https://mcp.sorftime.com?key={API_KEY}" \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":N,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{...}}}' ```