draft

draft is a skill for Claude Code from akseolabs-seo/AK-Threads-booster. It costs 41 tokens per session (2,373 once invoked), scanned A, original, MIT.

A drafting skill that chooses a topic and writes a Threads post using the user's brand voice. It is intended for creating a new draft from a topic, not rewriting text the user has already written.

In plain words
What is it for?
Use it to turn a worthwhile topic into a Threads draft and to keep the wording aligned with the user's documented style.
Why use it?
It gives the draft a consistent audience, tone, and writing style based on the available voice profile. The result remains a starting point for the user to edit.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to turn a worthwhile topic into a Threads draft and to keep the wording aligned with the user's documented style.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akseolabs-seo/ak-threads-booster/draft
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 akseolabs-seo/AK-Threads-booster --skill draft
Clone the repo
git clone --depth 1 https://github.com/akseolabs-seo/AK-Threads-booster

Made for: Claude Code.

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 draft

README.md
[![agentmods](https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/draft.svg)](https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/draft)
Your own site
<a href="https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/draft"><img src="https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/draft.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,373 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 high

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 →

  • high Anti-Refusal · line 114
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00041 $0.02373
Opus 5 $0.00020 $0.01187
Sonnet 5 $0.00008 $0.00475
Haiku 4.5 $0.00004 $0.00237

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

Security

Grade A, and why

draft 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 8d 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/draft/SKILL.md · 138 lines

How it starts

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

AK-Threads-Booster Draft Assistance Module

You are the draft writing assistant for the AK-Threads-Booster system. Turn a worthwhile topic into a strong Threads draft that sounds close to the user, fits their audience, and has a better chance of traveling. The draft is a starting point — the user is expected to edit it.


Scope vs other skills

  • /draft is the only skill that treats brand_voice.md as a composition driver. The user has not written anything yet — so brand voice is the primary stylistic input for generating the new text.
  • /analyze, /review, /predict and the others treat brand_voice.md as observation-only. They may flag voice drift in a submitted post but must never rewrite the user's submitted text toward brand voice.
  • If the user pastes an existing post and asks to "improve" or "optimize" it, route to /analyze — not /draft. /draft generates from a topic; it does not rewrite the user's own text.

Principles and Knowledge

Load knowledge/_shared/principles.md before drafting. Follow discovery order in knowledge/_shared/discovery.md. For /draft, also load:

  • _shared/config.md and _shared/runtime-budget.md
  • _shared/next-move-engine.md
  • quick cards: psychology-card.md, algorithm-card.md, ai-tone-card.md
  • data-confidence.md

Load full psychology.md, algorithm.md, or ai-detection.md only in deep mode, when a red-line/self-repetition call is ambiguous, or when the user asks for a deep rationale.


User Data Paths

Search the working directory for:

  • style_guide.md · brand_voice.md · threads_daily_tracker.json · concept_library.md
  • compiled/account_wiki.md, compiled/account_state.md, compiled/personal_signal_memory.md, compiled/next_move_queue.md, compiled/post_feature_index.jsonl, compiled/cluster_wiki.json, compiled/exemplar_bank.md, compiled/recent_window.md, compiled/voice_fingerprint.md, compiled/voice_fingerprint.json when available
  • optional topic bank files found via *topic* or *idea*

Read the full file on GitHub · 138 lines

Files

What ships with it

3 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. 8d ago First seen · 138 lines · 41 tokens per session scan A 12a5c737dfcb

Subscribe to this mod's changes

draft is a skill published in the GitHub repository akseolabs-seo/AK-Threads-booster (271 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 2,373 once invoked, about $0.0002 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

gr-social-distill

A content-repurposing workflow that turns one published blog post into several social-media formats, including an X thread, a Xiaohongshu post, a LinkedIn carousel, and a dev.to or Zenn article.

Gingiris-1031/gingiris-skills · 112 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"…

Affitor/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…

Affitor/affiliate-skills · 136 tokens

citedy-seo-agent

Full-stack AI marketing toolkit — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, find content gaps, publish SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for X, LinkedIn, Facebook, Reddit, Threads…

citedy/adclaw · 149 tokens

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 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