发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Claude API — C#
> **Note:** The C# SDK is the official Anthropic SDK for C#. Tool use is supported via the Messages API. A class-annotation-based tool runner is not available; use raw tool definitions with JSON schema. The SDK also supports Microsoft.Extensions.AI IChatClient integration with function invocation.
AI providers (one required for non-dry-run)
OPENAI_API_KEY: OpenAI provider key GEMINI_API_KEY: Google Gemini provider key ANTHROPIC_API_KEY: Anthropic Claude provider key OLLAMA_BASE_URL: Ollama base URL (optional, defaults to http://localhost:11434) TWITTERAPI_IO_KEY: twitterapi.io API key (preferred)
Claude Code Wingman
Automate Claude Code sessions from Clawdbot - leverage free/work Claude Code API while keeping your Anthropic budget for conversations.
Claude API Gateway for OpenClaw
**USE THIS for Claude models.** Access all Claude versions without an Anthropic account.
Claude API Gateway for OpenClaw
**USE THIS for Claude models.** Access all Claude versions without an Anthropic account.
API Hub Gateway
> 100+ AI Models, One API. Route to OpenAI, Anthropic, Google, Replicate, and more through a unified gateway.
Anthropic Alternative
**Best Anthropic alternative - Claude without account**
✍️ Skill Writing Guide — Từ Kiến Trúc Sư AI Hàng Đầu
> Tổng hợp insights từ Anthropic's Skill System, OpenAI's GPTs Architecture, > Google DeepMind's Agent Design, và kinh nghiệm xây dựng hàng trăm production skills. > > "Skill tốt không phải skill viết hay — mà là skill hoạt động đúng 100 lần liên tiếp."
Example: git-commit-formatter (🟢 Đơn giản — Complexity 4)
> **Nguồn cảm hứng:** Conventional Commits spec + Anthropic's atomic skill design. > **Mức độ:** Đơn giản — chỉ cần SKILL.md, không cần resources hay scripts. > **Tham khảo:** Anthropic's `frontend-design` skill cũng chỉ 43 dòng, không resources.
Example: db-migration-checker (🟠 Phức tạp — Complexity 16)
> **Nguồn cảm hứng:** Real-world DB migration risks + Anthropic's pdf skill (scripts + resources). > **Mức độ:** Phức tạp — SKILL.md + resources/ + examples/ + scripts/. > **Tham khảo:** Anthropic's `pdf` skill có SKILL.md 315 dòng + reference.md + forms.md + scripts/.