发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
- ANTHROPIC_API_KEY # optional — enables Claude fallback in auto mode
bins: - python3 config: vision_provider: type: string
Hyperbot MCP 提示词参考
Hyperbot MCP 服务器提供用于加密货币交易分析、聪明钱追踪、鲸鱼行为监控和市场情绪分析的 **prompts** 和 **tools**。在调用 MCP 功能时(例如从 Cursor 或 Claude)使用这些提示词。
Hyperbot MCP Prompts Reference
The Hyperbot MCP server exposes **prompts** and **tools** for cryptocurrency trading analysis, smart money tracking, whale behavior monitoring, and market sentiment analysis. Use these prompts when invoking MCP capabilities (e.g. from Cursor or Claude).
Hyperbot MCP 提示词参考
Hyperbot MCP 服务器提供用于加密货币交易分析、聪明钱追踪、鲸鱼行为监控和市场情绪分析的 **prompts** 和 **tools**。在调用 MCP 功能时(例如从 Cursor 或 Claude)使用这些提示词。
Hyperbot MCP Prompts Reference
The Hyperbot MCP server exposes **prompts** and **tools** for cryptocurrency trading analysis, smart money tracking, whale behavior monitoring, and market sentiment analysis. Use these prompts when invoking MCP capabilities (e.g. from Cursor or Claude).
Claude MCP Config
Use this server entry in Claude Desktop MCP config:
Coding Agent
Launch and manage AI coding agents (Codex, Claude Code, Kiro CLI, OpenCode, Pi) from OpenClaw using bash with background process control.
claude-usage-cli
⚠️ **DEPRECATED** — This skill is no longer maintained. Please use [`claude-cost-cli`](https://clawhub.com/skills/claude-cost-cli) instead, which provides the same functionality with active support.
claude-cost-cli
A CLI for querying Anthropic Admin API usage and cost data. Requires an Admin API key (`sk-ant-admin...`) from Claude Console → Settings → Admin Keys. Credentials are stored in macOS Keychain.
Claude Code 集成指南
本项目可作为 Claude Code 的 Skill 使用,让 AI 助手能够自动发布内容到小红书,或仅启动测试浏览器(不发布)。
仓库指南
本仓库是一个用于小红书自动化的 Python Skill 包。 - `scripts/` 包含全部可执行逻辑:`publish_pipeline.py`(主流程)、`cdp_publish.py`(CDP 自动化与账号命令)、`chrome_launcher.py`(Chrome 生命周期管理)以及辅助模块(`image_downloader.py`、`account_manager.py`、`run_lock.py`)。 - `config/accounts.json.example` 是账号与 Profile 的配置模板。 - `docs/` 存放集成说明(例如 `docs/claude-code-integration.md`)。 - `images/publish_temp/` 是临时素材目录占位。
Migration Guide: CLAUDE.md → CC_GodMode Skill
How to migrate from using CC_GodMode via CLAUDE.md to the OpenClaw Skill.