flomo-notes
Save notes to Flomo via the Flomo inbox webhook. Use when the user says "save to flomo", "记录到 flomo", "flomo note", or asks to store a note in flomo.
Why use this skill?
Seamlessly capture thoughts and save notes to your Flomo inbox directly from your terminal using the OpenClaw flomo-notes skill integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xiaoluoboding/flomo-notesWhat This Skill Does
The flomo-notes skill is a lightweight yet powerful integration designed to bridge your OpenClaw agent directly to your Flomo account. Flomo is a popular card-based knowledge management tool, and this skill allows you to capture thoughts, reminders, and bits of information instantly without leaving your terminal or switching contexts. By leveraging Flomo's native inbox webhook system, the skill sends a POST request containing your note text directly to your private feed, ensuring that your ideas are captured and timestamped in your primary knowledge base in real-time.
Installation
To integrate this skill, ensure you have the OpenClaw framework installed. Use the command clawhub install openclaw/skills/skills/xiaoluoboding/flomo-notes. After installation, you must configure your unique webhook URL. The recommended method is to edit your ~/.openclaw/openclaw.json file to include the FLOMO_WEBHOOK_URL in the environment configuration block. Alternatively, you can export this variable in your session's shell profile. Once configured, verify the connection by running the provided bash script: FLOMO_WEBHOOK_URL="your-url" bash scripts/save_to_flomo.sh "Test note". If successful, the text will appear in your Flomo inbox immediately.
Use Cases
This skill is perfect for users who practice "second brain" methodologies. Use it during deep work sessions when you need to jot down quick task reminders, capture insights from terminal logs, or save snippets of code without breaking your flow. It is particularly effective for developers who want to maintain a digital garden or a personal log of daily progress within Flomo while working in a command-line environment.
Example Prompts
- "save to flomo: research the implementation of webhooks for the new project"
- "记录到 flomo:明早九点和产品经理过一下需求文档"
- "flomo note: remember to update the README file with the latest environment variable instructions"
Tips & Limitations
Treat your webhook URL as a sensitive credential; anyone possessing it can post to your Flomo account. If you suspect it has been exposed, reset it via the Flomo interface. Note that this skill is a one-way bridge: it can only send data to Flomo and cannot query or retrieve existing notes. Ensure your internet connection is active, as the webhook requires external network access to transmit data to Flomo's servers.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-xiaoluoboding-flomo-notes": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api