Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

weread-to-flomo韦拉德到弗洛莫

Agent Skill

weread-to-flomo 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,382

周安装

179

GitHub Stars

1

下载量

1,418
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:weread-to-flomo(韦拉德到弗洛莫)
来源仓库:https://github.com/ericxie777/weread-to-flomo
安装命令:
openclaw skills install weread-to-flomo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install weread-to-flomo

简介

用于微信读书到 flomo 的笔记同步工具。

  • 支持增量重复数据删除功能。weread-to-flomo 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 可配置同步范围和格式转换规则。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需要配置双方平台的 API 访问密钥。
  • 适用于读书笔记的多平台管理场景。

SKILL.md

name
weread-to-flomo
description
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.

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

  1. Use local state tracking to avoid duplicate pushes.
  2. Run --dry-run before the first real sync or before a bulk migration.
  3. Prefer today or date mode when the user already has historical reading notes in flomo.

Modes

1. Sync today's new entries

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

python3 ./scripts/weread_to_flomo.py --weread-dir /path/to/weread --mode date --date 2026-03-26 --flomo-webhook "$FLOMO_WEBHOOK"

3. Full migration

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:

内容正文

#02_读书 #02_读书/「书名」

Override with:

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.9%
按下载量换算1,005

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills