Zhiyi-Zhao/dsh-notion-skill ↗★ 1
dsh-notion-skill
DSH Notion skill: read and write Notion workspaces via the official REST API
AI 분석
核心用途是让 DSH 智能体能够直接操作 Notion 页面和数据库。适合需要将 AI 产出同步到 Notion,或让 AI 读取 Notion 笔记的知识管理用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zhiyi-Zhao/dsh-notion-skill3. 配置 Token
把 Token 写入 /notion/token(默认 ~/.dsh/notion/token,Windows 为 %USERPROFILE%\.dsh\notion\token),或设置环境变量:
export NOTION_TOKEN="ntn_xxx" # macOS/Linux
$env:NOTION_TOKEN = "ntn_xxx" # PowerShell
5. 使用
在 DSH 中开始新会话(或等待技能目录自动刷新),直接说:
“读一下我 Notion 里的 xxx 页面” “把这段话存成一篇新页面” “在 xxx 数据库里新增一条记录”