zhengjy01/dsh-flomo0

dsh-flomo

DeepSeek Harness 的 flomo(浮墨笔记)集成插件,支持在 Web 设置面板配置 API,让 AI 代理直接发送笔记和摘要至 flomo。

AI 分析

核心用途是实现 DSH 与 flomo 的联动,让 AI 快速记录想法和备忘。适合习惯使用 flomo 进行碎片化记录和灵感收集的用户。

包名
dsh-flomo
版本
0.2.1
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-flomo

Configuration

Get your API URL at . Then either paste it into the plugin's cordis.patch.yml config, or let the agent configure it for you:

帮我配置 flomo,API URL 是 https://flomoapp.com/iwh/xxxx/

The agent calls flomo_config with your webhookUrl (or apiKey) and persists it to ~/.dsh/dsh-flomo.json (mode 0600). From then on:

把这句话记到 flomo:#ideas

The flomo API URL is a credential: anyone with it can write memos to your flomo. Keep it private; use flomo_config(reset: true) to clear it if it leaks.