postsmithlisted
Install: claude install-skill alqzowskiy/Postsmith
# postsmith
Generate brand-consistent Instagram visuals (posts, carousels, stories, infographics)
with OpenAI's **gpt-image-2**. postsmith builds the prompts, reads the API key from
`.env`, generates the images, self-reviews them against an anti-slop checklist, and serves
a local preview gallery. The whole point is to *not* produce AI slop — so the work is in the
prompt craft and the review, not in clicking generate.
**Zero setup, persistent workspace.** The scripts use only the Python standard library —
nothing to `pip install`. The skill is installed once. On any command it locates a
per-project `.postsmith/` workspace (walking up from the current directory, the way git
finds `.git`) and creates it if missing — no manual setup step. Everything postsmith writes
(config, brand file, job folders, generated images, the gallery, exports) lives inside that
one `.postsmith/` folder, so the user never moves or downloads files by hand. The only thing
they must provide is their own `OPENAI_API_KEY` in `.env`.
## Trigger phrases
Any request to make social visuals fires this skill, in English or Russian, with or without
the word "postsmith":
- "make me an Instagram post / carousel / story / infographic"
- "design a launch carousel", "ad creative", "brand image set", "reels cover"
- "send a prompt to the image AI", "generate an image", "use gpt-image"
- "сделай пост / карусель / сторис", "сгенерируй картинку", "нарисуй сторис",
"оформи инфографику", "отправь промпт нейросети"
##