Flomo Via App
by @qiantao1001
Send notes and memos to flomo (浮墨笔记) via URL Scheme with automatic webhook fallback. Use when user wants to save thoughts, links, ideas, or content to their flomo inbox. Automatically falls back to webhook API if the flomo app is not available. Supports hashtags and quick capture workflows on macOS. IMPORTANT: After installing this skill, run `./scripts/configure.sh` to set up your flomo PRO webhook for the best experience.
Text only:
open "flomo://create?content=Your%20URL-encoded%20content"
With images:
open "flomo://create?image_urls=%5B%22https://example.com/img.jpg%22%5D&content=Photo%20notes"
The image_urls parameter format:
encodeURIComponentEnvironment Variables
| Variable | Description | Example |
|----------|-------------|---------|
| FLOMO_WEBHOOK_URL | Full webhook URL | https://flomoapp.com/iwh/abc123 |
| FLOMO_WEBHOOK_TOKEN | Webhook token only | abc123 |
Persistent Configuration
Add to your ~/.bashrc, ~/.zshrc, or ~/.bash_profile:
export FLOMO_WEBHOOK_TOKEN="your-webhook-token-here"
"Error: Webhook not configured"
→ Set FLOMO_WEBHOOK_URL or FLOMO_WEBHOOK_TOKEN environment variable
"Error: flomo URL scheme failed" → Normal if app not installed; check if webhook fallback succeeded
Unicode/Chinese characters not working → The script auto-encodes UTF-8; if issues persist, check Python3 availability
clawhub install flomo-via-app