← 返回 Skills 市场
jhumanj

Apollo

作者 JhumanJ · GitHub ↗ · v1.0.0
darwinlinux ✓ 安全检测通过
7525
总下载
4
收藏
17
当前安装
1
版本数
在 OpenClaw 中安装
/install apollo
功能描述
Interact with Apollo.io REST API (people/org enrichment, search, lists).
安全使用建议
Install only if you are comfortable giving the skill access to an Apollo API key. Use a dedicated or least-privileged key where possible, verify the configured base URL before use, protect the local env file, and review generic POST calls because some Apollo endpoints may consume credits or change account data.
功能分析
Type: OpenClaw Skill Name: apollo Version: 1.0.0 The skill bundle is designed to interact with the Apollo.io REST API, which inherently involves making network requests and handling an API key. All scripts use `curl` to communicate with the `APOLLO_BASE_URL` (configured by the user) and send the `APOLLO_API_KEY` via an `X-Api-Key` header, which is standard practice. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` that would instruct the agent to deviate from its stated purpose. The hardcoded configuration file path in `scripts/apollo-config.sh` is an implementation detail, not a security vulnerability.
能力评估
Purpose & Capability
The skill’s purpose is to interact with Apollo.io for people and organization search/enrichment, and the scripts match that purpose by wrapping authenticated GET/POST requests. The generic GET/POST helpers are broad, but they are disclosed as REST API helpers.
Instruction Scope
Commands are presented as user-run examples, with no artifact evidence of automatic execution, role manipulation, hidden prompts, or background activity.
Install Mechanism
There is no dependency installer or privilege-escalating setup. The metadata does not declare network/API-key requirements, and the script uses a hard-coded config path, which is a disclosure/usability gap rather than malicious behavior.
Credentials
Network access and an Apollo API key are proportionate for this integration. Users should ensure APOLLO_BASE_URL points to Apollo’s intended API endpoint because the key is sent to the configured base URL.
Persistence & Privilege
The skill has no background persistence or privilege escalation. It expects a persistent local env file containing the Apollo API key, and that file is shell-sourced, so it should only contain trusted variable assignments.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apollo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apollo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug apollo
版本 1.0.0
许可证
累计安装 284
当前安装数 17
历史版本数 1
常见问题

Apollo 是什么?

Interact with Apollo.io REST API (people/org enrichment, search, lists). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7525 次。

如何安装 Apollo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install apollo」即可一键安装,无需额外配置。

Apollo 是免费的吗?

是的,Apollo 完全免费(开源免费),可自由下载、安装和使用。

Apollo 支持哪些平台?

Apollo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Apollo?

由 JhumanJ(@jhumanj)开发并维护,当前版本 v1.0.0。

💬 留言讨论