/install kiipu
Kiipu CLI
Use this skill when the user wants to manage Kiipu posts or CLI setup from Claude Code through the local kiipu CLI.
Primary cases:
- create a new post from provided text
- delete a known post id
- restore a known post id
- permanently purge a known post id
- authenticate, check auth status, or log out
- run
kiipu doctorto verify local setup and API reachability - explain the exact
kiipuCLI command to use when the user asks for manual usage - route explicit slash-command posting requests to
/kiipu:postwhen the user wants the command form
Do not use this skill for:
- chat-context actions like deleting "the current post" without an explicit id
- website automation or API calls when the local CLI already covers the task
Installation
npm install -g @kiipu/cli
Required execution path
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 "\x3CpostId>"
Restore a post by id:
kiipu post restore --id "\x3CpostId>"
Purge a post by id:
kiipu post purge --id "\x3CpostId>"
Authentication:
kiipu auth login
kiipu auth login --api-key \x3Ccpk_...>
kiipu auth status
kiipu auth logout
Check local setup:
kiipu doctor
Execution rules
- Run the CLI before claiming success.
- Return the CLI result accurately instead of inventing status.
- If the user wants to create a post, pass their full requested post body as the create argument.
- If the user wants delete, restore, or purge but did not provide an id, ask for the explicit post id.
- If authentication is missing, tell the user to run
kiipu auth login. - Prefer the local CLI over direct HTTP calls so auth, logging, and environment selection stay consistent.
- Keep host-specific runtime guidance out of Claude Code unless the user is explicitly working with that host.
- If the user explicitly wants to use a slash command for posting, suggest
/kiipu:post \x3Ctext>.
Examples
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kiipu - After installation, invoke the skill by name or use
/kiipu - Provide required inputs per the skill's parameter spec and get structured output
What is Kiipu?
Use when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Kiipu?
Run "/install kiipu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kiipu free?
Yes, Kiipu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kiipu support?
Kiipu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kiipu?
It is built and maintained by MyCreat (@mycreat); the current version is v0.0.1.