Follow AleaBito
Fetches one X account's posts into Chinese digests and ticker-mention CSVs
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0b9bcfd
Asked for a sourced digest of the tracked X account: plain WebFetch on x.com returned HTTP 402 and zero posts, while the skill's bundled fetcher pulled 5 real posts with working status URLs plus a deterministic ticker leaderboard (NBIS 3, CIFR/CRWV/IREN/WULF 2 each). The catch is freshness — with no X_BEARER_TOKEN the public syndication fallback returned nothing newer than 2025-11-12, roughly eight months stale, so the headline daily digest needs a paid X API token to work at all. To its credit the fetcher flags this itself in a warnings field rather than inventing posts, and every scripted path refuses to fabricate prices or links. Note it is hard-wired to one account and its setup commands point at a Codex home path, not ~/.claude/skills.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What Follow AleaBito does
Tracks the single X account @aleabitoreddit (Serenity) and turns its posts into a Chinese-language iMessage digest, cumulative ticker-mention analytics CSVs, a Xiaohongshu brief, and a research map. Triggers on requests naming aleabito/Serenity, ticker mention counts, or Chinese commentary derived from that account.
How to install Follow AleaBito
git clone https://github.com/lanfuli/aleabito-serenity-skills.git
mkdir -p ~/.claude/skills
cd aleabito-serenity-skills && cp -r skills/follow-aleabito ~/.claude/skills/follow-aleabito
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Follow AleaBito
-
/follow-aleabitoFetches one X account's posts into Chinese digests and ticker-mention CSVs
It also activates on plain-language prompts like these:
-
Get me a digest of aleabito's recent posts with ticker mention counts -
What tickers has Serenity been mentioning lately on X, with sources -
Build a Chinese-language brief from that trader's latest posts on X
Frequently asked questions
- Is the Follow AleaBito skill free?
- Yes. The skill itself is free from lanfuli/aleabito-serenity-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Follow AleaBito work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Asked for a sourced digest of the tracked X account: plain WebFetch on x.com returned HTTP 402 and zero posts, while the skill's bundled fetcher pulled 5 real posts with working status URLs plus a deterministic ticker leaderboard (NBIS 3, CIFR/CRWV/IREN/WULF 2 each). The catch is freshness — with no X_BEARER_TOKEN the public syndication fallback returned nothing newer than 2025-11-12, roughly eight months stale, so the headline daily digest needs a paid X API token to work at all. To its credit the fetcher flags this itself in a warnings field rather than inventing posts, and every scripted path refuses to fabricate prices or links. Note it is hard-wired to one account and its setup commands point at a Codex home path, not ~/.claude/skills.
- What is the Follow AleaBito SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install Follow AleaBito?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Follow AleaBito with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.