bio-link-deployer

bio-link-deployer is a skill for Claude Code, Codex from Affitor/affiliate-skills. It costs 108 tokens per session (3,000 once invoked), scanned A, original, MIT.

A single-file Linktree-style page that gathers many links—such as social profiles, blog posts, landing pages, and products—in one place. It is designed primarily for people opening a link from a social-media profile.

In plain words
What is it for?
Building link-in-bio pages, affiliate link hubs, and profile pages that organize multiple online destinations.
Why use it?
It gives you one page to share when you have several destinations, instead of changing the link in each profile. The page is self-contained and includes three theme options.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Part of the distribution-skills plugin — 4 skills shipped together

Good fit Building link-in-bio pages, affiliate link hubs, and profile pages that organize multiple online destinations.

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

Made for: Claude Code, Codex.

Or install distribution-skills, the plugin that ships this one along with the rest of its 4 skills.

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 bio-link-deployer

README.md
[![agentmods](https://agentmods.dev/badge/skills/affitor/affiliate-skills/bio-link-deployer/github.svg)](https://agentmods.dev/skills/affitor/affiliate-skills/bio-link-deployer)
Your own site
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/bio-link-deployer"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/bio-link-deployer/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 bio-link-deployer

Your own site · 80×15
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/bio-link-deployer"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/bio-link-deployer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,000 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: 1 finding, 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 MCP Rug Pull · line 146
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00108 $0.03000
Opus 5 $0.00054 $0.01500
Sonnet 5 $0.00022 $0.00600
Haiku 4.5 $0.00011 $0.00300

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

Security

Grade A, and why

bio-link-deployer 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.

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

Copies of this mod

2 near-identical copies found in the catalogue:

skills/distribution/bio-link-deployer/SKILL.md · 280 lines

How it starts

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

Create a Linktree-style hub page that links all your affiliate content — blog posts, landing pages, social profiles, and product links — in one place. Output is a single self-contained HTML file with 3 theme options, mobile-first (90%+ bio link traffic is mobile), deployable anywhere.

Stage

S5: Distribution — The central hub that ties your entire affiliate funnel together. Put this link in your social media bios, email signatures, and anywhere you need one link to rule them all. Unlike Linktree, you own the page and pay nothing.

When to Use

  • User wants a link-in-bio page for social media profiles
  • User wants a single page linking all their affiliate content
  • User says anything like "linktree", "bio link", "link page", "link in bio", "all my links"
  • User has multiple affiliate products/blog posts/landing pages and needs a hub
  • User wants a free alternative to Linktree/Beacons/Stan Store

Input Schema

user_name: string           # REQUIRED — display name or handle (e.g., "@alexcreator")

tagline: string             # OPTIONAL — short bio under the name
                            # Default: auto-generated from link categories

avatar_url: string          # OPTIONAL — URL to profile image
                            # Default: emoji placeholder based on niche

links:                      # REQUIRED — at least 3 links
  - label: string           # Display text (e.g., "HeyGen — AI Video Creator")
    url: string             # Destination URL
    category: string        # Group label (e.g., "Tools", "My Content", "Connect")
    icon: string            # OPTIONAL — emoji for visual (e.g., "🎬")

theme: string               # OPTIONAL — "minimal" | "dark" | "gradient"
                            # Default: "minimal"

Chaining context: If earlier skills (S1-S4) were run in the conversation, use these Output Schema fields:

  • S1 recommended_program.url + .name → add as "Featured Tools" links
  • S2 posts[].platform → link to the user's social platform profiles
  • S3 products_featured[].url + .name → add as "My Content" links (blog posts)
  • S4 landing_page.filename or deployed URL → add as "Landing Pages" links
  • S4 products_featured[].url + .name → add as product links if not already included

Read the full file on GitHub · 280 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. 10d ago First seen · 280 lines · 108 tokens per session scan A 765c01398867

Subscribe to this mod's changes

bio-link-deployer is a skill published in the GitHub repository Affitor/affiliate-skills (654 stars, last pushed 4d ago), licensed MIT. It adds 108 tokens to every session and 3,000 once invoked, about $0.0005 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

bio-link-deployer

Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: "create a bio link page", "make a linktree", "link in bio page", "bio link", "link hub", "create my link page", "all my links on one page", "linktree alternative", "build a link page", "bio page for my affiliate links", "I…

gabrielmoreira/agent-skills-mirror · 108 tokens

bio-link-deployer

Create a Linktree-style bio link hub page as a single self-contained HTML file. Triggers on: "create a bio link page", "make a linktree", "link in bio page", "bio link", "link hub", "create my link page", "all my links on one page", "linktree alternative", "build a link page", "bio page for my affiliate links", "I…

Gingg7260/affiliate-skills · 108 tokens

email-drip-sequence

Write an email drip sequence for affiliate marketing. Triggers on: "write me an email sequence", "create a drip campaign", "email nurture sequence", "affiliate email funnel", "welcome email series", "email onboarding sequence", "write emails for my list", "set up a drip sequence", "email campaign for [product]"…

jiaxiaojunQAQ/SkillJect · 106 tokens

email-drip-sequence

Write an email drip sequence for affiliate marketing. Triggers on: "write me an email sequence", "create a drip campaign", "email nurture sequence", "affiliate email funnel", "welcome email series", "email onboarding sequence", "write emails for my list", "set up a drip sequence", "email campaign for [product]"…

gabrielmoreira/agent-skills-mirror · 106 tokens

github-pages-deployer

Deploy affiliate content to GitHub Pages for free hosting. Triggers on: "deploy to GitHub Pages", "host on GitHub Pages", "free hosting for my affiliate site", "push to GitHub Pages", "GitHub Pages setup", "deploy my landing page to GitHub", "host my bio link on GitHub", "free affiliate website hosting", "github pages…

gabrielmoreira/agent-skills-mirror · 120 tokens

social-media-scheduler

Create a 30-day social media content calendar for affiliate marketing. Triggers on: "create a social media calendar", "30-day content plan", "social media schedule", "content calendar for [product]", "plan my social posts", "social media strategy", "schedule my affiliate posts", "content plan for LinkedIn", "30 days…

gabrielmoreira/agent-skills-mirror · 119 tokens