Turn one company domain into a warm account report before outreach.
The report helps an agent answer:
- who should we contact?
- why now?
- what should the first message say?
citedy-warm-lead creates a downloadable account brief from one domain:
- recent company/account signals
- evidence URLs and snippets
- up to 3 buyer-role candidates
- scoring and policy output
- up to 3 evidence-grounded outreach drafts
- JSON, CSV, or Excel
.xlsxexport
It is not an email sender and not a generic email finder. It gives the context before outreach.
npx skills add citedy/warm-leadnpx openskills install citedy/warm-leadgit clone https://github.com/citedy/warm-lead.git ~/.agents/skills/citedy-warm-leadThis skill uses a Citedy Agent API key that looks like:
citedy_agent_...
Set it as:
export CITEDY_API_KEY=citedy_agent_your_key_here- Sign in at citedy.com.
- Open dashboard settings for agent/API keys.
- Create or copy your Agent API key.
- Export it as
CITEDY_API_KEY.
curl -sS -X POST "https://www.citedy.com/api/agent/register" \
-H "Content-Type: application/json" \
-d '{"agent_name":"Warm Lead Agent"}'Then:
- open the returned
approval_url - approve the agent
- copy the issued
citedy_agent_...key - export it as
CITEDY_API_KEY
| Operation | Credits | USD |
|---|---|---|
| Warm lead report | 40 | $0.40 |
| Poll run status | 0 | $0.00 |
| Export report | 0 | $0.00 |
Notes:
- One run = one company domain.
- Existing idempotent retries return the previous run without a new charge.
1 credit = $0.01 USD.
Top up at citedy.com/dashboard/billing.
Tell the agent the target account.
Examples:
- "Create a warm lead report for acme-saas.example.com"
- "Who should we contact at this SaaS company and why now?"
- "Give me a client-ready Excel report for this target account"
- "Generate first-message options grounded in recent company evidence"
Use Citedy MCP tools when available:
citedy_warm_lead.startcitedy_warm_lead.getcitedy_warm_lead.export
If MCP is unavailable, use the Agent API directly:
curl -sS -X POST "https://www.citedy.com/api/agent/citedy-warm-lead" \
-H "Authorization: Bearer $CITEDY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain":"acme-saas.example.com"}'Poll:
curl -sS "https://www.citedy.com/api/agent/citedy-warm-lead/$RUN_ID" \
-H "Authorization: Bearer $CITEDY_API_KEY"Export:
curl -sS "https://www.citedy.com/api/agent/citedy-warm-lead/$RUN_ID/export?format=xlsx" \
-H "Authorization: Bearer $CITEDY_API_KEY" \
-o warm-lead-report.xlsxThe completed report can include:
- normalized company identity
- recent account signals
- evidence URLs/snippets
- buyer candidates with role rationale and confidence
- account score and confidence bucket
- policy/safety output
- evidence-grounded outreach drafts
- export-ready rows for CSV/XLSX
- V1 does not send email automatically.
- Review drafts before sending.
- Do not invent unsupported claims.
- If confidence is low or blocked, tell the user and recommend manual review.