返回顶部
w

weread-to-flomo

Sync 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
96
下载量
0
收藏
概述
安装方式
版本历史

weread-to-flomo

# weread-to-flomo Use this skill to move WeRead highlights/notes into flomo safely. ## Default workflow 1. Export WeRead notes into local Markdown files first. 2. Set `FLOMO_WEBHOOK` and `WEREAD_COOKIE` via environment variables or config files outside the skill package. 3. Choose one sync scope: - `today`: only today's new entries - `date`: entries from a specified day - `all`: full migration 4. Use local state tracking to avoid duplicate pushes. 5. Run `--dry-run` before the first real sync or before a bulk migration. 6. Prefer `today` or `date` mode when the user already has historical reading notes in flomo. ## Modes ### 1. Sync today's new entries ```bash 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" ``` ### 2. Sync a specified date ```bash python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode date --date 2026-03-26 --flomo-webhook "$FLOMO_WEBHOOK" ``` ### 3. Full migration ```bash python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode all --flomo-webhook "$FLOMO_WEBHOOK" ``` ## Sync scopes - `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. ## Tag template Default output: ```text 内容正文 #02_读书 #02_读书/「书名」 ``` Override with: ```bash --tag-prefix "02_读书" ``` ## State and dedup - State file defaults to `.weread-flomo-state.json` under the WeRead export directory. - Dedup uses `bookmark:<id>` / `review:<id>`. - Re-running the same scope only sends unsent entries. ## Notes - Keep webhook/cookie outside the skill directory. - Dry-run on first use. - If the user already manually copied many old notes into flomo, prefer `today` or `date` mode before `all`. ## References - Read `references/formatting.md` when adjusting output structure or tag conventions. - Read `references/publishing.md` when preparing the skill for ClawHub publication.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 weread-to-flomo-1776016441 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 weread-to-flomo-1776016441 技能

通过命令行安装

skillhub install weread-to-flomo-1776016441

下载 Zip 包

⬇ 下载 weread-to-flomo v1.0.1

文件大小: 4.89 KB | 发布时间: 2026-4-13 12:34

v1.0.1 最新 2026-4-13 12:34
Refine public docs, clarify today/date/all sync scopes, and improve rollout guidance for existing flomo archives.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部