adapt-copy
Adapt post copy for each target platform with character limits, hashtags, and compliance
Show API cost breakdown for the current month's production
$ npx -y skills add indranilbanerjee/socialforge --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cost-reportContext preview
What this command does when you run it.
Show API cost breakdown for the current month's production
description: Show API cost breakdown for the current month's production argument-hint: "--brand <name> --month <YYYY-MM>"
Display the API cost breakdown from cost-log.json.
Both `--brand` and `--month` are required. The skill runs:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/cost_tracker.py" --action report --brand <name> --month <YYYY-MM>The script returns JSON — `total_cost_usd`, `total_api_calls`, `by_operation`, and `by_post` (top 10). Render it for the user as below.
Cost Report — AcmeCorp / April 2026
Total: $3.47 across 96 API calls
By Operation:
gemini_image_generation: $1.80
gemini_image_edit: $0.75
gemini_vision_analysis: $0.47
<operation>: $<amount>
carousel_render: $0.00 (local Playwright, free)
By Post (top 10):
P01: $0.85
P07: $0.45
...Operation names come straight from the cost log. Only operations with a built-in estimate are priced automatically (vision analysis, image generation, image edit, fal.ai, Replicate; local compositing, background removal, and carousel rendering are $0.00). Video generation through WaveSpeed has no built-in estimate — log its actual cost with `--action log --cost <usd>`.
Your client wants 30 days of social content across six platforms with brand-faithful imagery, AI-generated video, and provenance signed for EU markets. You have five days.
Adapt post copy for each target platform with character limits, hashtags, and compliance
Assemble the final delivery document (DOCX) with all approved posts, images, and copy
Configure a new brand profile with colors, fonts, logo, visual style, platforms, and compliance rules
Check pending approval status and send reminders if overdue
Send approved posts to client for review via Slack or email
Edit a generated image — adjust background, lighting, colors, or composition