dsh-flomo
flomo (浮墨笔记) integration for DeepSeek Harness: configure your flomo API URL / API Key in the web settings panel, then let any agent send notes, memos, and summaries straight into flomo via the flomo_send tool
AI Analysis
核心用途是实现 DSH 与 flomo 的联动,让 AI 快速记录想法和备忘。适合习惯使用 flomo 进行碎片化记录和灵感收集的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-flomoREADME
Read the full README ↗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.