用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill research-summarizer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | research-summarizer |
| description | **面向非开发人员的结构化研究摘要工具** Use when this capability is needed. |
阅读更少,理解更多。正确引用。
这是一个结构化的研究摘要工作流程,能够将冗长的原始材料转化为实用的简报。专为产品经理、分析师、创业者以及所有需要阅读大量资料的人设计。
这不仅仅是一个简单的“总结”功能——而是一个可重复使用的框架,能够提取关键信息、对比不同来源的内容,并正确格式化引用。
| 命令 | 功能 |
|---|---|
/research:summarize | 将单个来源的内容总结为结构化的简报 |
/research:compare | 并排比较2-5个来源,并进行综合分析 |
/research:cite | 从文档中提取并格式化所有引用 |
当用户发出以下请求时,该技能会被激活:
如果用户有一份文档并希望获得结构化的理解,那么这个技能就非常适用。
/research:summarize — 单个来源的摘要识别来源类型
提取结构化简报
Title: [exact title]
Author(s): [names]
Date: [publication date]
Source Type: [paper | article | report | documentation]
## Key Thesis
[1-2 sentences: the central argument or finding]
## Key Findings
1. [Finding with supporting evidence]
2. [Finding with supporting evidence]
3. [Finding with supporting evidence]
## Methodology
[How they arrived at these findings — data sources, sample size, approach]
## Limitations
- [What the source doesn't cover or gets wrong]
## Actionable Takeaways
- [What to do with this information]
## Notable Quotes
> "[Direct quote]" (p. X)
评估质量
/research:compare — 多个来源的比较收集来源(2-5份文档)
使用上述单个来源的流程对每个来源进行总结
构建比较矩阵
| Dimension | Source A | Source B | Source C |
|------------------|-----------------|-----------------|-----------------|
| Central Thesis | ... | ... | ... |
| Methodology | ... | ... | ... |
| Key Finding | ... | ... | ... |
| Sample/Scope | ... | ... | ... |
| Credibility | High/Med/Low | High/Med/Low | High/Med/Low |
综合分析
生成综合简报
## Consensus Findings
[What most sources agree on]
## Contested Points
[Where sources disagree, with strongest evidence for each side]
## Gaps
[What none of the sources address]
## Recommendation
[Based on weight of evidence, what should the reader believe/do?]
/research:cite — 引用提取支持的引用格式:
scripts/extract_citations.py这是一个用于从文本中提取和格式化引用的命令行工具。
特点:
使用方法:
# Extract citations from a file (APA format, default)
python3 scripts/extract_citations.py document.txt
# Specify format
python3 scripts/extract_citations.py document.txt --format ieee
# JSON output
python3 scripts/extract_citations.py document.txt --format apa --output json
# From stdin
cat paper.txt | python3 scripts/extract_citations.py --stdin
scripts/format_summary.py这是一个用于生成结构化研究摘要的命令行工具。
特点:
使用方法:
# Generate structured summary template
python3 scripts/format_summary.py --template academic
# Brief executive summary format
python3 scripts/format_summary.py --template executive --length brief
# All templates listed
python3 scripts/format_summary.py --list-templates
# JSON output
python3 scripts/format_summary.py --template article --output json
从四个维度对每个来源进行评估:
| 维度 | 高 | 中 | 低 |
|---|---|---|---|
| 可信度 | 经过同行评审、作者知名 | 来自知名机构、作者可靠 | 博客文章、作者未知、无评审 |
| 证据 | 数据样本量大、方法严谨 | 数据量适中、方法合理 | 仅凭主观描述、无数据支持 |
| 新鲜度 | 发布时间在2年内 | 发布时间在2-5年内 | 发布时间超过5年,可能过时 |
| 客观性 | 无利益冲突、观点平衡 | 作者有部分关联关系 | 由利益相关方资助、观点片面 |
总体评分:
请参阅references/summary-templates.md:
请参阅references/citation-formats.md:
在以下情况下会自动发出提醒:
git clone https://github.com/alirezarezvani/claude-skills.git
cp -r claude-skills/product-team/research-summarizer ~/.claude/skills/
./scripts/convert.sh --skill research-summarizer --tool codex|gemini|cursor|windsurf|openclaw
clawhub install cs-research-summarizer
研究摘要工具处理定性资料,使用产品分析工具处理定量数据。研究摘要工具分析单个来源,使用竞争分析工具分析市场格局。研究摘要工具可为内容创作提供素材——先总结资料,再开始写作。研究摘要工具用于基础研究,产品发现工具用于用户研究。Source: AgentWorkers/skills — distributed by TomeVault.