flomo-local-api
Installation
SKILL.md
Flomo Local API
Overview
Use this skill for fast flomo access when local desktop auth is available.
When the user wants to create or revise a memo:
- Tag reuse is required: Prefer the user's existing flomo tag system over inventing new tags. Aim for existing-tag reuse in at least 95% of memo-writing cases.
- Title required by default: For every new memo written for Zeeland, start with a concise title. Unless the user asks for no title, render the title as bold in flomo.
- Use flomo-native formatting, not Markdown syntax: flomo does not render Markdown syntax such as
**bold**,- [ ]checkboxes, or# headers. For bold titles, use the CLI's--htmlmode and wrap the title in<strong>...</strong>. Use plain paragraphs for the body.
This skill now supports direct text edits to existing memos through the same local auth flow, including when the user provides a flomo memo URL like https://v.flomoapp.com/mine/?memo_id=....
Preconditions
flomo.apphas been logged in on this Mac before- Local flomo storage exists under
~/Library/Containers/com.flomoapp.m/... - The request can be handled with local auth and API access