flowus-page
Installation
SKILL.md
FlowUs Page Skill
Use the flowus CLI with --json for every command.
Commands
- Read page:
flowus --json page get <page_id> - Create page:
flowus --json page create --body <file.json> - Create page with idempotency:
flowus --json page create --body <file.json> --idempotency-key <key> - Update page:
flowus --json page update <page_id> --body <file.json> - Update page with optimistic lock:
flowus --json page update <page_id> --body <file.json> --if-match <etag> - Read page property:
flowus --json page property get <page_id> <property_id> - Read paged property values:
flowus --json page property get <page_id> <property_id> --start-cursor <cursor> --page-size <n> - Delete page:
flowus --json page delete <page_id>