一键导入
apollo
Search sales leads with Apollo.io. Use when you need to: (1) find company and contact information, (2) enrich lead data, or (3) search for B2B prospects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search sales leads with Apollo.io. Use when you need to: (1) find company and contact information, (2) enrich lead data, or (3) search for B2B prospects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Automated comic creator that transforms text content into educational comics with multiple visual styles including dramatic, warm, shoujo, and ohmsha. Use when user asks to create comics, knowledge comics, educational manga, biography comics, or generate automated comic pages from articles or stories.
Integrate with Google Drive for cloud storage management. Use when you need to: (1) upload and download files from Drive, (2) create folders and organize files, (3) share files and manage permissions, or (4) search and list files in Drive storage.
Integrate with Google Sheets for spreadsheet management and data processing. Use when you need to: (1) create and update spreadsheets, (2) read and write cell data in ranges, (3) manage sheets and formatting, or (4) create charts and analyze data in spreadsheets.
Integrate with Notion for knowledge management and collaboration. Use when you need to: (1) create and update Notion pages and databases, (2) search and query database content, (3) manage page properties and relations, or (4) organize workspace content and structure.
Integrate with Reddit for social media engagement and monitoring. Use when you need to: (1) post submissions and create content, (2) create comments and engage in discussions, (3) search subreddits and trending topics, or (4) manage saved posts and user interactions.
Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information.
基于 SOC 职业分类
| name | apollo |
| description | Search sales leads with Apollo.io. Use when you need to: (1) find company and contact information, (2) enrich lead data, or (3) search for B2B prospects. |
| version | 1.0.0 |
| skillId | skp-urczy0rdx7skwsk7s93fnqb0 |
| workflowId | c-ga8qr2v0idibvd841ypjhbix |
| installationId | skpi-jmvxpnmpmdkyxtrv488qwhbb |
| category | text-data |
Search sales leads with Apollo.io. Use when you need to: (1) find company and contact information, (2) enrich lead data, or (3) search for B2B prospects.
Provide input as JSON:
{
"company_name": "Target company name to search for (e.g., Tesla, Microsoft, Apple)",
"job_titles": "Job titles to search for (e.g., CEO, Sales Manager, Marketing Director)",
"industry": "Target industry (e.g., Technology, Healthcare, Finance)",
"location": "Geographic location to search (e.g., United States, San Francisco, New York)"
}
RESULT=$(refly skill run --id skpi-jmvxpnmpmdkyxtrv488qwhbb --input '{
"company_name": "Microsoft",
"job_title": "Software Engineer",
"location": "San Francisco"
}')
RUN_ID=$(echo "$RESULT" | jq -r '.payload.workflowExecutions[0].id')
# RUN_ID is we-xxx format, use this for workflow commands
open "https://refly.ai/workflow/c-ga8qr2v0idibvd841ypjhbix"
refly workflow status "$RUN_ID" --watch --interval 30000
# Get lead data from toolcalls
CONTENT=$(refly workflow toolcalls "$RUN_ID" --files --latest | jq -r '.payload.nodes[].content')
echo "$CONTENT"
Follow base skill workflow: ~/.claude/skills/refly/SKILL.md