kiipu-cli

Use when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kiipu-cli" with this command: npx skills add mycreat/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 doctor to verify local setup and API reachability
  • explain the exact kiipu CLI command to use when the user asks for manual usage
  • route explicit slash-command posting requests to /kiipu:post when 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 "<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

Execution rules

  1. Run the CLI before claiming success.
  2. Return the CLI result accurately instead of inventing status.
  3. If the user wants to create a post, pass their full requested post body as the create argument.
  4. If the user wants delete, restore, or purge but did not provide an id, ask for the explicit post id.
  5. If authentication is missing, tell the user to run kiipu auth login.
  6. Prefer the local CLI over direct HTTP calls so auth, logging, and environment selection stay consistent.
  7. Keep host-specific runtime guidance out of Claude Code unless the user is explicitly working with that host.
  8. If the user explicitly wants to use a slash command for posting, suggest /kiipu:post <text>.

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Spicy Ai Video

Turn a 60-second talking head clip into 1080p high-energy edited videos just by typing what you need. Whether it's turning bland footage into visually intens...

Registry SourceRecently Updated
Coding

Video Maker Fast

Get polished MP4 videos ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim...

Registry SourceRecently Updated
Coding

Generation Generator

generate text prompts or clips into AI generated videos with this skill. Works with MP4, MOV, PNG, JPG files up to 500MB. marketers, content creators, social...

Registry SourceRecently Updated
Coding

Editor On Android

Get edited MP4 clips ready to post, without touching a single slider. Upload your video clips (MP4, MOV, AVI, WebM, up to 500MB), say something like "trim th...

Registry SourceRecently Updated