ai-daily-websearch

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

A Chinese-language workflow for collecting and publishing a daily report about important artificial-intelligence news from the previous 24 hours. It searches company announcements, model and product releases, tool updates, expert posts, research, and industry news.

In plain words
What is it for?
Use it to collect today’s AI news, turn existing material into a finished report, write the report into the site’s dated content file, and prepare it for publication.
Why use it?
It turns scattered recent updates into a short, structured report for programmers and can update the website data that displays it.

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 today’s AI news, turn existing material into a finished report, write the report into the site’s dated content file, and prepare it for publication.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chengkj99/kj-skills/ai-daily-websearch
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-websearch
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-websearch

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/chengkj99/kj-skills/ai-daily-websearch"><img src="https://agentmods.dev/badge/skills/chengkj99/kj-skills/ai-daily-websearch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,578 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.00147 $0.01578
Opus 5 $0.00073 $0.00789
Sonnet 5 $0.00029 $0.00316
Haiku 4.5 $0.00015 $0.00158

Measured 12d ago against content hash 07afa0a503e8, 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-websearch 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.

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-websearch/SKILL.md · 125 lines

How it starts

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

AI 前沿日报技能(ai-daily-websearch)

实现细节references/scoring-rubric.md
输出格式规范references/compose-format.md
部署集成说明references/deployment.md


目标

把「今日值得程序员关注的 AI 动态」压缩为可执行、可复盘、可分享的一页中文日报,自动写入网站,最大化信噪比,零模板空话。


技能执行总则

激活本技能后,默认交付物:

产物 说明
content/daily/YYYY-MM-DD.md 完整可读日报,写入网站仓库
网站数据更新 自动调用 update-daily-digest.mjs
部署提示 告知一条命令完成网站上线
用户意图 你要做的
「出日报」「AI 日报」(未限定) 阶段 1(采集)→ 阶段 2(定稿)→ 阶段 3(写入+更新)
「根据已有内容写日报」「定稿」 仅阶段 2+3(前提:已有原始内容)
「只采集」「给我今日 AI 原始信息」 仅阶段 1,明确告知用户这是草稿

执行流程

阶段 1:信息采集(5-8 次 WebSearch)

搜索过去 24 小时内的最新动态,覆盖以下维度:

搜索方向 示例关键词
机构公告 "OpenAI announcement today", "Anthropic news today"
模型/产品 "new AI model released today", "LLM release [month year]"
工具更新 "Claude update", "Gemini update", "ChatGPT update today"
大 V 动态 "Karpathy twitter today", "Ethan Mollick post today"
研究突破 "AI research paper today", "DeepMind announcement"
行业新闻 "AI funding news", "AI company news today"

重点追踪来源:

  • 机构:OpenAI / Anthropic / Google DeepMind / Meta AI / Mistral / xAI / Hugging Face
  • 大 V:@karpathy @ylecun @emollick @demishassabis @drjimfan @rohanpaul_ai

阶段 2:价值评分与筛选(内化于判断)

references/scoring-rubric.md 评分,分级:

  • 🔥 P0(头条):重大发布/突破,建议当天行动
  • 📦 P1(重要):产品/工具/模型更新,本周评估
  • 📌 P2(简讯):趋势性信息,简要记录

去重:同一事件只保留最高质量一条(优先官方来源)。

阶段 3:生成定稿

references/compose-format.md 格式输出。

质量门禁(交付前自检)

  • 不编造 URL、发布时间、数字、账号
  • 无「补充性动态,可作为趋势参考」等空话
  • 无「加入日报追踪,等待更多上下文」
  • 每条「建议下一步」具体可执行(不写「持续关注」)
  • 同一事件只出现一次

阶段 4:写入项目并更新网站数据

适用于集成了 ai-daily-websearch 管线的项目(见 references/deployment.md)。

  1. 版本化检测:写入前用 Bash 检查 YYYY-MM-DD.md 是否已存在:
    • 不存在 → 直接写入 YYYY-MM-DD.md
    • 已存在 → 依次尝试 YYYY-MM-DD-2.mdYYYY-MM-DD-3.md……直到找到空槽,写入该版本文件,并在回复中注明「今日第 N 篇」
  2. Write 工具:保存日报到确定的路径(<APP_DIR>/content/daily/<文件名>
  3. Bash 工具:执行数据更新(全量扫描模式,更健壮):
    APP_DIR="<项目根目录>"
    node "$APP_DIR/scripts/update-daily-digest.mjs"
    
  4. 一键部署
    cd <APP_DIR> && pnpm daily:deploy
    
    该命令已内置完整流程(scripts/daily-deploy.sh):
    • Step 1:全量扫描 content/daily/ 更新网站数据
    • Step 2:git add 今日 md + generated.js → git commitgit push origin main
    • Step 3:vite build 生产包
    • Step 4:rsync 上传阿里云 ECS
    • Step 5:微信发布(默认跳过)

Read the full file on GitHub · 125 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 125 lines · 147 tokens per session scan A 07afa0a503e8

Subscribe to this mod's changes

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