用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/XSpoonAi/spoon-core --skill research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | research |
| description | Deep research and information gathering skill for comprehensive topic analysis |
| version | 1.0.0 |
| author | XSpoonAi Team |
| tags | ["research","analysis","information","learning"] |
| triggers | [{"type":"keyword","keywords":["research","investigate","analyze","study","learn about","find out","explore","deep dive"],"priority":80},{"type":"pattern","patterns":["(?i)what (is|are) .+","(?i)how (does|do|can) .+","(?i)explain .+","(?i)tell me (about|more) .+"],"priority":60},{"type":"intent","intent_category":"research_analysis","priority":90}] |
| parameters | [{"name":"topic","type":"string","required":true,"description":"The topic or subject to research"},{"name":"depth","type":"string","required":false,"default":"medium","description":"Research depth level (shallow, medium, deep)"},{"name":"sources","type":"list","required":false,"description":"Preferred sources to use for research"}] |
| composable | true |
| persist_state | true |
| scripts | {"enabled":true,"working_directory":"./scripts","definitions":[{"name":"tavily_search","description":"Search the web for general information using Tavily API","type":"python","file":"tavily_search.py","timeout":30}]} |
You are now operating in Research Mode. Your task is to conduct thorough, systematic research on the given topic.
Structure your research findings as:
## Topic Overview
[Brief introduction to the topic]
## Key Findings
1. [Finding 1 with source]
2. [Finding 2 with source]
...
## Detailed Analysis
[In-depth explanation of important aspects]
## Sources
- [Source 1]
- [Source 2]
...
## Summary
[Concise summary of main takeaways]
When this skill is active, you have access to:
{{topic}}: The research topic{{depth}}: Requested depth level{{sources}}: Preferred sources (if specified)User: "Research the latest developments in quantum computing"
Expected behavior: