RINDA AI marketplace - B2B export sales automation plugins for Claude Code
npx claudepluginhub fingu-grinda/claude-rinda-pluginRINDA AI - B2B export sales automation. Buyer search, enrichment, email sequences, reply management.
A Claude Code plugin marketplace for B2B export sales automation — find overseas buyers, enrich contacts, run email campaigns, manage replies, and track performance.
# 1. Install the marketplace
/plugin marketplace add FINGU-GRINDA/claude-rinda-plugin
# 2. Connect your RINDA account
/rinda-ai:rinda connect my account
# 3. Start using it
/rinda-ai:rinda find cosmetics importers in the US
The CLI binary installs automatically on first session.
Tell the AI what you need in plain language. It uses the rinda-cli tool behind the scenes.
| Workflow | Example |
|---|---|
| Buyer Search | "Find 50 cosmetics importers in the US with revenue over $5M" |
| Contact Enrichment | "Enrich the contacts for those buyers" |
| Email Campaigns | "Create a 6-step outreach sequence called 'US Cosmetics Q1'" |
| Reply Management | "Check my replies and tell me what to do" |
| Campaign Reports | "Show campaign performance for the last 30 days" |
Workflows chain naturally — after each step, the AI suggests the next action and carries forward all relevant data (lead IDs, sequence IDs, etc.).
Specify industry, country, buyer type, and minimum revenue. The AI searches, scores each lead using weighted criteria (revenue, employee count, import history, product relevance), and presents a ranked table.
Collects emails, phone numbers, LinkedIn profiles, and product info. Classifies leads by priority:
Creates multi-step email sequences with AI-generated subject lines and bodies. Follows built-in guidelines:
Classifies replies by intent and urgency:
| Intent | Action |
|---|---|
| Meeting request | Respond immediately |
| Positive interest | Respond today |
| Question | Answer + follow up in 3 days |
| Not now | Reactivate in 90 days |
| Rejected | Update tags, remove from sequence |
| Unsubscribe | Process immediately |
Funnel analysis, email metrics, hot leads list, and AI-generated insights. Compares against B2B export benchmarks (open rate >35% good, reply rate >10% good).
This repo is a plugin marketplace — it can host multiple plugins under plugins/.
.claude-plugin/
marketplace.json # Central plugin registry
plugin.json # Marketplace metadata
plugins/
rinda-ai/ # B2B export sales plugin
.claude-plugin/plugin.json
hooks/hooks.json # Auto-installs CLI + MCP server on session start
skills/
rinda/
SKILL.md # Main skill (CLI commands + workflows)
references/
buyer-qualification.md
email-writing.md
export-sales.md
bin/
install.sh # CLI + MCP server installer (cross-platform)
crates/
cli/ # rinda-cli (Rust, handles auth + API)
sdk/ # Auto-generated from OpenAPI spec
mcp-server/ # rinda-mcp (Rust, HTTP MCP server with OAuth)
The rinda-cli binary handles authentication and all API calls. It installs to ~/.rinda/bin/rinda-cli automatically via a SessionStart hook.
The rinda-mcp binary provides an MCP tool interface auto-discovered by Claude Code via plugin.json. It installs to ~/.rinda/bin/rinda-mcp alongside the CLI. Claude Code launches it automatically on session start — no manual configuration needed inside the plugin.
See MCP Server (Standalone) below for usage outside the Claude Code plugin.
| Command | Description |
|---|---|
rinda-cli auth ensure-valid | Refresh token if expired |
rinda-cli buyer search | Search for buyers |
rinda-cli buyer enrich | Enrich a lead |
rinda-cli reply check | Check email replies |
rinda-cli campaign stats | Get campaign stats |
rinda-cli sequence create | Create email sequence |
rinda-cli email send | Send an email |
rinda-cli config show | Show current configuration |
rinda-cli order list | List order history |
The RINDA MCP server is hosted remotely and can be used with any MCP-compatible client that supports remote servers with OAuth (Claude Desktop, Cursor, etc.). No local installation required.
Server URLs:
| Environment | URL |
|---|---|
| Beta (dev/test) | https://beta-mcp.rinda.ai |
| Production | https://mcp.rinda.ai |
Configure your MCP client:
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.