Agent Skills
› ymx10086/ResearchClaw
› literature-review
literature-review
GitHub根据主题和可选论文集生成结构化的文献综述大纲,用于构建调研或综述计划。
Trigger Scenarios
用户需要组织话题为综述结构
用户想要生成文献综述计划
Install
npx skills add ymx10086/ResearchClaw --skill literature-review -g -y
SKILL.md
Frontmatter
{
"name": "literature-review",
"emoji": "📝",
"triggers": [
"literature review",
"survey outline",
"review paper"
],
"description": "Generate a structured literature review outline from a topic and optional paper set. Use when the user wants a review plan or survey structure."
}
Literature Review Planning
Use this skill when the user wants to organize a topic into a survey or literature review structure.
Tools
generate_review_outline: create a multi-section literature review outline
Guidance
- Use the user's topic verbatim when it is already specific.
- If the user also provides papers, use them to anchor trends and gaps.
- Treat the generated outline as a scaffold that can be refined afterward.
Version History
- 1baaa92 Current 2026-07-25 05:32


