social-monetization-master

A practical Codex skill for two adjacent commercial tasks: diagnosing a creator business to design a testable offer, and writing clear B2B messages for scope, pricing, revisions, and payment boundaries.

MIT License Privacy Safe (Synthetic Data Only) Codex Skill Package

The public edition contains methodology, structural templates, and hypothetical examples. It contains no real revenue ledgers, customer conversations, private analytics, or account credentials.

Clone and Install
git clone https://github.com/aierlanjiu/social-monetization-master.git
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R social-monetization-master "${CODEX_HOME:-$HOME/.codex}/skills/social-monetization-master"

Review existing folders before copying. Do not merge unreviewed folders.


SECTION 02 // MODES OF OPERATION

Two Primary Operational Modes

Mode 1: Creator Business Audit

Diagnoses account monetization bottlenecks using RAMP analysis (Reach, Attention, Monetization, Profit) and the Hormozi value equation framework.

  • Separates verified facts from missing data and assumptions
  • Identifies the single primary business bottleneck
  • Designs a productized, fixed-scope offer experiment
  • Outlines a 7-day validation test with explicit stop metrics
Mode 2: B2B Commercial Message

Drafts clear, professional client communication for scope changes, revision overages, quotations, and payment boundaries.

  • Calculates exact overage math from user-supplied terms
  • Eliminates posture ambiguity and defensive phrasing
  • Provides 3 copy-ready variants: Collaborative, Firm, Shortest Path
  • Ends with an unambiguous next-step choice for the client

SECTION 03 // HYPOTHETICAL TUTORIAL CASE

Fictional Audit Walkthrough

The following snippet illustrates the structured audit output derived from docs/TUTORIAL.md.

HYPOTHETICAL AUDIT DEMONSTRATION

Fictional Input Profile

Niche newsletter (3,200 subscribers, 1,050 opens, 11 monthly inquiries, 3 paid consulting sessions at 900 yuan).

Audit Summary

  • RAMP Diagnosis: Reach is stable; Monetization relies on custom sales chats; Profit is constrained by founder hours.
  • Primary Bottleneck: Lack of a fixed-scope productized offer across Monetization and Profit.
  • 7-Day Testable Offer: Offer page + 15-minute fit check for 11 prior inquiry profiles with a fixed 7-day decision window.

All figures and names are synthetic placeholders used solely to demonstrate reasoning structure.


SECTION 04 // ANATOMY

Package File Map

Path Role
SKILL.md Skill definition, offer safety gates, audit contracts, and quality bar
references/creator-audit.md RAMP analysis frameworks, value equation rules, and audit steps
references/b2b-message-patterns.md Calculators and response patterns for commercial communication
docs/INSTALL.md Installation instructions for Codex and project-local skill folders
docs/TUTORIAL.md End-to-end tutorial with creator audit and B2B overage exercises
docs/AGENT_SETUP.md Routing instructions for automated agent workflows
examples/hypothetical-case.md Fictional reference input for testing skill discovery
SECURITY.md Data handling policy and secret removal requirements

SECTION 05 // SECURITY & BOUNDARIES

Security and Commercial Safety Gates

Offer Safety and Compliance Boundaries

  • No Income Guarantees: Prohibits revenue promises, fixed-time order guarantees, or virality claims.
  • No Fabricated Proof: Prohibits fake testimonials, customer logos, fake scarcity, or crossed-out price tricks.
  • Data Removal: All real customer names, revenue ledgers, and private analytics must be removed and replaced with synthetic labels.
  • No Method Text Copying: Method frameworks use independent adaptations of RAMP and value-equation concepts without copying third-party book text or proprietary templates.

SECTION 06 // DOCUMENTATION

Documentation Links


Repository Access

Explore the methodology, submit improvements, or install the skill package from GitHub.

Open social-monetization-master on GitHub