AgentStack
SKILL verified MIT Self-run

Adapt Copy

skill-indranilbanerjee-socialforge-adapt-copy · by indranilbanerjee

Adapt post copy per platform — character limits, hashtags, CTAs, tone, and compliance checking.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-indranilbanerjee-socialforge-adapt-copy

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-indranilbanerjee-socialforge-adapt-copy)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
28d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Adapt Copy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/socialforge:adapt-copy — Copy Adapter

Transform a single caption brief into platform-optimized copy for each target platform.

Context efficiency

Asset-heavy skill. Grep before Read the asset catalog (${CLAUDE_PLUGIN_DATA}//assets/index.json) — never list the asset directory. Reference generated images / videos by path, not by loading metadata. Brand profile loads once per session.

Process (Per Post x Per Platform)

  1. Load post brief (topic, caption_brief, CTA, hashtags, campaign)
  2. Load brand-config.json (tone, hashtags, language settings)
  3. Load compliance-rules.json (banned phrases, disclaimers)
  4. Generate platform-specific copy:

| Platform | Tone | Limit | Hashtags | Link | |----------|------|-------|----------|------| | LinkedIn | Professional | 3,000 chars (140 before fold) | 3-5 | Direct URL | | Instagram | Conversational | 2,200 chars | 20-30 (first comment) | Link in bio | | X/Twitter | Punchy, concise | 280 chars | 1-2 | Direct URL | | Facebook | Casual | 500 chars optimal | 1-3 | Direct URL | | YouTube | Description format | 5,000 chars | 3-5 | Direct URLs |

  1. Apply brand hashtags (always_include + campaign-specific)
  2. Run compliance check — flag banned phrases, add disclaimers
  3. Handle bilingual posts if configured
  4. Save to production/copy/post-{id}-{platform}-copy.txt

Compliance Check (Mandatory)

Before saving any copy:

  • Scan against compliance-rules.json banned_phrases
  • Check data claims against dataclaimrules
  • Add required disclaimers per platform
  • Verify platform-specific rules (link policy, hashtag limits)

Critical violations BLOCK — copy cannot proceed. Warnings are noted but don't block.

Output

Copy adapted: Post P04
  LinkedIn: 847 chars (under 3000) ✓ | 4 hashtags ✓ | CTA: direct link ✓
  Instagram: 1,203 chars ✓ | 25 hashtags (first comment) ✓ | CTA: link in bio ✓
  X: 267 chars (under 280) ✓ | 2 hashtags ✓ | CTA: direct link ✓
  Compliance: PASSED (0 critical, 1 warning: "consider adding source for 47% claim")

Timeout & Fallback

  • Copy generation: 30-second timeout per platform variant
  • Compliance check: 10-second timeout. If fails, flag for manual review

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.