research

research is a skill for Claude Code, Codex from ga626/knowledge-radar. It costs 33 tokens per session (773 once invoked), scanned A, original, MIT.

A research skill for using KnowledgeRadar to find, check, and cite information from external sources.

In plain words
What is it for?
Use it for external research, fact-checking, current-information checks, source discovery, and evidence-based Chinese reports.
Why use it?
It defines a process for checking sources, recording evidence, handling failures, and distinguishing confirmed facts from guesses.

Skill for Claude CodeCodex

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/ga626/knowledge-radar/research
Any agent
npx skills add ga626/knowledge-radar --skill research
Clone the repo
git clone --depth 1 https://github.com/ga626/knowledge-radar

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/ga626/knowledge-radar/research.svg)](https://agentmods.dev/skills/ga626/knowledge-radar/research)
Your own site
<a href="https://agentmods.dev/skills/ga626/knowledge-radar/research"><img src="https://agentmods.dev/badge/skills/ga626/knowledge-radar/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 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 $0.00033 $0.00773
Opus 5 $0.00016 $0.00387
Sonnet 5 $0.00007 $0.00155
Haiku 4.5 $0.00003 $0.00077

Measured 3d ago against content hash 85aa33e69504, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

config/codex-product/plugin/knowledgeradar-research/skills/research/SKILL.md · 25 lines

What it actually says

KnowledgeRadar 调研

KnowledgeRadar 是 Codex 的外部研究感知层;用户级 config.toml 是唯一 MCP 注册源,本插件只提供工作流,不注册第二个 server。

工作流

  1. 优先使用原生 mcp__knowledgeradar.*。未显示时,先发现 knowledgeradar mcp health_check kr_research get_capabilities;发现仍失败就报告 Codex 宿主工具面故障。原生明确 Transport closed 后,先用项目协议探针区分后端与当前 Desktop MCP session,不重启共享 KR 服务。若宿主暴露官方 config/mcpServer/reload,请求 reload,并仅在下一 user turn 的原生 health_check(summary)get_capabilities(summary=true) 都成功后记录恢复;未暴露时,可提示用户完整退出并重新启动 Codex Desktop,再做同样的双调用验收。重启是宿主恢复选项,不是自动重连。只有任务必须在此之前继续时,才可调用版本化 scripts\kr_mcp_continuity.py call;输出必须标记 access_path=continuity_fallback,不得宣称原生 MCP 已恢复。
  2. 非平凡或不确定任务先调用 health_check(mode="summary")get_capabilities(summary=true),再由 Agent 自主选择来源生态、轮次、工具、扩展和停止点。
  3. 重度研究优先用 kr_research,后续按证据需要调用已注册的 Web、学术、GitHub、视频、平台、详情、任务状态和决策日志工具。
  4. 内置 web/search 只能在 KR 路由后作为 host_internal_web_wave 使用,并记录 wave_idstrategy_treereasonrelationship_to_kr
  5. 严肃报告记录证据登记:访问路径、工具、来源 URL/路径、事实、推理、强弱和缺口。搜索结果只是候选,需详情抽取或交叉来源确认后才支持强结论。
  6. 一份报告对应一个 research_task,完成时使用同一任务 ID 调用 finalize_research_task;每个考虑过的来源生态都记录使用、跳过、阻断、不相关或未到达及原因。
  7. 深度或治理报告须通过项目研究质量检查并完成最终化;sidecar 是声明,不等于每次工具调用的证明,关联不清时标为 partial。

失败边界

  • 原生工具在发现后仍不可用:默认报告 Codex 宿主工具面故障;只有 L2 已明确断开且任务不能等待宿主恢复时,才使用带 --reason、任务 ID、回执和 handoff 的版本化 continuity_fallback。它只保证任务连续,不能让当前线程重新获得原生工具。用户完整重启 Desktop 后,必须重新发生两次真实 native call 才能写 native_mcp_restored_after_desktop_restart。不调用未版本化或缺失的 fallback。
  • 缺少工具卡不等于 KnowledgeRadar 服务故障;区分宿主注入、stdio、HTTP 和源码配置。
  • 登录、验证码和平台验证转为明确的人工交互状态,不盲目循环重试。
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. 3d ago First seen · 25 lines · 33 tokens per session scan A 85aa33e69504

Subscribe to this mod's changes

research is a skill published in the GitHub repository ga626/knowledge-radar (0 stars, last pushed 3d ago), licensed MIT. It adds 33 tokens to every session and 773 once invoked, about $0.0002 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

status-card-query

Create and maintain agent-authored Paperclip status cards, or compile a prose interest prompt into bounded CompanySearchQuery objects and write the first summary from the assigned Summarizer run.

paperclipai/paperclip · 40 tokens

gpt-researcher

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API…

assafelovic/gpt-researcher · 79 tokens

gpt-researcher

Autonomous deep research from Codex via MCP.

assafelovic/gpt-researcher · 15 tokens

bilibili_search

Search for videos on Bilibili using keyword queries generated from user interests.

whiteguo233/OpenBiliClaw · 20 tokens

vs-search-tuning-specify-policy-direction

Viking Search tuning for specified policy directions. Use this when the user provides specific queries, a type of query, or a business policy direction, and asks to boost, suppress, or fix a class of search results through request-parameter passthrough. You must only perform read-only baseline evaluation and…

volcengine/SearchCLI · 93 tokens

vs-search-tuning-partial-case

Use when the user provides 1-50 concrete bad-case search queries for one Viking Search app and wants local deterministic fixes. This skill only verifies request-level fine-operation interventions against a read-only baseline scene and delivers a console-ready configuration sheet, validated payloads, and a replay…

volcengine/SearchCLI · 85 tokens