follow-aleabito

follow-aleabito is a skill for Codex from lanfuli/aleabito-serenity-skills. It costs 151 tokens per session (1,950 once invoked), scanned A, original, MIT.

A research workflow that follows Serenity, also known as @aleabitoreddit, on X, the social network formerly called Twitter. It turns fetched posts into Chinese or English digests, ticker-mention data, Xiaohongshu briefs, or a private research map.

In plain words
What is it for?
Use it to create a daily digest, analyse stock-ticker mentions over 60 days, prepare a Xiaohongshu writing brief, or maintain a research map from the account's posts.
Why use it?
It keeps these deliverables tied to the posts it retrieved and includes source links, while treating market commentary as research rather than investment advice.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to create a daily digest, analyse stock-ticker mentions over 60 days, prepare a Xiaohongshu writing brief, or maintain a research map from the account's posts.

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

Made for: 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 follow-aleabito

README.md
[![agentmods](https://agentmods.dev/badge/skills/lanfuli/aleabito-serenity-skills/follow-aleabito/github.svg)](https://agentmods.dev/skills/lanfuli/aleabito-serenity-skills/follow-aleabito)
Your own site
<a href="https://agentmods.dev/skills/lanfuli/aleabito-serenity-skills/follow-aleabito"><img src="https://agentmods.dev/badge/skills/lanfuli/aleabito-serenity-skills/follow-aleabito/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 follow-aleabito

Your own site · 80×15
<a href="https://agentmods.dev/skills/lanfuli/aleabito-serenity-skills/follow-aleabito"><img src="https://agentmods.dev/badge/skills/lanfuli/aleabito-serenity-skills/follow-aleabito.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,950 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 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.00151 $0.01950
Opus 5 $0.00076 $0.00975
Sonnet 5 $0.00030 $0.00390
Haiku 4.5 $0.00015 $0.00195

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

Security

Grade A, and why

follow-aleabito 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 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/analyze-mentions.js, scripts/build-digest-brief.js, scripts/build-xhs-brief.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/follow-aleabito/SKILL.md · 160 lines

How it starts

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

Follow AleaBito

Purpose

Track @aleabitoreddit on X and produce deliverables grounded only in fetched posts. Always include source URLs. Treat the content as market commentary, not investment advice.

Language / 语言: deliverables default to 中文 (the digest and Xiaohongshu workflows are Chinese-first by design), but any of them can be produced in English when the user asks. The analytics CSVs and research map are language-neutral.

This skill handles four workflows. Pick the one(s) the user asked for and read the matching reference file only when needed:

User intent Workflow Section
Daily Chinese update / iMessage digest Digest Daily Digest
60-day mention CSVs, ticker leaderboard, website data Analytics Mention Analytics + references/analytics.md
Xiaohongshu post Xiaohongshu Xiaohongshu + references/xhs-style.md
Research map Research map Research Map

When producing any AI 分析, read references/analysis-framework.md first. All Buffett-style fields default to unverified; escalation requires cited evidence.

Paths

Reports go under $FOLLOW_ALEABITO_REPORTS_DIR. If unset, default to $HOME/Documents/aleabito-reports. Treat all CSV / meta paths below as $FOLLOW_ALEABITO_REPORTS_DIR/<filename>.

Data Sources

Use scripts/fetch-updates.js. It tries:

  1. X API v2 when X_BEARER_TOKEN exists in ~/.follow-aleabito/.env.
  2. X public syndication fallback when no token is configured.
  3. Logged-in Chrome/X page fallback on macOS when anonymous sources return nothing.

Caveats: the syndication fallback can miss the newest posts or truncate long ones. The Chrome fallback may open https://x.com/aleabitoreddit in the active Chrome tab — expand any Show more before extracting. If the JSON output contains warnings, mention them briefly in the digest or setup guidance.

Read the full file on GitHub · 160 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. 12d ago First seen · 160 lines · 151 tokens per session scan A 045b8891b86a

Subscribe to this mod's changes

follow-aleabito is a skill published in the GitHub repository lanfuli/aleabito-serenity-skills (94 stars, last pushed 3mo ago), licensed MIT. It adds 151 tokens to every session and 1,950 once invoked, about $0.0008 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

irpf-brasil

Assistente especializado em Imposto de Renda Pessoa Física (IRPF) Brasil — ciclo 2026, ano-base 2025. Use quando o usuário mencionar "IRPF", "Imposto de Renda", "declaração de IR", "malha fina", "DARF", "REVAR", "Cashback IRPF", "pré-preenchida", "Núcleo Familiar", "restituição IR", "bets imposto", "ComprovaBet"…

Danielbluz/skill-irpf-brasil · 309 tokens

guizang-social-card-skill

Generate Guizang-style social card image sets, Live Photo motion cards, material-first Live Photo puzzle layouts, triple Live Photo collages, long-video-to-Live-Photo treatments, and WeChat official account cover pairs from articles, scripts, screenshots, product notes, subtitles, photos, or user-supplied videos. Use…

op7418/guizang-social-card-skill · 170 tokens

national-team-position

A Chinese-language analysis tool that estimates changes in China’s government-backed ETF holdings by tracking ETF share counts and related index prices. ETFs are funds traded on stock exchanges, and the “national team” refers here to Central Huijin, a state investment company.

Xiaoyuan-Liu/national-team-position · 161 tokens

deepread-bank-statements

Extract structured data from bank statements — account holder, period, opening/closing balances, and every transaction as typed JSON. Works on PDF and scanned statements from any bank. Per-field confidence flags. PII redaction for compliant sharing. Free 2,000 pages/month.

deepread-tech/skills · 61 tokens

deepread-invoice

Extract structured data from invoices, receipts, and bills using DeepRead. Pre-built schemas for vendor, line items, totals, tax, due dates. 97%+ accuracy with human-in-the-loop flags. Free 2,000 pages/month.

deepread-tech/skills · 55 tokens

deepread-pay-stubs

Extract structured data from pay stubs and earnings statements — employer, employee, pay period, gross/net pay, taxes, deductions, and YTD totals — as typed JSON. Ideal for income verification and lending. Per-field confidence flags. PII redaction built in. Free 2,000 pages/month.

deepread-tech/skills · 68 tokens