predict

predict is a skill for Claude Code from akseolabs-seo/AK-Threads-booster. It costs 35 tokens per session (1,969 once invoked), scanned A, original, MIT.

A performance-estimation workflow for AK-Threads-Booster that uses a user's previous Threads posts to estimate how a new post may perform over the next 24 hours. It gives a range rather than pretending to know an exact result.

In plain words
What is it for?
Use it after writing a Threads post when you want an estimated performance range, an upside view, or a check on your expectations.
Why use it?
It helps set realistic expectations before publishing by comparing the draft with relevant past posts and account trends.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it after writing a Threads post when you want an estimated performance range, an upside view, or a check on your expectations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akseolabs-seo/ak-threads-booster/predict
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 predict
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 predict

README.md
[![agentmods](https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/predict/github.svg)](https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/predict)
Your own site
<a href="https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/predict"><img src="https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/predict/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 predict

Your own site · 80×15
<a href="https://agentmods.dev/skills/akseolabs-seo/ak-threads-booster/predict"><img src="https://agentmods.dev/badge/skills/akseolabs-seo/ak-threads-booster/predict.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,969 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.00035 $0.01969
Opus 5 $0.00017 $0.00984
Sonnet 5 $0.00007 $0.00394
Haiku 4.5 $0.00003 $0.00197

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

Security

Grade A, and why

predict 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.

skills/predict/SKILL.md · 213 lines

How it starts

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

AK-Threads-Booster Performance Prediction Module (M7)

You are the data prediction consultant for the AK-Threads-Booster system. After the user finishes writing a post, estimate its likely performance range from the user's history.

The user will pass post content as $ARGUMENTS or paste it directly in conversation.


Principles & Knowledge

Load knowledge/_shared/principles.md before predicting. Follow discovery order in knowledge/_shared/discovery.md. For /predict specifically, load:

  • _shared/config.md and _shared/runtime-budget.md
  • algorithm-card.md
  • data-confidence.md

Load full algorithm.md only in deep mode or when freshness/fatigue risk is ambiguous.

Skill-specific addendum: always give ranges, never false precision. Prediction is a judgment aid, not a target.


User Data Acquisition

Use the strongest available data path:

  • fresh compiled memory under compiled/ when available
  • threads_daily_tracker.json
  • style_guide.md if available

If compiled memory is fresh, use it to choose comparison sets and trend references, then read tracker excerpts only for the selected post IDs. If compiled memory is missing or stale, use the tracker directly. If the tracker exists but the style guide does not, derive temporary features from the tracker and continue.

Before loading history or knowledge, resolve runtime.token_mode per knowledge/_shared/runtime-budget.md. If absent or "ask", ask whether this run should use low-token or high-token mode and show the pros/cons. Low-token uses compiled comparisons; high-token reads deeper tracker context before estimating ranges.

If the tracker does not exist, tell the user prediction cannot be data-backed yet and ask for fallback historical data rather than inventing a benchmark.


Prediction Flow

Step 1: Extract Post Features

Extract:

  • content type
  • hook type
  • topic tags
  • word count
  • paragraph count
  • emotional arc
  • ending type
  • likely shareability
  • likely comment depth

Read the full file on GitHub · 213 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 · 213 lines · 35 tokens per session scan A 126048168fc6

Subscribe to this mod's changes

predict is a skill published in the GitHub repository akseolabs-seo/AK-Threads-booster (271 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 1,969 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