用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill research-discover命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| namespace | aiwg |
| name | research-discover |
| platforms | ["all"] |
| description | Search for research papers across academic databases |
| commandHint | {"argumentHint":"[search query] [--source database] [--limit n]","category":"research-discovery"} |
Search for relevant research papers across academic databases (arXiv, ACM, IEEE, Semantic Scholar, CrossRef).
When invoked, perform systematic literature search:
Parse Query
Select Databases
--source specified, use only that databaseExecute Search
Rank Results
Present Results
[query] - Search query (required)--source [arxiv|acm|ieee|semantic-scholar|crossref|all] - Database to search (default: all)--limit [n] - Maximum results to return (default: 10)--year-from [yyyy] - Filter results from year onwards--year-to [yyyy] - Filter results to year--min-citations [n] - Minimum citation count threshold--output [table|json|yaml] - Output format (default: table)# Basic search across all databases
/research-discover "agentic workflows LLM"
# Search specific database with filters
/research-discover "test-driven development effectiveness" --source acm --year-from 2020 --min-citations 50
# Comprehensive search with high limit
/research-discover "cognitive load theory UI design" --limit 25 --output yaml
Search Results: "agentic workflows LLM" (10 results, sorted by relevance)
┌─────┬───────────────────────────────────────────┬──────────┬───────────┬──────────┐
│ # │ Title │ Authors │ Year │ Score │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
│ 1 │ AutoGen: Enabling Next-Gen LLM Apps... │ Wu et al.│ 2023 │ 0.95 │
│ │ DOI: 10.48550/arXiv.2308.08155 │ │ arXiv │ 234 cit. │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
│ 2 │ The Landscape of Emerging AI Agent... │ Wang et │ 2024 │ 0.89 │
│ │ DOI: 10.48550/arXiv.2404.11584 │ │ arXiv │ 89 cit. │
├─────┼───────────────────────────────────────────┼──────────┼───────────┼──────────┤
...
Actions:
- Use /research-acquire [DOI] to download papers
- Use /research-quality [DOI] to assess source quality
- Results saved to .aiwg/research/search-cache/results-[timestamp].yaml
This command integrates with the research workflow:
/research-acquire to download selected papers/research-document to create summaries/research-quality to assess evidence quality/research-cite to generate citations