flowus-markdown
Installation
SKILL.md
FlowUs Markdown Skill
Use the flowus CLI with --json for every command.
Commands
- Read Markdown:
flowus --json markdown get <page_id> - Replace Markdown:
flowus --json markdown put <page_id> --file <file.md>
Rules
- If authentication is unclear, use
flowus --json doctor; useflowus loginfor interactive login. - Credential precedence is
--token, thenFLOWUS_TOKEN, then the token saved byflowus login. - Do not call FlowUs V2 API with
curl. - Do not print or save bearer tokens.
- Prefer this skill for large page content instead of low-level page or block reads.
- Review replacement Markdown carefully before writing because
putreplaces page content. - Before replacing Markdown, confirm the page ID and local Markdown file path come from user-authorized input; replacing page content is destructive.
- Treat
ok: falseas a failed operation even if the process output is parseable JSON.