Flomo Notes
/install flomo-notes
flomo-notes
Save notes to Flomo using a single webhook POST.
Setup
Provide your Flomo inbox webhook URL via environment variable:
FLOMO_WEBHOOK_URL(required), example:https://flomoapp.com/iwh/XXXXXXXX
You can set it either:
- In
~/.openclaw/openclaw.json(recommended):
{
skills: {
entries: {
"flomo-notes": {
env: {
FLOMO_WEBHOOK_URL: "https://flomoapp.com/iwh/XXXXXXXX"
}
}
}
}
}
- Or in your shell/service environment:
export FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX"
How the skill works
When triggered, run:
bash scripts/save_to_flomo.sh "\x3Cnote text>"
Example prompts (to trigger)
save to flomo: buy milk, eggs记录到 flomo:下周美股大事件...
Script manual test
FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX" \
bash scripts/save_to_flomo.sh "hello from openclaw"
Security
Treat the webhook URL like a secret: anyone with it can post into your Flomo inbox.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install flomo-notes - After installation, invoke the skill by name or use
/flomo-notes - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2362 downloads so far.
How do I install Flomo Notes?
Run "/install flomo-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flomo Notes free?
Yes, Flomo Notes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Flomo Notes support?
Flomo Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flomo Notes?
It is built and maintained by Robert Shaw (@xiaoluoboding); the current version is v0.1.0.