Agent Plugins Marketplace
All plugins

leadace

v0.7.87

AI sales rep that runs your outbound from Claude Cowork or Claude Code. Point it at your homepage: it builds a prospect list, reads each company's site, writes and sends one email per company from your own mailbox (connected Gmail or custom SMTP), and turns every reply and rejection into structured data that sharpens the next round. Free tier, no card. Source-available, self-hostable on Cloudflare Workers + Supabase.

Claude Code11 Skills1 MCP serverStreamable HTTP

By SurpassOne Inc.License: Apache-2.0 with additional conditions (see LICENSE)3 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install leadace for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install leadace@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/aitit-inc/leadace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/build-list/SKILL.md
├── skills/check-feedback/SKILL.md
├── skills/check-responses/SKILL.md
├── skills/daily-cycle/SKILL.md
├── skills/delete-project/SKILL.md
├── skills/evaluate/SKILL.md
├── skills/import-prospects/SKILL.md
├── skills/leadace/SKILL.md
├── skills/match-prospects/SKILL.md
├── skills/outbound/SKILL.md
├── skills/setup-cron/SKILL.md
└── .mcp.json

Included Skills11

build-listskills/build-list/SKILL.md

This skill should be used when the user asks to "build a prospect list", "find prospects", "gather leads", "explore targets", or wants to build a prospect list. Collects prospect candidates via web search based on BUSINESS.md and SALES_STRATEGY.md and registers them in the DB.

check-feedbackskills/check-feedback/SKILL.md

Surface PMF signals from rejection feedback: feature_gap notes and competitor presence (already_have_solution / competitor_locked). Read-only product reflection, not sales tactics. Triggers: "check feedback", "PMF signals".

check-responsesskills/check-responses/SKILL.md

This skill should be used when the user asks to "check replies", "check responses", "see results", "check if there are email replies", or wants to check outbound outreach responses. Automatically checks email replies and SNS responses and records them in the DB.

daily-cycleskills/daily-cycle/SKILL.md

This skill should be used when the user asks to "run the daily cycle", "run today's sales", "do the daily sales tasks", "run daily-cycle", or wants to run the daily sales automation cycle. Automatically runs check-responses -> evaluate -> outbound + build-list (when needed) in sequence.

delete-projectskills/delete-project/SKILL.md

This skill should be used when the user asks to "delete a project", "remove a project", or wants to permanently delete a registered project and all its data from the server.

evaluateskills/evaluate/SKILL.md

This skill should be used when the user asks to "analyze results", "improve strategy", "run PDCA", "evaluate effectiveness", "check response rates", or to evaluate and improve sales performance. Reports metrics, applies targeting + discovery-portfolio updates.

import-prospectsskills/import-prospects/SKILL.md

Use when the user asks to "import prospects", "upload a list", or has tabular contact data (CSV / Excel / SQLite / text) to load. Two modes: save as tenant-only assets (link later via /match-prospects) or link straight to a project.

leadaceskills/leadace/SKILL.md

Use when `/leadace` is typed, or to set up / onboard, check the environment (Gmail / MCP), or author / refine sales strategy, targeting, or messaging. Onboards from a homepage URL, answers status questions, and routes to other skills.

match-prospectsskills/match-prospects/SKILL.md

Use when the user asks to "reuse my prospects", "match existing leads", "find prospects from past projects", or wants to pull tenant-wide prospects into a new project. Surfaces existing tenant prospects that fit the current project's targeting, then links the approved ones.

outboundskills/outbound/SKILL.md

This skill should be used when the user asks to "send emails", "do outreach", "contact prospects", "run outbound sales", or wants to execute outbound sales. Automatically sends emails, fills in contact forms, and sends SNS DMs to prospects on the list. Count can be specified.

setup-cronskills/setup-cron/SKILL.md

Use when the user asks to schedule daily-cycle, set up cron, or run it every day. Prefers a server-side schedule (needs no machine), else a Claude Cowork or Claude Code Desktop task, /loop, or an OS schedule as a last resort.

MCP servers1

leadaceStreamable HTTP
url
https://mcp.leadace.ai/mcp

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "leadace",
  "version": "0.7.87",
  "description": "AI sales rep that runs your outbound from Claude Cowork or Claude Code. Point it at your homepage: it builds a prospect list, reads each company's site, writes and sends one email per company from your own mailbox (connected Gmail or custom SMTP), and turns every reply and rejection into structured data that sharpens the next round. Free tier, no card. Source-available, self-hostable on Cloudflare Workers + Supabase.",
  "author": {
    "name": "SurpassOne Inc.",
    "url": "https://leadace.ai"
  },
  "homepage": "https://leadace.ai",
  "repository": "https://github.com/aitit-inc/leadace",
  "license": "Apache-2.0 with additional conditions (see LICENSE)",
  "keywords": [
    "sales",
    "outbound",
    "cold-email",
    "lead-generation",
    "ai-sdr",
    "prospecting",
    "gmail",
    "self-hosted",
    "source-available"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[leadace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/leadace)