agentsclimarketplace

Imagine

Skill marsmike/feinschmiede/feinbild/skills/imagine

Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt.From its SKILL.md

Install
npx -y skills add marsmike/feinschmiede --skill imagine

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

4 things to look at

  • reads credentialsReads from 3 credential sources: `~/.env` and 2 more.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `feinbild imagine --prompt "a calm mountain lake at dawn" --out lake.webp`.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://raw.githubusercontent.com/VoltAgent/awesome-design-md/main/designs/<brand>/DESIGN.md.

SKILL.md

1.5 KB, 375 tokens by cl100k_base, as published. Nobody here has run it

feinbild — AI image generation

Quick Start

/imagine retro synthwave city skyline

See references/providers.md for examples.

feinbild is a command on your PATH. Requires a provider key in ~/.env (REPLICATE_API_KEY or GEMINI_API_KEY).

feinbild imagine --prompt "a calm mountain lake at dawn" --out lake.webp

Options: --provider (replicate/gemini), --model, --aspect-ratio (1:1 default, 16:9, 9:16, 4:3, 3:2, …), --out. Without a key the command prints a clean error and makes no paid call.

Providers

  • Replicate (default) — Flux models, fast, best text rendering for memes.
  • Gemini — free tier (500/day), great general quality.

Full model list, selection guide, and examples: references/providers.md.

Brand Design Systems

For images in the visual style of specific companies (Apple, Linear, Stripe, Vercel, etc.), fetch the brand's DESIGN.md from awesome-design-md — 76+ design systems as plain markdown.

URL: https://raw.githubusercontent.com/VoltAgent/awesome-design-md/main/designs/<brand>/DESIGN.md

Extract the brand's color palette, typography style, and visual language, then weave them into the --prompt (e.g., "clean Apple-style design with SF Pro typography, white background, subtle shadows, #007AFF accent blue").

What ships with it: 1 file

2.0 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.