用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill sophosia-reference-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | sophosia-reference-guide |
| description | Reference manager with PDF viewer and Markdown note support |
| metadata | {"openclaw":{"emoji":"📚","category":"literature","subcategory":"metadata","keywords":["reference manager","PDF viewer","Markdown notes","Excalidraw","paper organization","open source"],"source":"https://github.com/sophosia/sophosia"}} |
Sophosia is an open-source reference manager that combines PDF viewing, Markdown note-taking, and Excalidraw visual notes in a single application. Unlike traditional reference managers, it treats each paper as a rich workspace with typed annotations, linked notes, and visual diagrams. Built with modern web technologies (Electron + Vue), it runs on all desktop platforms.
# Download from GitHub releases (Windows/macOS/Linux)
# Or build from source:
git clone https://github.com/sophosia/sophosia.git
cd sophosia
npm install && npm run build
### Core Capabilities
- **PDF Viewer**: Built-in reader with annotations
- **Markdown Notes**: Rich note editor per paper
- **Excalidraw**: Visual whiteboard for diagrams
- **Tags & Collections**: Flexible organization
- **BibTeX Support**: Import/export bibliography
- **Full-text Search**: Search across all papers
- **Citation Graph**: Visual paper relationships
### Note Types
1. **Text notes** — Markdown with LaTeX math
2. **Visual notes** — Excalidraw canvas
3. **Annotation notes** — Linked to PDF highlights
4. **Outline notes** — Structured paper summaries
### Per-Paper Workspace
Paper: "Attention Is All You Need"
├── PDF (with highlights and annotations)
├── Notes/
│ ├── summary.md (structured summary)
│ ├── ideas.md (research ideas sparked)
│ └── architecture.excalidraw (visual diagram)
├── Metadata (title, authors, year, DOI, tags)
└── Links (related papers, concept connections)
### Markdown Notes Support
- Standard Markdown formatting
- LaTeX math: $E = mc^2$ and display equations
- Code blocks with syntax highlighting
- Tables and checklists
- Wikilinks: [[other-paper]] for cross-referencing
- Embeds: ![[figure.png]] for inline images
- Templates for consistent note structure
### Excalidraw Integration
- Draw architecture diagrams
- Mind maps for paper concepts
- Comparison charts between methods
- Hand-drawn style for informal notes
- Export as SVG/PNG for presentations
### Import Sources
- BibTeX (.bib)
- RIS format
- DOI lookup (auto-fetch metadata)
- PDF drag-and-drop (auto-extract metadata)
- Zotero export files
### Export Formats
- BibTeX for LaTeX
- Markdown bibliography
- CSV metadata export
- HTML reading lists