🦀 ClawHub
OpenClaw Flomo Skill
by @dotheworknow
Read and write flomo memos on macOS. Use when user asks to fetch recent flomo notes, search memo text in local flomo cache, or create/write a new memo to flo...
TERMINAL
clawhub install openclaw-flomo-skill📖 About This Skill
name: flomo description: Read and write flomo memos on macOS. Use when user asks to fetch recent flomo notes, search memo text in local flomo cache, or create/write a new memo to flomo via incoming webhook or URL scheme.
flomo
Use this skill on macOS to read and write flomo content.
Commands
python3 scripts/flomo_tool.py read --remote --limit 20
python3 scripts/flomo_tool.py read --remote --limit 100 --query "关键词"
python3 scripts/flomo_tool.py read --remote --limit 10 --tag "日记"
python3 scripts/flomo_tool.py read --dump-tags --limit 20
python3 scripts/flomo_tool.py write --content "内容"
python3 scripts/flomo_tool.py write --content "内容" --url-scheme
python3 scripts/flomo_tool.py verify --try-webhook --query "#openclaw"
Behavior Rules
--tag; --query "#标签" is also supported.