Zhiyi-Zhao/dsh-notion-skill ↗★ 1
dsh-notion-skill
DSH Notion skill: read and write Notion workspaces via the official REST API
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zhiyi-Zhao/dsh-notion-skill说明文档
阅读完整 README ↗3. 配置 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 数据库里新增一条记录”