research

research is a skill for Claude Code, Codex from OneMore07/NoteFlowOS. It costs 21 tokens per session (663 once invoked), scanned A, original, MIT.

A structured research workflow for finding information on a topic and saving the result as a NoteFlow OS source note or wiki article.

In plain words
What is it for?
Use it for quick summaries or deeper multi-round research, with results saved under source notes or wiki articles and linked to related material.
Why use it?
It gives research a repeatable process for breaking down questions, searching, checking existing notes, recording sources, and updating indexes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/onemore07/noteflowos/research
Any agent
npx skills add OneMore07/NoteFlowOS --skill research
Clone the repo
git clone --depth 1 https://github.com/OneMore07/NoteFlowOS

Made for: Claude Code, Codex.

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 research

README.md
[![agentmods](https://agentmods.dev/badge/skills/onemore07/noteflowos/research.svg)](https://agentmods.dev/skills/onemore07/noteflowos/research)
Your own site
<a href="https://agentmods.dev/skills/onemore07/noteflowos/research"><img src="https://agentmods.dev/badge/skills/onemore07/noteflowos/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.00663
Opus 5 $0.00010 $0.00331
Sonnet 5 $0.00004 $0.00133
Haiku 4.5 $0.00002 $0.00066

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

Security

Grade A, and why

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 6d 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/research/SKILL.md · 117 lines

What it actually says

Skill: /research

深度研究工作流。输入主题,输出结构化研究笔记存入 vault。


触发方式

/research <主题>
/research <主题> --depth quick|deep
/research <主题> --output sources|wiki

参数:

  • --depth quick:单轮检索,输出摘要(默认)
  • --depth deep:多轮检索,交叉验证,输出完整报告
  • --output sources:结果存入 40_Sources/<主题>/(默认)
  • --output wiki:结果存入 30_Wiki/Articles/

执行步骤

Step 1 — 明确研究目标

  1. 解析用户输入的主题
  2. 拆解为 3-5 个子问题
  3. 告知用户研究角度,确认方向

Step 2 — 信息检索

quick 模式:

  • 单轮检索,覆盖核心问题
  • 提取关键事实、数据、结论

deep 模式:

  • 第一轮:宽泛检索,建立全貌
  • 第二轮:针对关键子问题深入
  • 第三轮:交叉验证矛盾点
  • 每轮结束评估信息完整度

Step 3 — 去重检查

  • 40_Sources/30_Wiki/ 搜索同主题已有笔记
  • 有同主题笔记 → 追加新内容
  • 无同主题笔记 → 新建研究笔记

Step 4 — 写入笔记

输出到 40_Sources(--output sources):

---
type: research
created: YYYY-MM-DD
topic: <主题>
depth: quick|deep
tags: []
---

输出到 30_Wiki(--output wiki):

---
type: article
created: YYYY-MM-DD
tags: []
---

Step 5 — 更新索引

  • 新建文件后更新 40_Sources/00_索引.md30_Wiki/00_Wiki索引.md

输出格式

# [主题] 研究报告

## 核心问题
[研究要回答的问题]

## 关键发现
- [发现1 + 来源]
- [发现2 + 来源]

## 详细分析

### [子问题1]
[分析内容]

### [子问题2]
[分析内容]

## 结论
[可执行的结论或判断]

## 延伸阅读
- [[相关笔记]]
- [外部链接]

## 来源
- [来源1]
- [来源2]

读取 Schema 章节

  • §1.3(路由判断)
  • §2(research/article 类型 frontmatter)
  • §3(frontmatter 规范)
  • §7(Wiki 写作标准,当 --output wiki 时)
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. 6d ago First seen · 117 lines · 21 tokens per session scan A 992d5a210e40

Subscribe to this mod's changes

research is a skill published in the GitHub repository OneMore07/NoteFlowOS (10 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 663 once invoked, about $0.0001 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.

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

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens