From sundial-org-awesome-openclaw-skills-4
Interact with Apollo.io REST API for people and organization enrichment, search, and lists using shell scripts for GET/POST requests and bulk operations.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Interact with Apollo.io via REST API.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.