用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Abilityai/cornelius --skill get-perspective-on命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | get-perspective-on |
| description | Extract the user's perspective on a topic (called by a content agent or user) |
Extract the user's unique perspective on a topic from the knowledge base. Returns brief, focused insights (not full article). Can be called directly by user or via content agent in headless mode.
/get-perspective-on <topic or question>
/get-perspective-on AI agent adoption barriers
/get-perspective-on Why do companies resist AI?
/get-perspective-on How dopamine relates to social media
/get-perspective-on What's contrarian about my AI views?
Search Knowledge Base
Synthesize Perspective
Return Response
🧠 the user's Perspective: [Topic]
[1-3 paragraphs synthesizing unique insights from permanent notes]
Key insights:
- [Insight 1 from [[Note A]]]
- [Insight 2 from [[Note B]]]
- [Insight 3 connecting [[Note C]] and [[Note D]]]
Why this matters:
[Brief explanation of significance or application]
📝 Cited Notes:
- [[Note Title 1]]
- [[Note Title 2]]
- [[Note Title 3]]
When a content agent calls via headless mode:
cd $PROJECT_ROOT
claude -p "/get-perspective-on 'AI adoption barriers'" --output-format json
a content agent receives:
{
"result": "[Perspective text with citations]",
"total_cost_usd": 0.34
}
Good perspective: ✅ Cites 3-5 specific permanent notes ✅ Highlights contrarian or non-obvious angles ✅ Connects to broader themes ✅ Includes concrete examples ✅ Authentic your voice
Weak perspective (regenerate): ❌ Generic AI knowledge ❌ No specific note citations ❌ Surface-level analysis ❌ Lacks unique angles
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Brain notes | Brain/**/*.md | X | Permanent notes for perspective synthesis | |
| AI Insights | Brain/AI Extracted Notes/ | X | AI-extracted unique perspectives | |
| Document Insights | Brain/Document Insights/ | X | Research-based insights | |
| Local Brain Search | resources/local-brain-search/ | X | Semantic search for relevance |