Agent Plugins Marketplace
All plugins

referral-engine

v0.2.5

Review relationship context, cooling periods, and positive moments to prioritize referral actions and draft voice-matched asks.

CodexClaude Code4 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 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 referral-engine for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add referral-engine@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/BrightWayAI/referral-engine

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

Plugin files

referral-engine/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/referral-ask/SKILL.md
├── skills/referrals/SKILL.md
├── skills/setup/SKILL.md
└── skills/setup-referrals/SKILL.md

Included Skills4

referral-askskills/referral-ask/SKILL.md

Draft a referral ask for a specific connector. Auto-fires on "/referral-ask [name]", "draft a referral ask for [name]", "ask [name] for a referral", "I want to ask [name] if they know anyone", or any per-contact referral-asking phrase. Reads their recent context, voice rules, and ICP; produces a voice-faithful draft ready for review.

referralsskills/referrals/SKILL.md

Weekly referral digest. Surfaces who's gone quiet, recent positive moments worth following up, fiscal-year and seasonal triggers, and prioritized actions per connector. Auto-fires on "/referrals", "weekly referral digest", "who should I ask for referrals", "who's gone quiet in my network", "referral pulse", "network check", or any phrase about checking on the connector network. Run weekly.

setupskills/setup/SKILL.md

Configure referral-engine for connector taxonomy, quiet threshold, trigger patterns, ask cadence, ICP. Auto-fires on "/setup-referrals", "set up referral-engine", "configure my referral tracking", or when /referrals reports user-context.md is missing.

setup-referralsskills/setup-referrals/SKILL.md

Configure referral-engine for connector taxonomy, quiet threshold, trigger patterns, ask cadence, and ICP. Captures how you tag connectors in your CRM so the digest can find them.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "referral-engine",
  "version": "0.2.5",
  "description": "Review relationship context, cooling periods, and positive moments to prioritize referral actions and draft voice-matched asks.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/referral-engine",
  "repository": "https://github.com/BrightWayAI/referral-engine",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Referral Engine",
    "shortDescription": "Surface timely referral opportunities and draft the ask",
    "longDescription": "Review relationship context, cooling periods, and positive moments to prioritize referral actions and draft voice-matched asks.",
    "developerName": "BrightWay AI",
    "category": "Sales",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/BrightWayAI/referral-engine",
    "defaultPrompt": [
      "Show this week's referral opportunities.",
      "Draft a referral ask for this person.",
      "Configure my referral rules."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "referral-engine",
  "version": "0.2.6",
  "description": "Track connectors in your network. Surface who's gone quiet, who just had a positive touch worth following up, and who's a natural ask-target this week. Drafts referral asks in your voice. Most consultants leave referrals on the table because asking feels awkward; this surfaces the right moment so it doesn't.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/referral-engine"
}

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

[referral-engine on Agent Plugins Marketplace](https://pluginsmp.com/plugins/referral-engine)