create-image-fal
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
Draft voice-tuned X (Twitter) post variants from a free-form brief. Reads a personal voice guide (generated via generate-voice-guide), produces 2–5 variants with distinct framings (simple-howto, problem-first, hype, mechanism-breakdown, etc.), and self-checks against the voice
$ npx -y skills add gooseworks-ai/goose-skills --skill create-x-content --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-x-contentContext preview
The summary Claude sees to decide when to auto-load this skill.
Draft voice-tuned X (Twitter) post variants from a free-form brief. Reads a personal voice guide (generated via generate-voice-guide), produces 2–5 variants with distinct framings (simple-howto, problem-first, hype, mechanism-breakdown, etc.), and self-checks against the voice
name: create-x-content description: > Draft voice-tuned X (Twitter) post variants from a free-form brief. Reads a personal voice guide (generated via generate-voice-guide), produces 2–5 variants with distinct framings (simple-howto, problem-first, hype, mechanism-breakdown, etc.), and self-checks against the voice guide's banned phrases before returning. tags: [content, social]
Draft X/Twitter post variants that sound like you, not like an AI. Reads a voice guide the user has already generated (or prompts to create one), produces multiple framings of the same idea, and saves each variant as its own markdown file with frontmatter.
**This is an agent-executed skill** — the agent does the drafting and self-check inline. No Python script.
/create-x-content --brief "New open-source CLI that turns Figma files into React components. Called figma2react. Free, MIT licensed."
Or interactively:
/create-x-content
| Flag | Required | Default | |------|----------|---------| | `--brief` | Yes (asked interactively if missing) | — | | `--variants` | No | Skill decides based on brief richness (2–5) | | `--voice-guide` | No | Resolved via chain below | | `--output` | No | `./content/YYYY-MM-DD-<topic-slug>/` | | `--topic` | No | Derived from brief |
Resolve in this order, stop at first hit:
1. `--voice-guide <path>` flag 2. `~/.goose-skills/config.json` → `voice_guides.x` 3. `~/.goose-skills/voice-guides/voice-x.md` (default path) 4. **Fallback prompt** — no guide found. Give the user three options:
Never silently skip the voice guide. Generic posts are the failure mode to avoid.
Read the resolved voice guide into context. Extract, for use throughout drafting:
Decide variant count by richness:
If `--variants` is explicitly set, respect it. Otherwise pick the smallest count where each variant genuinely adds a different angle. **Quality > quantity.** 2 strong variants beat 5 watered-down ones.
Each variant gets a distinct *framing label* that determines its structure and hook:
| Framing | Structure | When to use | |---------|-----------|-------------| | `simple-howto` | Bare steps, no mechanism | Tool install + usage, 2–3 line how-to | | `howto-plus-mechanism` | How-to + "here's how it works" breakdown | Tools where the mechanism is interesting | | `problem-first` | Open with the pain, then solution | When the problem is visceral/relatable | | `hype` | Punchy "someone just dropped X" energy | Launches, new OSS releases, cool builds | | `mechanism-breakdown` | Focus on the *how* | Technical builds, systems, architectures | | `ecosystem-map` | Curated list of N related tools/companies | Landscape posts | | `contrarian` | "Most people do X wrong" opener | Opinion pieces with a clear counter-take | | `personal-experience` | "We've been doing X. Here's what I learned" | Field notes, lessons learned |
Use framings the voice guide's hook patterns actually support. Don't force framings the user never employs.
Before saving, run each variant through these checks:
1. **Banned phrase check** — does the variant use any phrase from the voice guide's banned list? If yes, rewrite that line. 2. **Length check** — does it fit the voice guide's format rules (short-form <280, long-form 100–1000, etc.)? 3. **"Meat" check** — does it have at least one concrete reference: a specific tool, number, workflow, or build? If not, it's filler — rewrite. 4. **Voice-match spot check** — would this plausibly appear in the example posts section of the voice guide? If it reads like a generic AI tweet, rewrite.
If a variant fails any check and two rewrite attempts don't fix it, drop the variant rather than ship something weak.
Write each variant as its own `.md` file. File naming:
variant-<letter>-<framing-slug>.md
Examples: `variant-a-simple-howto.md`, `variant-b-problem-first.md`.
Frontmatter schema:
--- id: <topic-slug>-<letter> platform: x format: short | long topic: <slug> framing: <framing-slug> status: draft ---
Body: just the post text. No commentary, no surrounding markdown.
Print to the user:
**Simple brief:**
/create-x-content --brief "npx goose-skills install claude-code-hooks — a new skill that adds pre-commit, pre-tool-use, and post-response hooks to Claude Code so you can enforce coding standards automatically."
→ 3 variants (howto, hype, mechanism)
**Rich brief:**
/create-x-content --brief "Built a Claude-driven lead gen system. Scrapes Reddit for people asking about em
Put your AI agent on the growth team. Research customers and competitors, analyze what is working, create the next campaign, and learn from the result.
Repo: gooseworks-ai/goose-skills
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
Generate a single photoreal or designed image with OpenAI gpt-image via fal.ai. Supports gpt-image-1 (default, fixed sizes — the FAL fallback for Higgsfield's…
Generate an instrumental music bed via ElevenLabs Music, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Trims any sparse intro, loudnorm, fades…
Image-to-video (or text-to-video) via any FAL video model (Kling, Seedance, Veo), ROUTED THROUGH THE GooseWorks fal-proxy so the call bills the Ads agent. The…
Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Voice id + script text come from…
Scrape competitor ads from Google Ads by domain. Returns ad creatives, formats, and campaign details. Use for competitive ad research and messaging analysis.