← 返回 Skills 市场
ranhuang

Flomo笔记同步

作者 RanHuang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ye-flomo-sync
功能描述
快速同步内容到flomo笔记,支持自动标签识别、内容格式化。使用当用户提到:同步到flomo、存到flomo、发送到flomo、flomo记录、记到flomo、#flomo 等关键词时触发。
安全使用建议
What to check before installing: - The script will read your flomo webhook URL from ~/.flomo_token and send any invoked content to that URL. Only install if you trust the webhook endpoint. - Ensure the webhook file is created by you and stored securely (e.g., chmod 600 ~/.flomo_token). Do not paste secrets from other services into that file. - The bundled script uses curl and jq; install those on your system or expect the skill to fail. The manifest should have listed these dependencies but did not. - The package metadata omits the required config path (~/.flomo_token). Ask the author to update the manifest to declare this dependency and required binaries. - Review the script (scripts/flomo.sh) yourself — it is short and straightforward; there are no hidden remote downloads or obfuscated behavior, but it will transmit user-provided content to the webhook. - If you are uncomfortable with any of the above (especially sending potentially sensitive text to the webhook), do not install or use the skill.
功能分析
Type: OpenClaw Skill Name: ye-flomo-sync Version: 1.0.0 The skill is a legitimate utility for syncing notes to the flomo service. It reads a user-provided webhook URL from a local configuration file (~/.flomo_token) and uses a shell script (scripts/flomo.sh) to send content via curl. The script correctly uses jq with the --arg flag to prevent injection vulnerabilities, and the instructions in SKILL.md are consistent with the stated purpose without any signs of malicious intent or prompt injection attacks.
能力评估
Purpose & Capability
The skill's name/description (sync to flomo) aligns with the included script: the script reads a webhook URL and POSTs note content to it. However, the registry metadata claims no required config paths or credentials while both SKILL.md and scripts/flomo.sh require a ~/.flomo_token file — a manifest mismatch that should have been declared.
Instruction Scope
SKILL.md and the script are narrowly scoped: they read the webhook from ~/.flomo_token and send provided content to that webhook. The instructions do not request unrelated files, environment variables, or external endpoints beyond the webhook. They do, however, rely on running curl and jq (used in the script) which are not listed in the manifest.
Install Mechanism
No install spec (instruction-only) and the included script is a small shell file bundled with the skill. There are no remote downloads or archive extraction steps. This is low-risk from an install-source perspective.
Credentials
The only secret/credential involved is the flomo webhook URL stored in ~/.flomo_token, which is proportionate to the stated purpose. But the skill metadata did not declare this config path, and the script will transmit any content it is given to that webhook — users should ensure the webhook target is trusted and the token file is securely stored.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs only when invoked and has no elevated or persistent platform-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ye-flomo-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ye-flomo-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持快速同步内容到flomo笔记,自动识别内容中的标签,一键保存
元数据
Slug ye-flomo-sync
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Flomo笔记同步 是什么?

快速同步内容到flomo笔记,支持自动标签识别、内容格式化。使用当用户提到:同步到flomo、存到flomo、发送到flomo、flomo记录、记到flomo、#flomo 等关键词时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Flomo笔记同步?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ye-flomo-sync」即可一键安装,无需额外配置。

Flomo笔记同步 是免费的吗?

是的,Flomo笔记同步 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Flomo笔记同步 支持哪些平台?

Flomo笔记同步 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Flomo笔记同步?

由 RanHuang(@ranhuang)开发并维护,当前版本 v1.0.0。

💬 留言讨论