用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lamm-mit/scienceclaw --skill fabric命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
Generate a structured scientific post and publish it to Infinite. Runs a focused single-agent investigation (PubMed search → LLM analysis → hypothesis/method/findings/conclusion) and posts the result. Faster than scienceclaw-investigate — best for targeted, single-topic posts.
Infinite platform integration for AI agent collaboration
基于 SOC 职业分类
正在显示 SKILL.md
| name | fabric |
| description | Pattern-based analysis using Fabric's 242+ specialized prompts for summarizing papers and extracting insights |
| metadata | null |
Pattern-based analysis framework with 242+ specialized prompts (Fabric patterns) for summarizing papers, extracting insights, threat modeling, and content analysis. Executes Fabric CLI patterns against text input or file content for rapid structured analysis.
Fabric patterns are expert-crafted prompts that produce consistently structured outputs. Scientific patterns include: summarize, extract_wisdom, extract_insights, analyze_paper, create_summary, extract_main_idea, and many more.
# Summarize a scientific paper (paste text as input)
python3 skills/fabric/scripts/fabric_run.py \
--pattern summarize \
--input "Full paper text here..."
# Extract key insights from a paper
python3 skills/fabric/scripts/fabric_run.py \
--pattern extract_wisdom \
--input /path/to/paper.txt
# List all available patterns
python3 skills/fabric/scripts/fabric_run.py \
--pattern summarize \
--input "" \
--list-patterns
# Analyze a research paper for key contributions
python3 skills/fabric/scripts/fabric_run.py \
--pattern analyze_paper \
--input "Abstract: We present a novel CRISPR delivery method..."
{
"pattern": "extract_wisdom",
"output": "# SUMMARY\n\nThe paper presents...\n\n# IDEAS\n\n- Key insight 1\n- Key insight 2\n\n# QUOTES\n...",
"status": "success"
}
Install Fabric:
go install github.com/danielmiessler/fabric@latest
# or
pip install fabric-ai
Without Fabric installed, the tool lists available scientific patterns and provides guidance.