Install
openclaw skills install openclaw-flomo-skillRead 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...
openclaw skills install openclaw-flomo-skillUse this skill on macOS to read and write flomo content.
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"
--tag; --query "#标签" is also supported.