ai-daily-from-x

ai-daily-from-x is a skill for Claude Code, Codex from chengkj99/kj-skills. It costs 178 tokens per session (1,996 once invoked), scanned A, original, MIT.

A Chinese-language daily report workflow for selected accounts on X, the social network formerly known as Twitter. It collects the previous day's AI updates, removes duplicates, scores them, and produces a readable report.

In plain words
What is it for?
Use it to collect yesterday's posts from the built-in account lists, create a factual data set, translate when configured, and write the final Chinese daily report.
Why use it?
It reduces the noise and manual work involved in following many AI accounts. It turns raw posts into a short report grouped by priority and focused on developments worth reviewing.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the kj-skills plugin — 34 skills, 1 command, 1 hook shipped together

Good fit Use it to collect yesterday's posts from the built-in account lists, create a factual data set, translate when configured, and write the final Chinese daily report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chengkj99/kj-skills/ai-daily-from-x
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 chengkj99/kj-skills --skill ai-daily-from-x
Clone the repo
git clone --depth 1 https://github.com/chengkj99/kj-skills

Made for: Claude Code, Codex.

Or install kj-skills, the plugin that ships this one along with the rest of its 34 skills, 1 command, 1 hook.

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 ai-daily-from-x

README.md
[![agentmods](https://agentmods.dev/badge/skills/chengkj99/kj-skills/ai-daily-from-x/github.svg)](https://agentmods.dev/skills/chengkj99/kj-skills/ai-daily-from-x)
Your own site
<a href="https://agentmods.dev/skills/chengkj99/kj-skills/ai-daily-from-x"><img src="https://agentmods.dev/badge/skills/chengkj99/kj-skills/ai-daily-from-x/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 ai-daily-from-x

Your own site · 80×15
<a href="https://agentmods.dev/skills/chengkj99/kj-skills/ai-daily-from-x"><img src="https://agentmods.dev/badge/skills/chengkj99/kj-skills/ai-daily-from-x.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 178 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,996 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.00178 $0.01996
Opus 5 $0.00089 $0.00998
Sonnet 5 $0.00036 $0.00399
Haiku 4.5 $0.00018 $0.00200

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

Security

Grade A, and why

ai-daily-from-x 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 3 executable files (scripts/account_merge.py, scripts/build_daily_report.py, scripts/parse_accounts.py), 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/ai-daily-from-x/SKILL.md · 140 lines

How it starts

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

AI 日报生成技能

目标

把「昨日值得关注的 AI 动态」压缩成可执行、可复盘、可转发的一页中文日报,避免信息噪声与模板空话。

实现细节references/implementation.md
评分规则references/scoring-rubric.md
阶段 2 定稿规范(必读)references/compose-readable-daily.md


技能执行总则(Agent 必读)

激活本技能后,默认交付物是 output/ai-daily-from-x/daily_{YYYYMMDD}.md 可读定稿,不是草稿 MD。

用户意图 你要做的
「生成 / 写 / 出 AI 日报」(未限定只要采集) 阶段 1 → 阶段 2 一气呵成
「根据 raw 写可读版」「覆盖 daily_*.md」「定稿」 阶段 2(前提:对应 *.raw.json 已存在)
「只采集」「只要事实包」「skip compose」 阶段 1,并明确告知用户 MD 仍为草稿

禁止:阶段 1 跑完后把草稿 MD 当终稿交给用户;禁止修改 *.raw.json


输入约定

  • 账号主名单:skill 内置 assets/ai-influencers-list.md(随 skill 分发,自包含)。可用 --input <路径> 覆盖为自己的名单。
  • follow-builders 扩展名单(默认合并)skill 内置 assets/follow-builders-x-handles.jsonparse_accounts.py 与主名单按小写去重合并,主名单顺序优先)。可用 --merge-json <路径> 覆盖,或 --no-merge 跳过。
  • 时间窗口:默认北京时间昨日 00:00:00–23:59:59
  • 输出目录:output/ai-daily-from-x/(相对运行时当前目录)

环境变量(阶段 1)

  • X_BEARER_TOKENNITTER_HOSTSREPORT_DATEREPORT_TZ
  • TOP_N(默认 20)、MIN_SCORE(默认 6.0)、MD_APPENDIX_LIMIT
  • 英译中(可选):OPENROUTER_API_KEYOPENROUTER_MODELOPENROUTER_BASE_URLTRANSLATE_*SKIP_TRANSLATE=1

执行流程

┌─────────────────────────────────────────────────────────┐
│ 1. 解析日期 → daily_{YYYYMMDD}.raw.json 是否存在?       │
└───────────────────────────┬─────────────────────────────┘
                            │
         不存在 / 用户要求重采 ──► 阶段 1(pnpm daily:generate)
                            │
                            ▼
┌─────────────────────────────────────────────────────────┐
│ 2. 阶段 2:读 raw + rubric(+ 可选名单语境)              │
│    按 compose-readable-daily.md 覆盖 daily_*.md        │
│    交付前跑质量门禁自检                                   │
└─────────────────────────────────────────────────────────┘

阶段 1:采集与事实包(headless,无点评 LLM)

  1. 仓库根执行:pnpm daily:generate(或等价调用 scripts/run-daily-brief.sh)。
  2. 产出:
    • daily_{YYYYMMDD}.raw.json(事实包,schema: ai-daily-from-x-raw-v1
    • daily_{YYYYMMDD}.md草稿,待本技能覆盖)

Read the full file on GitHub · 140 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 · 140 lines · 178 tokens per session scan A 01ed51a5f47d

Subscribe to this mod's changes

ai-daily-from-x is a skill published in the GitHub repository chengkj99/kj-skills (14 stars, last pushed 11d ago), licensed MIT. It adds 178 tokens to every session and 1,996 once invoked, about $0.0009 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens