Install
openclaw skills install @mycreat/kiipuUse when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI.
openclaw skills install @mycreat/kiipuUse this skill when the user wants to manage Kiipu posts or CLI setup from Claude Code through the local kiipu CLI.
Primary cases:
kiipu doctor to verify local setup and API reachabilitykiipu CLI command to use when the user asks for manual usage/kiipu:post when the user wants the command formDo not use this skill for:
npm install -g @kiipu/cli
Execute the local Kiipu CLI instead of simulating results.
Create a post:
kiipu post create "$ARGUMENTS"
kiipu post create --content "$ARGUMENTS"
Delete a post by id:
kiipu post delete --id "<postId>"
Restore a post by id:
kiipu post restore --id "<postId>"
Purge a post by id:
kiipu post purge --id "<postId>"
Authentication:
kiipu auth login
kiipu auth login --api-key <cpk_...>
kiipu auth status
kiipu auth logout
Check local setup:
kiipu doctor
kiipu auth login./kiipu:post <text>.kiipu post create "Ship the beta today"
kiipu post create --content "Ship the beta today"
kiipu post delete --id post_123
kiipu post restore --id post_123
kiipu post purge --id post_123
kiipu auth login
kiipu auth login --api-key cpk_example
kiipu auth status
kiipu doctor