用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill notion-reader命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | notion-reader |
| description | Read specific Notion pages by ID |
Reads the content of a specific Notion page.
Use this skill when you need to:
$CLAUDE_CONFIG_DIR/skills/notion-reader/scripts/read-page.sh "PAGE_ID"
PAGE_ID (required): The Notion page ID (from the URL)The page ID is the 32-character string in the Notion URL:
https://www.notion.so/OKR-2b70e96f0134807d8450c8793839c659
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is the page ID
Remove hyphens if needed: 2b70e96f0134807d8450c8793839c659
NOTION_API_KEY environment variable must be setResults are saved to /tmp/data/notion_page_[timestamp].json:
{
"id": "2b70e96f-0134-807d-8450-c8793839c659",
"title": "OKR",
"url": "https://notion.so/...",
"created_time": "2024-01-01T00:00:00Z",
"last_edited_time": "2024-12-15T10:00:00Z",
"properties": {...},
"content": [
{
"type": "heading_1",
"text": "Q4 Objectives"
},
{
"type": "paragraph",
"text": "Our main goals for Q4..."
},
{
"type": "bulleted_list_item",
"text": "Key Result 1: ..."
}
]
}
Console output:
Page: OKR
Last edited: 2024-12-15T10:00:00Z
Content Preview:
# Q4 Objectives
Our main goals for Q4...
- Key Result 1: ...