Odel
easeclaw agent

easeclaw agent

@priteshmannMITUpdated 2mo ago

AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.

View on GitHub
Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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.