Blog Cover Generator
Wraps a Gemini-backed CLI to generate 16:9 blog cover images from a title and brand domain
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 21, 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 (SKILL.md not found in repo tree). The test below is what we measured on Jul 21, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Located SKILL.md at skills/blog-cover-image-cli/SKILL.md; frontmatter parses with name+description. Confirmed the referenced npm package exists (blog-cover-image-cli@1.0.17) and ran `npx -p blog-cover-image-cli blog-cover-cli --help` in a temp HOME — it printed a banner and the documented `config`/`generate` subcommands, matching the SKILL.md. Could NOT run `generate`: it needs a Gemini API key and calls Gemini's image model, so no output artifact was producible (outputMeasured=false, hence setup). No security smells — keys are stored locally via `conf`, no curl|sh, base64, or exfiltration; only minor doc overselling ("stunning", "pixel-perfect") and unverifiable model names like "Gemini 3.1 Flash Image Preview".
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 5/10
- Docs & honesty 4/5
What Blog Cover Generator does
A thin skill wrapper around the published npm CLI `blog-cover-image-cli`, which generates 16:9 blog cover/thumbnail/header images via Gemini's image model, auto-fetching brand logos through Brandfetch. Triggers when the user asks to generate a blog cover image, article thumbnail, or post header. Requires a Gemini API key and Brandfetch client ID before it can produce anything.
How to install Blog Cover Generator
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 Blog Cover Generator
-
/blog-cover-generatorWraps a Gemini-backed CLI to generate 16:9 blog cover images from a title and brand domain
It also activates on plain-language prompts like these:
-
Generate a cover image for this blog post -
Create a thumbnail with our logo for this article -
Make a header image for this article title
Frequently asked questions
- Is the Blog Cover Generator skill free?
- Yes. The skill itself is free from Varnan-Tech/opendirectory. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Blog Cover Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Works with setup. Located SKILL.md at skills/blog-cover-image-cli/SKILL.md; frontmatter parses with name+description. Confirmed the referenced npm package exists (blog-cover-image-cli@1.0.17) and ran `npx -p blog-cover-image-cli blog-cover-cli --help` in a temp HOME — it printed a banner and the documented `config`/`generate` subcommands, matching the SKILL.md. Could NOT run `generate`: it needs a Gemini API key and calls Gemini's image model, so no output artifact was producible (outputMeasured=false, hence setup). No security smells — keys are stored locally via `conf`, no curl|sh, base64, or exfiltration; only minor doc overselling ("stunning", "pixel-perfect") and unverifiable model names like "Gemini 3.1 Flash Image Preview".
- What is the Blog Cover Generator SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Blog Cover Generator?
- 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 Blog Cover Generator 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.