一键导入
idea-generator
// Analyze connections across read papers and generate actionable research ideas. Use when user says: 给我一些研究灵感, idea generator, 跨论文分析, research ideas.
// Analyze connections across read papers and generate actionable research ideas. Use when user says: 给我一些研究灵感, idea generator, 跨论文分析, research ideas.
Complete AI research assistant with 6 core capabilities: paper discovery, deep reading notes, reading list management, research taste learning, idea generation, and paper writing. Trigger words: 论文推荐, paper recommendation, arXiv, 读论文, paper notes, DNL, 推荐今日论文, 每日论文, 帮我读一下, paper scout, 论文速读, 帮我安装 ResearchClaw, research claws, researchclaw, 加入待读, 我的论文列表, reading list, 标记已读, 更新我的研究画像, 我的研究画像, research profile, 给我一些研究灵感, idea generator, 跨论文分析, 帮我写论文, paper writing, 论文大纲, 写引言, rebuttal.
Deep-read an arXiv paper and generate structured Deep Note reading notes. Default output: markdown deep note file (low token cost, git-friendly). Optional: HTML page from template. Trigger: 帮我读一下, DNL, 论文速读, paper notes, or an arXiv link.
Discover and recommend latest arXiv papers matching user research interests. Use when user says: 推荐今日论文, paper scout, 每日论文, daily papers, paper recommendation.
Help write research papers: outline, draft sections, auto-review, and rebuttal. Use when user says: 帮我写论文, paper writing, 论文大纲, 写引言, 写方法, 审稿, rebuttal.
Manage a personal reading list with kanban-style statuses and HTML dashboard. Use when user says: 我的论文列表, reading list, 加入待读, 标记已读, 移除.
Maintain and visualize the user research preference profile. Use when user says: 更新我的研究画像, 我的研究画像, research profile.
| name | idea-generator |
| description | Analyze connections across read papers and generate actionable research ideas. Use when user says: 给我一些研究灵感, idea generator, 跨论文分析, research ideas. |
Before running any capability, load the user's research profile.
Location: ~/.openclaw/workspace/research-claw-config.md
If this file does not exist, use these defaults silently and mention at the end:
💡 想定制推荐兴趣?试试说「更新我的研究画像」
# Default profile (used when no config found)
research_direction: "Large language models, reinforcement learning, agentic AI"
seed_papers: []
keywords:
- large language models
- reinforcement learning
- agentic AI / AI agents
- retrieval-augmented generation
- multimodal models
whitelist_authors: []
learned_preferences:
accept: []
reject: []
Config fields reference:
research_direction — free-text description of the user's research focusseed_papers — list of arXiv IDs the user considers gold-standard referenceskeywords — interest topics used for Paper Scout search querieswhitelist_authors — researcher names to prioritize in recommendationslearned_preferences.accept — keywords/topics user has explicitly likedlearned_preferences.reject — keywords/topics user has skipped or dislikedGoal: Analyze connections across the user's read papers and generate 3–5 actionable research ideas.
Triggers: 给我一些研究灵感 · idea generator · 跨论文分析 · research ideas
~/.openclaw/workspace/research-claw-reading-list.jsonstatus: "done" or status: "reading" (i.e., papers the user has actually engaged with)note_link field (if available) or re-fetch abstract from arXivIf fewer than 3 papers in the corpus, inform the user:
💡 你当前已读论文较少({N} 篇)。建议先用"帮我读一下"深读几篇,效果会更好!以下基于现有内容生成。
Analyze the collected papers for:
Produce 3–5 research ideas. For each idea, output:
💡 Research Idea {N}: **{CATCHY_TITLE}**
📋 **Problem Statement**
{1-2 sentences: what specific gap or challenge does this idea address?}
🔧 **Proposed Approach**
{2-3 sentences: how would you tackle it? What's the key insight?}
📚 **Related Papers**
• {Paper 1 title} — {how it connects}
• {Paper 2 title} — {how it connects}
🎯 **Feasibility Assessment**
- Dataset: {what data is needed / what's available}
- Compute: {estimated compute requirements}
- Timeline: {rough estimate for a first experiment}
- Risk: {main technical risk}
⭐ **Why Now?** {1 sentence — why this is timely / what makes it tractable today}
Format all ideas in sequence. End with:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💾 想把某个灵感发展成论文?说 "帮我写论文" 并描述你选中的想法!
| Error | Handling |
|---|---|
| arXiv API returns empty results | Retry once with broader query; if still empty, note "arXiv API temporarily unavailable" |
| PDF tool times out | Fall back to abstract-only mode; note [Abstract only — PDF timeout] in the note |
| PDF tool returns error for a paper | Try fetching https://ar5iv.labs.arxiv.org/html/{ARXIV_ID} as HTML fallback |
| Config file missing | Use defaults silently; add a note at end: "💡 想定制?说「更新我的研究画像」" |
| Reading list JSON missing or malformed | Start fresh with an empty list; inform user: "未找到现有列表,已新建空列表" |
| Template file not found | Report the expected path and ask user to check installation |
| No papers in last 3 days | Extend to 7 days, note it: "(近3天论文较少,已扩展至7天)" |
| Fewer than 3 read papers for Idea Generator | Proceed anyway, but note the limitation |
| User provides PDF/DOI instead of arXiv | Try to extract arXiv ID from DOI or search arXiv by title |