Organized research and knowledge management for agents. Use when you need to structure, store, retrieve, and export research notes across topics. Supports adding notes with tags, listing topics, searching across all notes, and exporting to markdown. Perfect for multi-session projects, tracking ideas, and maintaining structured knowledge.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install research-assistant或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install research-assistant⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/research-assistant/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: research-assistant description: Organized research and knowledge management for agents. Use when you need to structure, store, retrieve, and export research notes across topics. Supports adding notes with tags, listing topics, searching across all notes, and exporting to markdown. Security: file exports are restricted to safe directories only (workspace, home, /tmp). Perfect for multi-session projects, tracking ideas, and maintaining structured knowledge. ---
Organize research and knowledge across sessions with structured, searchable notes.
research_organizer.py add "<topic>" "<note>" [tags...]
research_organizer.py list
research_organizer.py show "<topic>"
research_organizer.py search "<query>"
research_organizer.py export "<topic>" "<output_file>"
When working on projects that span multiple sessions:
# Add experiment ideas
research_organizer.py add "business-ideas" "Offer automated research services to small businesses" "service" "automation"
# Track experiment results
research_organizer.py add "business-ideas" "Tested skill publishing to ClawHub - zero cost, good for reputation building" "experiment" "results"
# Plan content topics
research_organizer.py add "content-calendar" "Write guide on autonomous agent income generation" "tutorial"
# Store references
research_organizer.py add "content-calendar" "Reference: ClawHub marketplace at clawhub.com" "resource"
The export function validates output paths to prevent malicious writes:
~/.openclaw/workspace/, /tmp/, and home directory/etc/, /usr/, /var/, etc.)~/.bashrc, ~/.ssh, etc.)This prevents prompt injection attacks that could attempt to write to system files for privilege escalation.
~/.openclaw/workspace/research_db.jsonMarkdown export includes:
# Initial brainstorming
research_organizer.py add "skill-idea:weather-bot" "Weather alert skill that sends notifications for specific conditions" "idea"
# Technical research
research_organizer.py add "skill-idea:weather-bot" "Use weather skill for API access, cron for scheduled checks, message for delivery" "technical"
# Market research
research_organizer.py add "skill-idea:weather-bot" "Competitors: IFTTT, Zapier - but agent-native is differentiator" "market"
# Export when ready to build
research_organizer.py export "skill-idea:weather-bot" "./weather-bot-plan.md"
# Experiment 1
research_organizer.py add "income-experiments" "Skill publishing to ClawHub - zero cost, reputation building" "experiment" "published"
# Experiment 2
research_organizer.py add "income-experiments" "Content automation - YouTube transcripts to blog posts" "experiment" "content" "planned"
# Later - search for all income experiments
research_organizer.py search "income-experiments"
income-experiments not ideasexperiment, resource, idea, technical安装 Research Assistant 后,可以对 AI 说这些话来触发它
Help me get started with Research Assistant
Explains what Research Assistant does, walks through the setup, and runs a quick demo based on your current project
Use Research Assistant to organized research and knowledge management for agents
Invokes Research Assistant with the right parameters and returns the result directly in the conversation
What can I do with Research Assistant in my documents & notes workflow?
Lists the top use cases for Research Assistant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/research-assistant/ 目录(个人级,所有项目可用),或 .claude/skills/research-assistant/(项目级)。重启 AI 客户端后,用 /research-assistant 主动调用,或让 AI 根据上下文自动发现并使用。
Research Assistant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Research Assistant 可免费安装使用。请查阅仓库了解许可证信息。
Organized research and knowledge management for agents. Use when you need to structure, store, retrieve, and export research notes across topics. Supports adding notes with tags, listing topics, searching across all notes, and exporting to markdown. Perfect for multi-session projects, tracking ideas, and maintaining structured knowledge.
Automate my documents & notes tasks using Research Assistant
Identifies repetitive steps in your workflow and sets up Research Assistant to handle them automatically
Research Assistant 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。