skillboss-cold-email
Automated cold email pipeline. Finds target companies, enriches contacts, scrapes websites, and generates personalized cold emails using AI. One API call does it all: search → enrich → scrape → write.
What this skill does
# SkillBoss Cold Email Pipeline
End-to-end cold email automation: company search → contact enrichment → website scraping → AI-personalized email generation.
## Quick Execute
```bash
# Generate 10 cold emails for AI SaaS companies
curl -s https://api.skillboss.co/v1/pipelines/cold-email \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"industry": "AI SaaS",
"count": 10,
"purpose": "partnership for API distribution",
"sender_name": "John",
"sender_company": "Acme"
}'
# Use Gemini (cheaper) for email generation
curl -s https://api.skillboss.co/v1/pipelines/cold-email \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"industry": "developer tools",
"count": 5,
"purpose": "invite to list their API on our marketplace",
"sender_name": "Jane",
"sender_company": "DevHub",
"model": "gemini"
}'
# Generate emails for pre-existing company list (skip search & scrape)
curl -s https://api.skillboss.co/v1/pipelines/cold-email \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"purpose": "follow-up outreach for integration",
"sender_name": "John",
"sender_company": "Acme",
"skip_search": true,
"skip_scrape": true,
"companies": [
{"name": "Stripe", "domain": "stripe.com", "website": "https://stripe.com"},
{"name": "OpenAI", "domain": "openai.com", "website": "https://openai.com"}
]
}'
```
## Parameters
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `industry` | string | Yes (unless skip_search) | — | Target industry keywords |
| `count` | integer | No | 10 | Number of companies (1-50) |
| `purpose` | string | No | "cold outreach for business partnership" | Email purpose/goal |
| `sender_name` | string | Yes | — | Your name |
| `sender_company` | string | Yes | — | Your company name |
| `model` | string | No | "claude" | LLM for emails: "claude" or "gemini" |
| `skip_search` | boolean | No | false | Skip company search step |
| `skip_scrape` | boolean | No | false | Skip website scraping step |
| `skip_generate` | boolean | No | false | Skip email generation step |
| `companies` | array | No | null | Pre-existing company data |
## Response Format
```json
{
"status": "success",
"companies": [
{
"name": "Stripe",
"domain": "stripe.com",
"website": "https://stripe.com",
"website_description": "Online payment processing for internet businesses",
"contacts": [
{
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"position": "VP Partnerships",
"confidence": 90,
"source": "hunter"
}
],
"generated_email": {
"subject": "API distribution partnership with Stripe",
"body": "Hi John, ...",
"recipient_name": "John Doe",
"recipient_email": "[email protected]"
}
}
],
"summary": {
"total": 10,
"with_contacts": 7,
"emails_generated": 10
},
"duration_ms": 45000
}
```
## Pipeline Steps
1. **Company Search** — Finds companies via Exa neural search, with Google Search and Linkup as fallbacks
2. **Contact Enrichment** — Finds email contacts via Hunter domain search, with Apify contact scraper as fallback
3. **Website Scraping** — Extracts main content from company websites via Firecrawl
4. **Email Generation** — Writes personalized cold emails using Claude or Gemini, referencing scraped company data
## Billing
Each pipeline step uses underlying SkillBoss APIs, billed individually:
- Search: ~1 credit per search
- Contact enrichment: ~1 credit per company
- Website scrape: ~1 credit per page
- Email generation: standard LLM token pricing
Estimated cost: **~$0.05-0.15 per company** (varies by model choice).
## Authentication & Setup
```bash
# Get a free trial key instantly (no sign-up)
node ../skillboss/scripts/skillboss auth trial
# Log in to an existing account
node ../skillboss/scripts/skillboss auth login
# Check balance
node ../skillboss/scripts/skillboss auth status
```
## Balance Warning
If an API response includes `_balance_warning`, **relay it to the user exactly as provided**.
Add credits at: https://www.skillboss.co/billing
## More Capabilities
For the full model list, chat, video, audio, and deployment features, see: `../skillboss/SKILL.md`
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.