your-skill-name

your-skill-name is a skill for Claude Code, Codex from Gingg7260/affiliate-skills. It costs 36 tokens per session (853 once invoked), scanned A, a copy of your-skill-name, MIT.

A blank template for defining a coding-agent skill. It contains placeholders for when the skill should run, what information it needs, how it works, and what it returns.

In plain words
What is it for?
Use it as a starting point when creating a new skill with activation rules, input and output formats, workflow steps, error handling, and examples.
Why use it?
It provides a structure for documenting a skill, but the supplied content does not describe a real task or capability. It cannot be meaningfully evaluated until those placeholders are replaced.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Use it as a starting point when creating a new skill with activation rules, input and output formats, workflow steps, error handling, and examples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gingg7260/affiliate-skills/template
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 Gingg7260/affiliate-skills --skill template
Clone the repo
git clone --depth 1 https://github.com/Gingg7260/affiliate-skills

Made for: Claude Code, 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 your-skill-name

README.md
[![agentmods](https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/template/github.svg)](https://agentmods.dev/skills/gingg7260/affiliate-skills/template)
Your own site
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/template"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/template/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 your-skill-name

Your own site · 80×15
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/template"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 853 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 88% copy Near-identical to another mod 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.00036 $0.00853
Opus 5 $0.00018 $0.00426
Sonnet 5 $0.00007 $0.00171
Haiku 4.5 $0.00004 $0.00085

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

Security

Grade A, and why

your-skill-name 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.

Origin

This is a copy

88% identical to your-skill-name — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

template/SKILL.md · 147 lines

How it starts

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

Your Skill Name

What this skill does in 2-3 sentences. Focus on the outcome, not the process.

Stage

This skill belongs to Stage SX: StageName

When to Use

  • Scenario 1
  • Scenario 2
  • Scenario 3

Input Schema

{
  required_field: {          # (required) Description
    name: string             # Example value
  }
  optional_field: string     # (optional, default: "value") Description
}

Workflow

Step 1: Gather Context

What to check first. How to handle missing inputs.

Step 2: Execute Core Task

The main work the skill does.

Step 3: Format and Deliver

How to structure the output.

Output Schema

Other skills can consume these fields from conversation context:

{
  primary_output: string     # Main result for downstream chaining
  secondary_output: string   # Additional data for downstream skills
}

Output Format

## [Skill Name]: [Context]

### Section 1
[Main content]

### Section 2
[Supporting content]

Error Handling

  • Missing required input: How to recover gracefully.
  • External data unavailable: Fallback strategy.
  • Edge case: How to handle unexpected scenarios.

Examples

Example 1: [realistic user prompt] → [step-by-step what the skill does] → [expected output summary]

Example 2: [different scenario] → [step-by-step] → [expected output summary]

Example 3: [edge case or beginner scenario] → [step-by-step] → [expected output summary]

Flywheel Connections

Feeds Into

  • [skill] (S[X]) — [what data/output flows forward to this skill]

Fed By

  • [skill] (S[X]) — [what data/output flows back from this skill]

Feedback Loop

  • [analytics metric or data point that improves this skill's next run]

Quality Gate

Include this section for content-producing skills (S2, S3, S4, S5, S7). Remove for non-content skills.

Before delivering output, verify:

  1. Would I share this on MY personal social?
  2. Contains specific, surprising detail? (not generic)
  3. Respects reader's intelligence?
  4. Remarkable enough to share? (Purple Cow test)
  5. Irresistible offer framing? (if S4 offer skills ran)

Read the full file on GitHub · 147 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. 9d ago First seen · 147 lines · 36 tokens per session scan A 0e5789085304

Subscribe to this mod's changes

your-skill-name is a skill published in the GitHub repository Gingg7260/affiliate-skills (5 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 853 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to your-skill-name, differing in 17 lines, and is treated as a copy.

Related

Other skills, from other repositories

showcase

Submit an extension to the standdown "Graded with standdown" showcase (wall of fame). Use after the user has integrated standdown and their extension grades A/A+ on the conformance grader, when they want to publish/share their grade card or "add my extension to the showcase". Generates the submission, regenerates the…

dupe-com/standdown · 79 tokens

adopt

Migrate an extension that ALREADY has homegrown stand-down / affiliate-suppression logic onto the standdown library without losing revenue. Use when the target already suppresses activation on prior affiliate attribution (has disabledomains, ignoreparam, cookie/param stand-down checks, a FALLBACKPOLICY, or "stand…

dupe-com/standdown · 115 tokens

setup

Integrate the standdown affiliate stand-down library into a browser extension and grade its conformance F→A+. Use when the user wants their extension to stop hijacking existing affiliate attribution (stand down when a partner already owns the sale), when they ask to "add standdown" / "install standdown", or when they…

dupe-com/standdown · 81 tokens

webinar-registration-page

Build a webinar or live event registration page as a self-contained HTML file with countdown timer, speaker bio, agenda, and registration form. Triggers on: "build a webinar registration page", "create a webinar sign-up page", "event registration landing page", "live training registration page", "workshop sign-up…

Affitor/affiliate-skills · 115 tokens

create-skill

Turn a repeatable AI prompt or workflow into a structured, shareable skill for the affiliate-skills GitHub repository. Use this skill when the user wants to create a new skill, write a SKILL.md, convert a prompt to a skill, share a skill via the GitHub repo, or document an AI workflow. Also trigger for: "create a…

Affitor/affiliate-skills · 129 tokens

content-angle-ranker

Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should…

Affitor/affiliate-skills · 175 tokens