flowus-block

Installation
SKILL.md

FlowUs Block Skill

Use the flowus CLI with --json for every command.

Commands

  • Get block: flowus --json block get <block_id>
  • Get children: flowus --json block children <block_id>
  • Get children page: flowus --json block children <block_id> --start-cursor <cursor> --page-size <n>
  • Append children: flowus --json block append <block_id> --body <children.json>
  • Update block: flowus --json block update <block_id> --body <patch.json>
  • Delete block: flowus --json block delete <block_id>

Rules

Installs
1
First Seen
Jun 5, 2026
flowus-block — next-space/flowus-cli