twitter-thread-writer

twitter-thread-writer is a skill for Claude Code from Affitor/affiliate-skills. It costs 116 tokens per session (3,486 once invoked), scanned A, original, MIT.

A writing guide for creating X (formerly Twitter) threads that share useful expertise and include an affiliate product recommendation. Affiliate marketing means earning from purchases made through a tracked link.

In plain words
What is it for?
Use it to plan threads about affiliate products, choose a topic angle, and write for a specific audience. It is also for sharing expertise on X while including an affiliate link.
Why use it?
It helps turn product promotion into an informative thread instead of a standalone advertisement. It also gives structure when you need to connect your knowledge with a product recommendation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; mentions Claude Code; built for openclaw.

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

Good fit Use it to plan threads about affiliate products, choose a topic angle, and write for a specific audience. It is also for sharing expertise on X while including an affiliate link.

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

Made for: Claude Code.

Or install content-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 twitter-thread-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/twitter-thread-writer"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/twitter-thread-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,486 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 pass 7 Sept 2026
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.00116 $0.03486
Opus 5 $0.00058 $0.01743
Sonnet 5 $0.00023 $0.00697
Haiku 4.5 $0.00012 $0.00349

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

Security

Grade A, and why

twitter-thread-writer 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/content/twitter-thread-writer/SKILL.md · 348 lines

How it starts

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

Twitter Thread Writer

Write X/Twitter threads that deliver genuine value, build authority, and naturally recommend affiliate products without feeling like ads. The best affiliate threads get bookmarked for the insights and clicked for the product recommendation.

Stage

This skill belongs to Stage S2: Content

When to Use

  • User wants to promote an affiliate product on X/Twitter
  • User wants to build an audience on X while monetizing with affiliate links
  • User has expertise to share and wants to weave in a product recommendation
  • User asks how to write threads that convert without being spammy
  • User wants content that compounds (bookmarks → future impressions)

Input Schema

{
  product: {
    name: string              # (required) "ConvertKit"
    description: string       # (optional) What it does
    url: string               # (optional) Affiliate link
    reward_value: string      # (optional) For context only — never shown in thread
  }
  thread_angle: string        # (optional, default: auto) See Thread Frameworks below
  expertise_area: string      # (optional) Creator's area of authority — "email marketing", "SaaS growth"
  audience: string            # (optional) "founders", "freelancers", "content creators"
  tone: string                # (optional, default: "direct") "direct" | "educational" | "storytelling" | "contrarian"
  tweet_count: number         # (optional, default: 8) Number of tweets in thread: 5-15
  personal_story: string      # (optional) Real experience or result to anchor the thread
  cta_style: string           # (optional, default: "soft") "soft" | "direct" | "question"
}

Workflow

Step 1: Research the Product and Angle

Use web_search "[product name] best features use cases" and web_search "[product name] vs [competitor]" to find:

  • The 2-3 strongest use cases (thread body material)
  • The problem it solves that X audiences care about
  • Any recent updates, launches, or news (recency boosts engagement)
  • Real user testimonials or case study numbers (third-party proof)

Read the full file on GitHub · 348 lines

Files

What ships with it

1 file 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 · 348 lines · 116 tokens per session scan A e6b49522c752

Subscribe to this mod's changes

twitter-thread-writer is a skill published in the GitHub repository Affitor/affiliate-skills (654 stars, last pushed 4d ago), licensed MIT. It adds 116 tokens to every session and 3,486 once invoked, about $0.0006 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

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

jiaxiaojunQAQ/SkillJect · 116 tokens

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

gabrielmoreira/agent-skills-mirror · 116 tokens

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

Gingg7260/affiliate-skills · 116 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Gingg7260/affiliate-skills · 136 tokens

reddit-post-writer

Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…

gabrielmoreira/agent-skills-mirror · 133 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

gabrielmoreira/agent-skills-mirror · 136 tokens