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


