Install
openclaw skills install weread-to-flomoSync WeRead (微信读书) highlights and notes into flomo with incremental deduplication and configurable sync scope. Use when the user wants to export or sync WeRead annotations to flomo, including (1) only today's new highlights, (2) a specified date, or (3) a full migration of all exported notes. Supports configurable tag templates, local state tracking, and Markdown-based intermediate storage.
openclaw skills install weread-to-flomoUse this skill to move WeRead highlights/notes into flomo safely.
FLOMO_WEBHOOK and WEREAD_COOKIE via environment variables or config files outside the skill package.today: only today's new entriesdate: entries from a specified dayall: full migration--dry-run before the first real sync or before a bulk migration.today or date mode when the user already has historical reading notes in flomo.python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode today --flomo-webhook "$FLOMO_WEBHOOK" --dry-run
python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode today --flomo-webhook "$FLOMO_WEBHOOK"
python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode date --date 2026-03-26 --flomo-webhook "$FLOMO_WEBHOOK"
python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode all --flomo-webhook "$FLOMO_WEBHOOK"
today: sync only entries whose WeRead timestamp falls on the current Asia/Shanghai day.date: sync only entries from --date YYYY-MM-DD.all: migrate all exported entries.Default output:
内容正文
#02_读书 #02_读书/「书名」
Override with:
--tag-prefix "02_读书"
.weread-flomo-state.json under the WeRead export directory.bookmark:<id> / review:<id>.today or date mode before all.references/formatting.md when adjusting output structure or tag conventions.references/publishing.md when preparing the skill for ClawHub publication.