Source profileQuality 86/100

paperclipai/paperclip/packages/skills-catalog/catalog/bundled/product/paperclip-capsules/SKILL.md

paperclip-capsules

Generate, implement, or review Paperclip capsule visuals. Use for capsule art, agent capsules, heartbeat status capsules, identicons, capsule banks, or brand-usage validation.

Source repository stars
74,938
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Use this skill when creating or checking Paperclip capsule visuals. The central rule is simple: the capsule is the agent. A capsule is not generic chrome, a button shape, a random status pill, or background decoration.

Best for

  • Generating Paperclip capsule art, agent avatars, capsule fields, hero capsule banks, or seeded capsule identicons.
  • Implementing an individual agent capsule in product UI.
  • Rendering heartbeat status capsules for agent status.

Not for

  • Generic rounded pills, badges, buttons, tags, nav items, or decorative blobs.
  • Non-agent illustrations where capsules would only be visual texture.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/paperclipai/paperclip --skill "packages/skills-catalog/catalog/bundled/product/paperclip-capsules"
Safe inspection promptEditorial

Inspect the Agent Skill "paperclip-capsules" from https://github.com/paperclipai/paperclip/blob/77979950381a99271e4690c581a7440b73807b11/packages/skills-catalog/catalog/bundled/product/paperclip-capsules/SKILL.md at commit 77979950381a99271e4690c581a7440b73807b11. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Implementation Workflow

    1. Identify which capsule family you are working in: individual agent, status capsule, hero bank, generator layout, or identicon. 2. Load the matching reference file from this skill. 3. Prefer existing source implementations: - Product UI: ui/src/components/AgentCapsule.tsx, ui/…

    Identify which capsule family you are working in: individual agent, status capsule, hero bank, generator layout, or identicon.Load the matching reference file from this skill.Prefer existing source implementations:
  2. 02

    When to Use

    Generating Paperclip capsule art, agent avatars, capsule fields, hero capsule banks, or seeded capsule identicons.

    Generating Paperclip capsule art, agent avatars, capsule fields, hero capsule banks, or seeded capsule identicons.Implementing an individual agent capsule in product UI.Rendering heartbeat status capsules for agent status.
  3. 03

    When Not to Use

    Generic rounded pills, badges, buttons, tags, nav items, or decorative blobs.

    Generic rounded pills, badges, buttons, tags, nav items, or decorative blobs.Non-agent illustrations where capsules would only be visual texture.Product UI color choices unrelated to agents or heartbeat status.
  4. 04

    Non-Negotiable Rules

    Capsules represent agents. If the surface does not involve agents, do not add capsules.

    Capsules represent agents. If the surface does not involve agents, do not add capsules.Do not use the agent capsule palette outside capsules. Never apply agent gradients to buttons, text, page backgrounds, cards, or generic UI chrome.Keep capsule families separate. App individual capsules, heartbeat status capsules, website marketing capsules, video capsules, seeded identicons, and the hero bank have different data.
  5. 05

    Choose the Right Capsule Surface

    Use individual agent capsules when one capsule equals one agent in product UI, onboarding, org surfaces, or avatars. Read references/individual-status-capsules.md before implementing or changing UI behavior.

    Use individual agent capsules when one capsule equals one agent in product UI, onboarding, org surfaces, or avatars. Read references/individual-status-capsules.md before implementing or changing UI behavior.Use heartbeat status capsules for small solid status markers: idle/active gray, running blue pulse, paused amber, error red blink. These are not tall gradient identity capsules.Use the hero capsule bank only for brand hero imagery, feature-video hero scenes, or approved marketing motif work. Read references/hero-capsule-bank.md before drawing it.

Permission review

Static risk signals and limitations

Reads files

low · line 46

The documentation asks the agent to read local files, directories, or repositories.

Load the matching reference file from this skill.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score86/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars74,938SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
paperclipai/paperclip
Skill path
packages/skills-catalog/catalog/bundled/product/paperclip-capsules/SKILL.md
Commit
77979950381a99271e4690c581a7440b73807b11
License
MIT
Collected
2026-07-28
Default branch
master
View the original SKILL.md

Paperclip Capsules

Use this skill when creating or checking Paperclip capsule visuals. The central rule is simple: the capsule is the agent. A capsule is not generic chrome, a button shape, a random status pill, or background decoration.

The one approved decorative exception is the canonical hero capsule bank. Treat it as a specific Paperclip brand surface, not a license to make arbitrary capsule wallpaper.

When to Use

  • Generating Paperclip capsule art, agent avatars, capsule fields, hero capsule banks, or seeded capsule identicons.
  • Implementing an individual agent capsule in product UI.
  • Rendering heartbeat status capsules for agent status.
  • Building Paperclip feature videos or marketing graphics that use the capsule motif.
  • Reviewing a design for capsule brand correctness.

When Not to Use

  • Generic rounded pills, badges, buttons, tags, nav items, or decorative blobs.
  • Non-agent illustrations where capsules would only be visual texture.
  • Product UI color choices unrelated to agents or heartbeat status.
  • Replacing the app's existing AgentCapsule or status-color helpers from memory.

Non-Negotiable Rules

  • Capsules represent agents. If the surface does not involve agents, do not add capsules.
  • Do not use the agent capsule palette outside capsules. Never apply agent gradients to buttons, text, page backgrounds, cards, or generic UI chrome.
  • Keep capsule families separate. App individual capsules, heartbeat status capsules, website marketing capsules, video capsules, seeded identicons, and the hero bank have different data.
  • Hero bank is the only decorative exception. Use the canonical bank spec; do not hand-roll a new bank.
  • Record reproducibility data. For generated assets, record seed, template, palette, dimensions, and source workflow.
  • Respect reduced motion. Any pulsing, blinking, breathing, wave, or fill-rise animation needs a static reduced-motion fallback.

Choose the Right Capsule Surface

Use individual agent capsules when one capsule equals one agent in product UI, onboarding, org surfaces, or avatars. Read references/individual-status-capsules.md before implementing or changing UI behavior.

Use heartbeat status capsules for small solid status markers: idle/active gray, running blue pulse, paused amber, error red blink. These are not tall gradient identity capsules.

Use the hero capsule bank only for brand hero imagery, feature-video hero scenes, or approved marketing motif work. Read references/hero-capsule-bank.md before drawing it.

Use graphic-generator layouts when the task asks for capsule graphics such as blend rows, chains, grids, icon marks, or hero compositions. Prefer seeded tools and exportable workflows; read references/generator-workflows.md.

Use seeded identicons/profile pills when an agent needs a reproducible personal capsule mark. Read references/identicon-prototyper.md before choosing variants, color schemes, dither algorithms, density, sheen, aurora, mesh, motion, or exports.

Implementation Workflow

  1. Identify which capsule family you are working in: individual agent, status capsule, hero bank, generator layout, or identicon.
  2. Load the matching reference file from this skill.
  3. Prefer existing source implementations:
    • Product UI: ui/src/components/AgentCapsule.tsx, ui/src/index.css, and ui/src/lib/status-colors.ts.
    • Hero bank: canonical spec in references/hero-capsule-bank.md.
    • Video work: pair this skill with the Paperclip feature-video HyperFrames skill when available.
  4. If generating an artifact, choose a reproducible workflow and write down the seed/config.
  5. Verify that the result still reads as agent-related. Remove capsules if they became decoration.
  6. Attach or otherwise expose generated deliverables when doing issue work, and name the exact workflow used.

Output Expectations

For any generated capsule asset, include:

  • Capsule family: individual-agent, heartbeat-status, hero-bank, graphic-generator, or identicon.
  • Source workflow or implementation path.
  • Seed and config where available.
  • Dimensions, format, and renderer.
  • Any divergence from canonical Paperclip rendering.

For code changes, include targeted checks that exercise the edited surface. For visuals, include screenshots or inspectable SVG/PNG/HTML when possible.

Validation Checklist

  • Does each capsule represent an agent, agent state, or the canonical hero-bank exception?
  • Are gradients confined to capsule shapes?
  • Are app, website, video, identicon, and hero-bank palettes kept separate?
  • Is motion reduced or removed under reduced-motion settings?
  • Is the source path or reproducible seed/config recorded?
  • Are generated files attached or linked as inspectable deliverables for issue work?

References

  • references/individual-status-capsules.md - product app capsules, heartbeat status capsules, palette caveats, and reduced-motion rules.
  • references/hero-capsule-bank.md - canonical hero-bank geometry, palette, grain, wave, crop, and rendering checklist.
  • references/generator-workflows.md - website generator and external graphic-generator workflows.
  • references/identicon-prototyper.md - deterministic profile-pill variants, color schemes, dither algorithms, density behavior, motion, export/share controls, and recommended combinations.

Alternatives

Compare before choosing

Computed 9827

MoizIbnYousaf/marketing-cli

higgsfield-generate

Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "

Computed 9438,313

wshobson/agents

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —

Computed 9342,015

coreyhaines31/marketingskills

emails

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," "lifecycle emails," "trigger-based emails," "email funnel," "email workflow," "what emails should I send," "welcome series," or "email cadence." Use this for any multi-email automated flow. For cold out

Computed 92165

JasonColapietro/suede-creator-skills

suede-workflow-skills

Umbrella workflow for 67 public skills: Full Send, copy, design, code review, SEO, launch packaging, MCP QA, iOS and Android app shipping, and creator workflows. Loads the full public skill pack.