You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codex skill for tracking Serenity / `@aleabitoreddit` on X, translating new posts into Chinese, adding first-principles and Buffett-style investment analysis, and optionally delivering the digest through macOS iMessage.
3
+
Codex skill for tracking Serenity / `@aleabitoreddit` on X, turning new posts into Chinese digests, adding first-principles and Buffett-style investment analysis, and optionally sending the digest through macOS iMessage.
4
4
5
-
## What It Does
5
+
This project is for personal research tracking. It does not provide investment advice.
6
6
7
-
- Fetches posts from `@aleabitoreddit`.
7
+
## Features
8
+
9
+
- Fetches posts, quotes, and optional replies from `@aleabitoreddit`.
8
10
- Uses X API v2 when `X_BEARER_TOKEN` is configured.
9
-
- Falls back to public X syndication.
10
-
- On macOS, can fall back to the user's logged-in Google Chrome/X page for newer or subscriber-visible posts.
11
-
- Produces Chinese digests with source links.
12
-
- Adds AI analysis that separates research leads from investable conclusions.
13
-
- Sends the final digest via iMessage using macOS Messages automation.
11
+
- Falls back to public X syndication when no API token is available.
12
+
- On macOS, can fall back to the user's logged-in Chrome/X page for newer or subscriber-visible posts.
13
+
- Builds beginner-friendly Chinese digest briefs with source links.
14
+
- Adds a required analysis shape: her view, beginner explanation, first principles, and direct Buffett-style answers.
15
+
- Sends finished digests through macOS Messages/iMessage.
16
+
- Maintains cumulative mention analytics CSVs for websites or dashboards.
17
+
- Generates Xiaohongshu writing briefs and a private research map.
18
+
19
+
## Requirements
20
+
21
+
- Codex with local skills enabled.
22
+
- Node.js 18 or newer.
23
+
- Optional: an X API bearer token for reliable fetches.
24
+
- Optional on macOS: Google Chrome logged into X for Chrome fallback.
25
+
- Optional on macOS: Messages automation permission for iMessage delivery.
Then ask Codex to use `$follow-aleabito` to read `/tmp/follow-aleabito-brief.md`, write a beginner-friendly Chinese digest with first-principles and Buffett-style direct answers, and send it by iMessage.
81
+
Then ask Codex to use `$follow-aleabito` to read `/tmp/follow-aleabito-brief.md`, write the Chinese digest, and send it by iMessage.
Build the initial cumulative dataset from the last 60 days:
92
+
The analytics workflow is cumulative, not rolling. The first 60-day run seeds the dataset. Later runs append only new posts/replies/quotes and dedupe by `tweet_id`.
The brief is not meant to be pasted blindly. It gives Codex the data table, recent activity, theme groups, and required writing constraints so Codex can produce a polished Xiaohongshu post.
The deterministic script does not invent financial facts. Missing moat, profitability, customer-risk, or Buffett-style conclusions stay marked as `unverified` or `research map` until separate research is done.
0 commit comments