io.github.priteshmann/easeclaw
AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.
Open source Repository Open in the app JSON README (API)
About
AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- priteshmann
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-07-04T20:22:56Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 04:01:13
- Updated
- 2026-08-29 04:01:13
- Origin id
io.github.priteshmann/easeclaw
README
# easeclaw-agent An agent skill for [EaseClaw](https://www.easeclaw.com) — 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 ```sh npx skills add priteshmann/easeclaw-agent ``` Then set your key (minted at https://www.easeclaw.com/leads/api): ```sh export EASECLAW_API_KEY=ec_live_... ``` Or connect the MCP server directly — no skill needed: ```sh 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](./SKILL.md).