← Back to Skills Marketplace
7525
Downloads
4
Stars
17
Active Installs
1
Versions
Install in OpenClaw
/install apollo
Description
Interact with Apollo.io REST API (people/org enrichment, search, lists).
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install apollo - After installation, invoke the skill by name or use
/apollo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Apollo?
Interact with Apollo.io REST API (people/org enrichment, search, lists). It is an AI Agent Skill for Claude Code / OpenClaw, with 7525 downloads so far.
How do I install Apollo?
Run "/install apollo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Apollo free?
Yes, Apollo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Apollo support?
Apollo is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Apollo?
It is built and maintained by JhumanJ (@jhumanj); the current version is v1.0.0.
More Skills