Phy Social Suite

Workflows

Unified social media content pipeline. One command runs the full flywheel — pulls relevant content atoms from your library, audits AI signature (LinkedIn 360Brew detection), pre-flight checks platform-specific invisible rules, and outputs a combined PASS/FAIL verdict with specific fixes. Chains phy-content-compound + phy-content-humanizer-audit + phy-platform-rules-engine into a single pre-publish gate. Supports LinkedIn, Reddit, Twitter/X, HackerNews. Zero external dependencies.

Install

openclaw skills install phy-social-suite

phy-social-suite — One Command, Full Content Pipeline

Run the entire social media flywheel in one command:

# Full pipeline: atoms + AI audit + platform rules
python3 ~/.claude/skills/phy-social-suite/scripts/social_suite.py \
  --file draft.txt --platform linkedin \
  --library ~/Desktop/content-ideas/ --topic "developer tools"

# Quick check (no library)
echo "My post" | python3 ~/.claude/skills/phy-social-suite/scripts/social_suite.py --platform reddit

What It Runs

StageSkillWhat It Does
1phy-content-compoundFinds relevant atoms from your past content
2phy-content-humanizer-auditChecks AI signature (8 dimensions)
3phy-platform-rules-enginePre-flight platform rules (28 rules)
VerdictCombinedPASS/WARN/FAIL with specific fixes

Requirements

Install the 3 component skills first:

  • phy-content-compound
  • phy-content-humanizer-audit
  • phy-platform-rules-engine

If any are missing, the suite skips that stage and notes it in the output.

Companion Skills

SkillRole in Pipeline
phy-post-forensicsRun AFTER posting to analyze what worked

Author

Canlah AI — Run performance marketing without breaking your brand.