paper-marketing

paper-marketing is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 208 tokens per session (5,065 once invoked), scanned A, original, MIT.

A workflow for creating branded visual marketing materials in Paper, a design workspace, with several designer agents producing different layout options. It uses brand files such as colours, typography, audience, and positioning.

In plain words
What is it for?
Use it to create and compare marketing artboards, review screenshots, export the chosen design code, and record the resulting assets.
Why use it?
It helps teams explore multiple on-brand design directions without manually recreating the brand context for every concept.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the marketing-cli plugin — 90 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it to create and compare marketing artboards, review screenshots, export the chosen design code, and record the resulting assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moizibnyousaf/marketing-cli/paper-marketing
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 MoizIbnYousaf/marketing-cli --skill paper-marketing
Clone the repo
git clone --depth 1 https://github.com/MoizIbnYousaf/marketing-cli

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 90 skills, 9 commands, 1 hook, 2 MCP servers.

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 paper-marketing

README.md
[![agentmods](https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/paper-marketing/github.svg)](https://agentmods.dev/skills/moizibnyousaf/marketing-cli/paper-marketing)
Your own site
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/paper-marketing"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/paper-marketing/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 paper-marketing

Your own site · 80×15
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/paper-marketing"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/paper-marketing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,065 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 208
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 272
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00208 $0.05065
Opus 5 $0.00104 $0.02533
Sonnet 5 $0.00042 $0.01013
Haiku 4.5 $0.00021 $0.00507

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

Security

Grade A, and why

paper-marketing 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 9d ago.

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/paper-marketing/SKILL.md · 449 lines

How it starts

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

/paper-marketing — On-Brand Visual Content in Paper MCP

Spawn parallel designer agents in Paper, each creating a unique on-brand interpretation of marketing content. Same brand system, different creative executions. Agent count and approach intelligently adapt to the user's actual goal.

Quick Reference

Phase What Happens Key Tool
1. Load Brand Read brand/ files, discover Paper file, confirm with user mcp__paper__get_basic_info()
2. Goal Discovery Interrogate user: content type, variation count, priority AskUserQuestion
3. Create Tasks Build rich task descriptions with full brand system + content TeamCreate + TaskCreate
4. Spawn Agents Launch N designer agents in parallel Agent (background, Sonnet)
5. Review Screenshot artboards, compare, user selects winner mcp__paper__get_screenshot()
6. Export Extract JSX, write handoff YAML, instruct user to export PNG mcp__paper__get_jsx()
7. Log Update brand/assets.md, append workflow log File writes

For Paper MCP HTML rules, see references/paper-mcp-rules.md. For brand system extraction template, see references/brand-system-template.md. For platform-specific conventions, see references/platform-conventions.md. For agent quality rubric, see references/agent-quality-rubric.md.

Workflow

Phase 1: Load Brand System + Discover Paper File

Step 1a: Load brand context. Run mktg status --json to confirm brand files exist. Then read in parallel:

  • brand/voice-profile.md — tone, vocabulary, do's/don'ts, signature phrases
  • brand/creative-kit.md — colors (hex + roles), fonts (families + weights + sizes), spacing rhythm
  • brand/positioning.md — angles, headlines, proof points
  • brand/assets.md — what already exists (avoid duplication)

Step 1b: Extract the design system. From brand files, build:

  • Palette: every color token with hex and role (bg, accent, text, muted, divider)
  • Typography: font families, weights, sizes for each role (display, section, body, label, stat)
  • Layout tokens: slide dimensions, padding, content area, footer structure
  • Voice rules: signature phrases, copy rules, words to use/avoid
  • Positioning angles: available angles and their headline directions

Read the full file on GitHub · 449 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 449 lines · 208 tokens per session scan A 8980fb745302

Subscribe to this mod's changes

paper-marketing is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed today), licensed MIT. It adds 208 tokens to every session and 5,065 once invoked, about $0.0010 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-09-03.

Related

Other skills, from other repositories

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

web-typography

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system…

wondelai/skills · 128 tokens

hooked-ux

Design habit-forming product loops using the Hook Model (Trigger, Action, Variable Reward, Investment). Use when the user mentions "users arent coming back", "habit formation", "engagement loops", "habit zone", or "the manipulation matrix". Also trigger when designing notification or re-engagement strategies, building…

wondelai/skills · 109 tokens

improve-app

Guided journey from a shipped app that works but feels rough to a product that fits the job, flows without friction, reads clearly, and persuades honestly. Orchestrates nine skills phase by phase - jobs-to-be-done, ux-heuristics, design-everyday-things, refactoring-ui, microinteractions, made-to-stick…

wondelai/skills · 236 tokens

improve-website

Guided journey from a live website that underperforms to a prioritized, evidence-backed backlog of conversion, usability, message, and speed fixes - each shipped as a testable experiment. Orchestrates eight skills phase by phase - cro-methodology, ux-heuristics, refactoring-ui, web-typography, storybrand-messaging…

wondelai/skills · 225 tokens