🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

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.

💡 Examples

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:

  • JSON array of publicly accessible image URLs
  • Must be URL-encoded with encodeURIComponent
  • ⚙️ Configuration

    Environment 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"
    

    📋 Tips & Best Practices

    "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

    View on ClawHub
    TERMINAL
    clawhub install flomo-via-app

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →