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; use flowus login for interactive login.
  • Credential precedence is --token, then FLOWUS_TOKEN, then the token saved by flowus 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 put replaces 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: false as a failed operation even if the process output is parseable JSON.
Installs
1
First Seen
Jun 5, 2026
flowus-markdown — next-space/flowus-cli