plugins marketplace
← All plugins

wondelai-influence-psychology

v1.0.0

Persuasion science framework based on Cialdini's six principles

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

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

Layout

plugins/business-tools/wondelai-influence-psychology/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

influence-psychologySKILL.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.

Manifests1

plugins/business-tools/wondelai-influence-psychology/.claude-plugin/plugin.json
{
  "name": "wondelai-influence-psychology",
  "version": "1.0.0",
  "description": "Persuasion science framework based on Cialdini's six principles",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "business-tools",
    "wondelai",
    "skills"
  ]
}