streamable-httpMITupdated 2mo ago
An agent skill for EaseClaw — the AI lead-finder your agent can drive. Install this skill and your agent (Claude Code, OpenClaw, or anything that reads SKILL.md) can pull warm leads scored by buying intent, read the source posts, draft replies in your voice, and work your pipeline.
O que dá para fazer com easeclaw?
easeclaw-agent
An agent skill for EaseClaw — the AI lead-finder your agent can drive. Install this skill and your agent (Claude Code, OpenClaw, or anything that reads SKILL.md) can pull warm leads scored by buying intent, read the source posts, draft replies in your voice, and work your pipeline.
Your agent can never post. You review and send every reply. That's the product's hard rule, and Rule 1 of this skill.
Install
npx skills add priteshmann/easeclaw-agent
Then set your key (minted at https://www.easeclaw.com/leads/api):
export EASECLAW_API_KEY=ec_live_...
Or connect the MCP server directly — no skill needed:
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcp \
--header "Authorization: Bearer $EASECLAW_API_KEY"
What your agent gets
Six capabilities over MCP or REST (OpenAPI: https://www.easeclaw.com/openapi.json):
list_projects, list_leads, get_lead, draft_reply, update_lead, get_activity.
Full usage rules and the core workflow are in SKILL.md.
Instalação
Adicione easeclaw ao seu cliente. Escolha o que você usa.
claude mcp add --transport http easeclaw https://www.easeclaw.com/api/mcpcodex mcp add easeclaw --url https://www.easeclaw.com/api/mcp{
"mcpServers": {
"easeclaw": {
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"easeclaw": {
"type": "http",
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"easeclaw": {
"url": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"easeclaw": {
"serverUrl": "https://www.easeclaw.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação14/25
- Manutenção16/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 4 de jul. de 2026 |