← 返回
未分类 中文

Kiipu

Use when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI.
用于在 Kiipu CLI中创建、删除、恢复或清除 Kiipu 帖子,管理身份验证,或检查本地配置。
mycreat mycreat 来源
未分类 clawhub v0.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 284
下载
💾 0
安装
1
版本
#latest

概述

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 .

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

版本历史

共 1 个版本

  • v0.0.1 当前
    2026-05-07 17:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,039
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,141
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 79 📥 182,855