flomo-local-api
Flomo Local API
Overview
Use this skill for fast flomo access when local desktop auth is available.
This is the default recommendation for mac users. If local desktop auth is missing or broken, fall back to flomo-web-crud instead of trying to fake the API path.
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.
- Plain text only: flomo does not support Markdown rendering. Never use
**bold**,- [ ]checkboxes,# headers, or other markdown syntax in memo content. Use plain text formatting instead.
This skill 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
More from undertone0809/flomo-skills
flomo-analysis-studio
Analyze the user through their flomo notes using guided lenses such as overview, ACT, compounding flywheel, action guide, blind spots, and MBTI-style pattern reading. Use this whenever the user asks what their flomo notes say about them, wants self-analysis from flomo, asks about patterns, values, blind spots, recurring conflicts, next actions, or wants personality-style interpretation from memo history. On mac, this skill should use flomo-local-api as the data access layer.
11flomo-web-crud
Query, insert, edit, and delete user's flomo memos through the flomo Web UI using Chrome MCP tools (no official API required). flomo is also a user's first-person context source for inferring recent state, active concerns, and value signals from recent memos when the user asks.
9flomo-memo-to-markdown
Convert flomo memos from local desktop auth/API into grouped Markdown files for AI/NotebookLM reading, plus human-readable Markdown tag statistics with tree totals. Use when a user asks to export flomo notes to Markdown, split memos by month/quarter/year, generate NotebookLM-friendly archives, or produce flomo tag counts/aggregation.
8