plugins marketplace
← All plugins

sales-influence

v1.5.1

Sales, persuasion, and messaging skills including Cialdini's influence psychology, Aaron Ross's outbound sales methodology, Heath Brothers' sticky messaging, and Alex Hormozi's offer creation

CodexAgent Plugins4 skills

MIT1.9kupdated 3 hours ago

Source

git clone https://github.com/wondelai/skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sales-influence/ inside the repository.

Layout

plugins/sales-influence/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/hundred-million-offers/SKILL.md
├── skills/influence-psychology/SKILL.md
├── skills/made-to-stick/SKILL.md
└── skills/predictable-revenue/SKILL.md

Skills4

hundred-million-offersskills/hundred-million-offers/SKILL.md

Create irresistible offers using the Value Equation, bonus stacking, risk-reversing guarantees, and ethical scarcity. Use when the user mentions "grand slam offer", "make my offer more compelling", "what bonuses should I add", "guarantee strategy", "offer naming", or "people say its too expensive". Also trigger when packaging a product for higher perceived value, justifying premium pricing instead of discounting, designing a money-back guarantee, or structuring tiers to maximize conversions. Covers the MAGIC naming formula and starving-crowd targeting. For product positioning, see obviously-awesome. For outbound sales, see predictable-revenue.

influence-psychologyskills/influence-psychology/SKILL.md

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment and consistency", "shared identity", "in-group", "make my copy more persuasive", "increase trust", or "get more people to say yes". Also trigger when designing testimonial sections, crafting urgency messaging, or improving trust signals on landing pages. Covers the principles, when each applies, and ethical limits. For deal negotiation tactics, see negotiation. For viral word-of-mouth, see contagious.

made-to-stickskills/made-to-stick/SKILL.md

Craft messages that are understood, remembered, and drive action using the SUCCESs checklist (Simple, Unexpected, Concrete, Credible, Emotional, Stories). Use when the user mentions "make it memorable", "no one remembers our pitch", "tagline", "value proposition", "why the message isnt landing", "curse of knowledge", or "concrete language". Also trigger when writing a pitch deck, simplifying a complex product explanation, or making a presentation more compelling. Covers the six SUCCESs traits and the curse of knowledge. For narrative brand frameworks, see storybrand-messaging. For viral sharing, see contagious.

predictable-revenueskills/predictable-revenue/SKILL.md

Build a scalable outbound B2B sales machine with specialized roles (SDR, AE, CSM). Use when the user mentions "outbound sales", "Cold Calling 2.0", "cold email sequences", "sales pipeline", "SDR process", "sales development", "build an outbound sales team", or "fill my pipeline". Also trigger when setting up a B2B SaaS sales team from scratch or building a lead-qualification framework to improve close rates. Covers the three lead types (seeds/nets/spears), role specialization, the referral-email method, ANUM qualification, and pipeline math. For offer design, see hundred-million-offers. For persuasion science, see influence-psychology.

Manifests2

plugins/sales-influence/.codex-plugin/plugin.json
{
  "name": "sales-influence",
  "version": "1.5.1",
  "description": "Sales, persuasion, and messaging skills including Cialdini's influence psychology, Aaron Ross's outbound sales methodology, Heath Brothers' sticky messaging, and Alex Hormozi's offer creation",
  "license": "MIT",
  "keywords": [
    "sales",
    "influence",
    "persuasion",
    "outbound",
    "messaging",
    "offers",
    "copywriting",
    "social-proof",
    "cold-email",
    "irresistible-offer",
    "objection-handling",
    "pricing"
  ],
  "repository": "https://github.com/wondelai/skills",
  "homepage": "https://github.com/wondelai/skills",
  "skills": "./skills/"
}
plugins/sales-influence/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sales-influence",
  "version": "1.5.1",
  "description": "Sales, persuasion, and messaging skills including Cialdini's influence psychology, Aaron Ross's outbound sales methodology, Heath Brothers' sticky messaging, and Alex Hormozi's offer creation",
  "author": {
    "name": "Wondel.ai",
    "url": "https://wondel.ai"
  },
  "homepage": "https://github.com/wondelai/skills",
  "repository": "https://github.com/wondelai/skills",
  "license": "MIT",
  "keywords": [
    "sales",
    "influence",
    "persuasion",
    "outbound",
    "messaging",
    "offers",
    "copywriting",
    "social-proof",
    "cold-email",
    "irresistible-offer",
    "objection-handling",
    "pricing"
  ]
}