creative-angle-lab

creative-angle-lab is a skill for Codex from vibemarketer94/vibemarketer-skills. It costs 87 tokens per session (1,357 once invoked), scanned A, original, MIT.

A planning skill for creating testable paid-social advertising ideas, including hooks, UGC briefs, offers, objections, and creative-testing plans. UGC means user-generated content: ads made to resemble content from ordinary creators.

In plain words
What is it for?
Use it to generate TikTok or Meta ad concepts, hook banks, customer-angle maps, awareness-level ideas, and creative testing matrices. It can also analyze top and poor-performing ads and selected image or video examples.
Why use it?
It turns customer feedback, reviews, competitor examples, and performance data into organized hypotheses instead of random ad ideas. It also separates established facts from ideas that still need testing.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to generate TikTok or Meta ad concepts, hook banks, customer-angle maps, awareness-level ideas, and creative testing matrices. It can also analyze top and poor-performing ads and selected image or video examples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vibemarketer94/vibemarketer-skills/creative-angle-lab
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vibemarketer94/vibemarketer-skills --skill creative-angle-lab
Clone the repo
git clone --depth 1 https://github.com/vibemarketer94/vibemarketer-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for creative-angle-lab

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab/github.svg)](https://agentmods.dev/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab)
Your own site
<a href="https://agentmods.dev/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab"><img src="https://agentmods.dev/badge/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for creative-angle-lab

Your own site · 80×15
<a href="https://agentmods.dev/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab"><img src="https://agentmods.dev/badge/skills/vibemarketer94/vibemarketer-skills/creative-angle-lab.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.01357
Opus 5 $0.00044 $0.00678
Sonnet 5 $0.00017 $0.00271
Haiku 4.5 $0.00009 $0.00136

Measured 10d ago against content hash fffbfd2ad073, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

creative-angle-lab scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/analyze_creative_batch_gemini.py, scripts/analyze_creative_gemini.py, scripts/analyze_static_creative_claude.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/creative-angle-lab/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Creative Angle Lab

Turn context, performance data, reviews, objections, and competitor observations into testable creative angles.

Before Ideation

  1. Read .agents/vibemarketer-context.md if it exists.
  2. Pull in performance findings from meta-performance-analyst if available.
  3. Ask for or inspect customer reviews, comments, support tickets, top-spending ads, losing ads, landing page copy, and competitor examples when useful.
  4. Separate proven facts from hypotheses.

Reference

Load only what is needed:

  • references/angle-frameworks.md for angle types and testing structures.
  • references/gemini-creative-analysis.md for full image/video creative breakdowns using Gemini.

Scripts

Use these when the user wants executable LLM creative analysis:

  • scripts/build_creative_handoff.py: convert normalized Meta ad rows into a top-creative handoff for this skill, with optional Meta Ads CLI creative metadata and asset downloads.
  • scripts/analyze_creative_gemini.py: send image or video assets to Gemini.
  • scripts/analyze_creative_batch_gemini.py: analyze a top-creative handoff CSV with Gemini and synthesize the portfolio angle map.
  • scripts/analyze_static_creative_openai.py: analyze static images with OpenAI Responses API.
  • scripts/analyze_static_creative_claude.py: analyze static images with Claude Messages API.

Gemini remains the default for video. OpenAI and Claude are static-creative fallbacks unless the user asks otherwise.

Workflow

  1. Extract raw material

    • Customer pains
    • Desired outcomes
    • Objections
    • Proof points
    • Product mechanisms
    • Competitor gaps
    • Performance signals
    • Top-spend creative assets and transcripts
  2. Build angle territories

    • Group ideas by customer motivation, not by minor wording.
    • Avoid duplicates disguised as new angles.
  3. Prioritize

    • Score each angle on relevance, proof strength, novelty, production ease, and risk.
    • Favor angles that can be tested with multiple hooks and creator types.

Read the full file on GitHub · 162 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 162 lines · 87 tokens per session scan A fffbfd2ad073

Subscribe to this mod's changes

creative-angle-lab is a skill published in the GitHub repository vibemarketer94/vibemarketer-skills (36 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 1,357 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

visual-formats

A reference library of 45+ visual ad formats for Meta and paid social, each with a definition, funnel stage guidance, and medium (video/static/both). Use this whenever choosing how an ad should look and feel, building out a creative concept, writing a creative brief, or deciding which format best serves a messaging…

motion-team/creative-strategy-skills · 146 tokens

creative-mechanics

A library of creative mechanics — the structural patterns that define how an ad constructs meaning between its hook, visuals, and narrative. Use this whenever designing ad concepts, briefing creative, or trying to explain why a specific ad works beyond just its hook or format. Trigger when a user describes an ad they…

motion-team/creative-strategy-skills · 155 tokens

ad-proposal-orchestrator

A coordinator for advertising and marketing proposals. It turns a client brief into a checked deliverable such as a campaign plan, pitch deck, proposal, workflow, or review.

ilexlyu/ad-proposal-skills · 115 tokens

ad-creative-methods

A method guide for turning an advertising strategy, insight, or product idea into creative campaign directions and customer-facing stories.

ilexlyu/ad-proposal-skills · 95 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens