Zhiyi-Zhao/dsh-notion-skill1

dsh-notion-skill

DSH Notion 技能:通过官方 REST API 读写 Notion 工作区。

AI 分析

核心用途是让 DSH 智能体能够直接操作 Notion 页面和数据库。适合需要将 AI 产出同步到 Notion,或让 AI 读取 Notion 笔记的知识管理用户。

包名
dsh-notion-skill
版本
1.0.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zhiyi-Zhao/dsh-notion-skill

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 数据库里新增一条记录”