dsh-flomo
flomo (浮墨笔记) integration for DeepSeek Harness: configure your flomo API URL / API Key once, then let any agent send notes, memos, and summaries straight into flomo via the flomo_send tool
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-flomo说明文档
阅读完整 README ↗dsh-flomo
让 DeepSeek Harness 直接往 flomo(浮墨笔记)写笔记。配置一次 flomo API URL / API Key 后,Agent 就能通过 flomo_send 工具把想法、摘要、待办记进 flomo。
功能
- flomo_send — 发送一条笔记,
tags参数自动转成#标签;内容支持#标签、**加粗**、。 - flomo_config — 配置
apiKey(新版 Key)或webhookUrl(flomo 设置页的 API URL,形如https://flomoapp.com/iwh//);reset: true清除凭据。 - flomo_status — 查看是否已配置、凭据来源与配置文件路径,不回显完整 Key。
- 凭据持久化到
~/.dsh/dsh-flomo.json(权限 0600)。 - 系统提示公告:Agent 知道何时该用这个插件。
安装
# GitHub 发布后(仓库带 dsh-plugin topic)
dsh plugin --profile web add github:zhengjy01/dsh-flomo
# 本地开发
dsh plugin --profile web add link:/path/to/dsh-flomo
重启 dsh web 生效。插件无需构建——lib/index.js 是纯 ESM。
配置
在 获取你的 API URL,然后让 Agent 帮你配置:
帮我配置 flomo,API URL 是 https://flomoapp.com/iwh/xxxx/
Agent 会调用 flomo_config 保存 webhookUrl(或 apiKey)到 ~/.dsh/dsh-flomo.json(权限 0600)。之后直接说:
把这句话记到 flomo:#ideas
flomo API URL 等同于凭据:任何人拿到它都能往你的 flomo 写笔记。请保密;泄露后用
flomo_config(reset: true)清除。
说明
- 发送使用 Node 内置
fetch(Node 22+),零第三方依赖。 - 纯 Host 插件:无浏览器 UI、无 web 路由,配置走 Agent 工具。
- 遵循 flomo 内容语法:
#标签、**加粗**、。
License
MIT