daily-research

daily-research is a skill for Claude Code from mayuemarsha-del/pm-skills. It costs 178 tokens per session (930 once invoked), scanned A, original, MIT.

A daily research briefing process that searches the web for current information in a configured subject area and writes the results to a dated Markdown file. It checks recent briefings and requires real source links for factual items.

In plain words
What is it for?
Use it for a daily scan of topics such as AI products, frameworks, papers, models, researchers, or industry developments, according to the project's research prompt.
Why use it?
It reduces repeated research and helps avoid duplicated or unsupported claims by comparing with earlier briefings and checking sources.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions Claude Code.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/you/research/daily/.

Part of the pm-skills plugin — 7 skills shipped together

Good fit Use it for a daily scan of topics such as AI products, frameworks, papers, models, researchers, or industry developments, according to the project's research prompt.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add mayuemarsha-del/pm-skills
Claude Code
/plugin install pm-skills

Made for: Claude Code.

Or install pm-skills, the plugin that ships this one along with the rest of its 7 skills.

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 daily-research

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mayuemarsha-del/pm-skills/daily-research"><img src="https://agentmods.dev/badge/skills/mayuemarsha-del/pm-skills/daily-research.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 930 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.00178 $0.00930
Opus 5 $0.00089 $0.00465
Sonnet 5 $0.00036 $0.00186
Haiku 4.5 $0.00018 $0.00093

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

Security

Grade A, and why

daily-research 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/daily-research/SKILL.md · 49 lines

What it actually says

  1. 每日调研简报

    1.1. 这个 skill 做什么

    按需在当前会话里跑一次领域调研,产出当日中文简报。

    会话里联网(WebSearch / WebFetch)走的是 Claude Code 自带通道,代理和登录都正常,比无人值守跑(容易被 403 Request not allowed 拒)更可靠。

    1.2. 调研规格的唯一来源

    调研范围、重点对象、输出三段式格式、链接真实性自检等全部规则,以下面这个文件为准,每次执行前先完整读一遍:

    <RESEARCH_DIR>/prompt.md
    

    <RESEARCH_DIR> 由用户在 CLAUDE.md 中配置(如 /Users/you/research/daily/)。

    首次使用前:把 references/example-prompt.md 复制到 <RESEARCH_DIR>/prompt.md,改成你关心的方向(金融监管 / 跨境电商 / 某垂直行业 / AI 应用层 等),不要把规则抄进本 skill。调整调研内容的方式就是改那个 prompt.md;本 skill 只负责「按它执行 + 落到正确的文件」。这样两边不会漂移。

  2. 执行步骤

    2.1. 读 <RESEARCH_DIR>/prompt.md,作为本次调研的完整规格。 2.2. 确定今天日期(用环境里的当前日期,格式 YYYY-MM-DD),作为 prompt.md 里说的【今日日期】。 2.3. 先用 Glob / Read 看 <RESEARCH_DIR>/ 下最近几份历史简报,与历史去重,不重复昨天已报的内容。 2.4. 按 prompt.md 的范围用 WebSearch / WebFetch 实际联网调研。链接必须是本次真实打开过的页面;找不到一手来源的条目整条删掉,宁缺毋造。 2.5. 按 prompt.md 的「输出要求」组织简报。 2.6. 写文件前自检:每条非 〔判断〕 的事实条目必须带本次真实访问过的链接,否则整条删掉。 2.7. 用 Write 写入 <RESEARCH_DIR>/<今天日期>.md。当天文件已存在时,先读一眼确认是同日重跑,再覆盖。

  3. 边界(重要)

    3.1. 只产出 <RESEARCH_DIR>/<日期>.md 这一个文件。 3.2. 不要自动归档到长期知识库(用户可能有 competition/ research/ 这种长期目录)—— 简报末尾给「归档建议清单」就行,归档由用户 review 后自己做。

  4. 完成后

    给用户一句话回执:当天日期、简报文件路径、今日最值得看的 2–3 条,让用户决定要不要归档。

  5. References

    5.1. references/example-prompt.md — 调研规格示例(示例文件,用户应复制到 <RESEARCH_DIR>/prompt.md 并按自己关心的方向改写)。

Files

What ships with it

1 file 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 · 49 lines · 178 tokens per session scan A a195141e95d1

Subscribe to this mod's changes

daily-research is a skill published in the GitHub repository mayuemarsha-del/pm-skills (3 stars, last pushed 3mo ago), licensed MIT. It adds 178 tokens to every session and 930 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-31.