Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-literature

The sibyl-literature skill conducts systematic literature research on specified topics by querying both arXiv and web sources simultaneously through the Sibyl Research System. Use this skill when initiating comprehensive research tasks that require dual-source academic paper discovery and synthesis, with results automatically compiled into a structured markdown document within the designated workspace directory.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-literature && cp -r /tmp/sibyl-literature/.claude/skills/sibyl-literature ~/.claude/skills/sibyl-literature
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

!`SIBYL_WORKSPACE="$ARGUMENTS[0]" .venv/bin/python3 -c "from sibyl.orchestrate import render_skill_prompt; import os; ws = os.environ.get('SIBYL_WORKSPACE', ''); print(render_skill_prompt('literature_researcher', workspace_path=ws))"`

AGENT_NAME: sibyl-literature
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
研究主题 (may contain spaces): $ARGUMENTS[1]

请同时使用 mcp__arxiv-mcp-server__search_papers 和 WebSearch 进行调研,将结果写入 $ARGUMENTS[0]/context/literature.md