发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
AIOZ UI V3 — Figma MCP → Code Mapping Skill
This skill defines exactly how to translate **Figma MCP output** into production React code using the AIOZ UI V3 design system.
Pane MCP
Access a user's linked financial accounts via [Pane](https://pane.money), a hosted MCP server powered by Plaid. Query bank accounts, transactions, balances, spending summaries, recurring payments, investments, liabilities, and crypto holdings. Write persistent annotations to remember context across conversations.
Books for Agents
An open source knowledge base of structured book summaries, available to any AI agent via MCP.
VectorClaw MCP
VectorClaw connects OpenClaw to an Anki / Digital Dream Labs Vector robot through MCP. It provides practical robot control primitives for speech, movement, camera capture, and status/sensor reads.
Dockerfile Hardening Audit
Use this skill to statically audit Dockerfiles before insecure container defaults land in production.
KVcore MCP/CLI Skill
Use this skill for KVcore CRM operations from chat interfaces.
Claude MCP Config
Use this server entry in Claude Desktop MCP config:
CREA DDF MCP
Use this skill to run DDF as a governed MCP/CLI integration for downstream analysis and automations.
Scrapling MCP Server
The Scrapling MCP server exposes six web scraping tools over the MCP protocol. It supports CSS-selector-based content narrowing (reducing tokens by extracting only relevant elements before returning results) and three levels of scraping capability: plain HTTP, browser-rendered, and stealth (anti-bot bypass).
StealthyFetcher
`StealthyFetcher` is a stealthy browser-based fetcher similar to [DynamicFetcher](dynamic.md), using [Playwright's API](https://playwright.dev/python/docs/intro). It adds advanced anti-bot protection bypass capabilities, most handled automatically. It shares the same browser automation model as `DynamicFetcher`, using [Playwright's Page API](https://playwright.dev/python/docs/api/class-page) for page interaction.
Fetching dynamic websites
`DynamicFetcher` (formerly `PlayWrightFetcher`) provides flexible browser automation with multiple configuration options and built-in stealth improvements.