选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apollo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apollo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apollo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apollo description: Interact with Apollo.io REST API (people/org enrichment, search, lists). metadata: {"clawdbot":{"emoji":"🛰️","os":["darwin","linux"]}} ---
Interact with Apollo.io via REST API.
Create config/apollo.env (example at config/apollo.env.example):
APOLLO_BASE_URL (usually https://api.apollo.io)APOLLO_API_KEYScripts load this automatically.
skills/apollo/scripts/apollo-get.sh "/api/v1/users" (endpoint availability may vary)skills/apollo/scripts/apollo-people-search.sh "vp marketing" 1 5skills/apollo/scripts/apollo-post.sh "/api/v1/mixed_people/api_search" '{"q_keywords":"vp marketing","page":1,"per_page":5}'skills/apollo/scripts/apollo-enrich-website.sh "apollo.io"skills/apollo/scripts/apollo-orgs-bulk.sh "6136480939c707388501e6b9"X-Api-Key header (these scripts send it automatically).403 in that case).429 responses.安装 阿波罗 后,可以对 AI 说这些话来触发它
Help me get started with Apollo
Explains what Apollo does, walks through the setup, and runs a quick demo based on your current project
Use Apollo to interact with Apollo
Invokes Apollo with the right parameters and returns the result directly in the conversation
What can I do with Apollo in my developer & devops workflow?
Lists the top use cases for Apollo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apollo/ 目录(个人级,所有项目可用),或 .claude/skills/apollo/(项目级)。重启 AI 客户端后,用 /apollo 主动调用,或让 AI 根据上下文自动发现并使用。
阿波罗 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
阿波罗 可免费安装使用。请查阅仓库了解许可证信息。
与 Apollo.io REST API 交互(人员/组织充实、搜索、列表)。
阿波罗 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Apollo
Identifies repetitive steps in your workflow and sets up Apollo to handle them automatically