Summarize, extract keywords, search, and list research notes from research-assistant's database to review progress and find insights efficiently.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install note-processor或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install note-processor⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/note-processor/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: note-processor description: Summarize and analyze research notes created by research-assistant. Features: generate summaries, extract keywords, search within topics, list all topics. Works with research_db.json format. Perfect for finding patterns, reviewing research progress, and extracting insights from accumulated notes without re-reading everything. ---
Analyze and summarize research notes to extract insights quickly.
note_processor.py summarize <topic>
note_processor.py keywords <topic>
note_processor.py extract <topic> <keyword>
note_processor.py list
Examples:
# Get a summary of a research topic
note_processor.py summarize income-experiments
# Extract top keywords from notes
note_processor.py keywords security-incident
# Search for specific information
note_processor.py extract income-experiments skill
# List all research topics with stats
note_processor.py list
# Summarize what you learned
note_processor.py summarize new-research-topic
# Extract key themes
note_processor.py keywords new-research-topic
# Find specific information
note_processor.py extract income-experiments monetization
# Get overview for introductions
note_processor.py summarize income-experiments
# See all topics and their sizes
note_processor.py list
# Check what you've been working on
note_processor.py keywords income-experiments
Shows:
Output example:
📊 Summary: income-experiments
------------------------------------------------------------
Notes: 4
Words: 63
Created: 2026-02-07
Last update: 2026-02-07
🏷️ Top Tags:
content: 2
automation: 2
experiment: 2
💡 Key Points:
1. First experiment: create and publish skills...
2. Second experiment: content automation pipeline...
Shows:
Output example:
🔤 Keywords: income-experiments
------------------------------------------------------------
Total unique keywords: 38
Top 20 Keywords:
1. experiment ( 4x)
2. skill ( 3x)
3. clawhub ( 2x)
4. content ( 2x)
Shows:
Output example:
🔍 Search Results: 'skill' in income-experiments
------------------------------------------------------------
Found 4 match(es)
1. [2026-02-07 19:09:51]
Tags: ideas, autonomous
First experiment: create and publish **SKILL**s to ClawHub...
Shows:
Output example:
📚 Research Topics (5)
------------------------------------------------------------
income-experiments
Notes: 4 | Words: 63 | Updated: 2026-02-07
Latest: Experiment 2 STARTING: Content automation...
security-incident
Notes: 1 | Words: 45 | Updated: 2026-02-07
Latest: Day 1: Security vulnerability found...
note-processor works with the same database as research-assistant (research_db.json).
# 1. Add research notes
research_organizer.py add "new-topic" "Research finding here" "tag1" "tag2"
# 2. Add more notes over time
research_organizer.py add "new-topic" "Another finding" "tag3"
# 3. Summarize when done
note_processor.py summarize new-topic
# 4. Find specific information
note_processor.py extract new-topic keyword
# 5. See all topics
note_processor.py list
# Research phase
research_organizer.py add "experiment" "Test result 1" "testing"
research_organizer.py add "experiment" "Test result 2" "testing"
research_organizer.py add "experiment" "Conclusion: worked!" "results"
# Analysis phase
note_processor.py summarize experiment
note_processor.py keywords experiment
# Writing phase
note_processor.py extract experiment conclusion
# Now write report based on extracted notes
The summarize command detects key points by finding sentences with important words:
This helps surface actionable insights from your research.
The keywords command:
Stop words filtered: that, this, with, from, have, been, will, what, when, where, which, their, there, would, could, should, about, these, those, other, into, through
# Get overview
note_processor.py summarize research-topic
# Find specific data points
note_processor.py extract research-topic metrics
# Extract themes
note_processor.py keywords research-topic
# See what you've been working on
note_processor.py list
# Check a specific topic's progress
note_processor.py summarize current-project
# Find patterns
note_processor.py keywords current-project
# Search across a topic
note_processor.py extract income-experiments monetization
# Find references to specific tools
note_processor.py extract security-incident path-validation
# Locate conclusions
note_processor.py extract experiment conclusion
Database: ~/.openclaw/workspace/research_db.json Format: Compatible with research-assistant skill
Topic 'x' not found.
Solution: Check topic name spelling. Use note_processor.py list to see all topics.
No matches for 'keyword' in topic 'x'
Solution: Try different keywords, check spelling, use note_processor.py keywords to find related terms.
Top Keywords are mostly common words
Solution:
...
安装 Note Processor 后,可以对 AI 说这些话来触发它
Help me get started with Note Processor
Explains what Note Processor does, walks through the setup, and runs a quick demo based on your current project
Use Note Processor to summarize, extract keywords, search, and list research notes from r...
Invokes Note Processor with the right parameters and returns the result directly in the conversation
What can I do with Note Processor in my data & analytics workflow?
Lists the top use cases for Note Processor, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/note-processor/ 目录(个人级,所有项目可用),或 .claude/skills/note-processor/(项目级)。重启 AI 客户端后,用 /note-processor 主动调用,或让 AI 根据上下文自动发现并使用。
Note Processor 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Note Processor 可免费安装使用。请查阅仓库了解许可证信息。
Summarize, extract keywords, search, and list research notes from research-assistant's database to review progress and find insights efficiently.
Note Processor 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Note Processor
Identifies repetitive steps in your workflow and sets up Note Processor to handle them automatically