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.
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.
安装
把 easeclaw 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档14/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月4日 |