← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ye-flomo-sync
Description
快速同步内容到flomo笔记,支持自动标签识别、内容格式化。使用当用户提到:同步到flomo、存到flomo、发送到flomo、flomo记录、记到flomo、#flomo 等关键词时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ye-flomo-sync - After installation, invoke the skill by name or use
/ye-flomo-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:支持快速同步内容到flomo笔记,自动识别内容中的标签,一键保存
Metadata
Frequently Asked Questions
What is Flomo笔记同步?
快速同步内容到flomo笔记,支持自动标签识别、内容格式化。使用当用户提到:同步到flomo、存到flomo、发送到flomo、flomo记录、记到flomo、#flomo 等关键词时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Flomo笔记同步?
Run "/install ye-flomo-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flomo笔记同步 free?
Yes, Flomo笔记同步 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Flomo笔记同步 support?
Flomo笔记同步 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flomo笔记同步?
It is built and maintained by RanHuang (@ranhuang); the current version is v1.0.0.
More Skills