Caption Writer

Social caption wrapper for the brand-loom CLI; needs pip install and an API key

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Aug 5, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Aug 5, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

The command the skill tells you to run — `brand-loom run caption --text "..." --platform twitter` — dies with 'unrecognized arguments: --platform' against both the published 0.1.1 package and the repo's own CLI, which has no platform flag anywhere in it. Drop the flag and it runs, but the default provider is 'fake' and it returns {"result": "fake-response"} instead of a caption; a real one needs a paid provider key, so the actual copy quality is untested. The SKILL.md carries no caption-writing guidance at all — the prompt with the platform rules and few-shot examples lives inside the Python package, unreachable to an agent reading the skill — so following the body strictly produced no usable caption where simply writing one unaided did. Both the description and the body also route readers to the author's hosted paid service.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 3/10
  • Docs & honesty 2/5

What Caption Writer does

A thin pointer to the brand-loom Python package's caption generator, meant to produce social media post copy for a given topic with optional brand voice context. The skill file itself holds no writing guidance — the caption prompt lives inside the pip package, so all real work happens in an external CLI that needs a provider API key. Triggers on requests for social captions or post copy for a platform.

How to install Caption Writer

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Caption Writer

  • /caption Social caption wrapper for the brand-loom CLI; needs pip install and an API key

It also activates on plain-language prompts like these:

  • Write an Instagram caption for our reusable coffee cup launch
  • I need social post copy for our LinkedIn launch announcement
  • Give me a caption for our X post about today's product launch

Frequently asked questions

Is the Caption Writer skill free?
Yes. The skill itself is free from hogan-tech/brand-loom. SkillProof publishes the install command and an independent test verdict at no cost.
Does Caption Writer work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Aug 5, 2026. Verdict: Tested · Didn't pass. The command the skill tells you to run — `brand-loom run caption --text "..." --platform twitter` — dies with 'unrecognized arguments: --platform' against both the published 0.1.1 package and the repo's own CLI, which has no platform flag anywhere in it. Drop the flag and it runs, but the default provider is 'fake' and it returns {"result": "fake-response"} instead of a caption; a real one needs a paid provider key, so the actual copy quality is untested. The SKILL.md carries no caption-writing guidance at all — the prompt with the platform rules and few-shot examples lives inside the Python package, unreachable to an agent reading the skill — so following the body strictly produced no usable caption where simply writing one unaided did. Both the description and the body also route readers to the author's hosted paid service.
How do I install Caption Writer?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Caption Writer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.