返回顶部
k

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.1
安全检测
已通过
63
下载量
0
收藏
概述
安装方式
版本历史

kiipu-cli

# 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 ```bash npm install -g @kiipu/cli ``` ## Required execution path Execute the local Kiipu CLI instead of simulating results. Create a post: ```bash kiipu post create "$ARGUMENTS" kiipu post create --content "$ARGUMENTS" ``` Delete a post by id: ```bash kiipu post delete --id "<postId>" ``` Restore a post by id: ```bash kiipu post restore --id "<postId>" ``` Purge a post by id: ```bash kiipu post purge --id "<postId>" ``` Authentication: ```bash kiipu auth login kiipu auth login --api-key <cpk_...> kiipu auth status kiipu auth logout ``` Check local setup: ```bash 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 ```bash 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 ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 kiipu-1775940098 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 kiipu-1775940098 技能

通过命令行安装

skillhub install kiipu-1775940098

下载 Zip 包

⬇ 下载 kiipu-cli v0.0.1

文件大小: 2.2 KB | 发布时间: 2026-4-12 10:22

v0.0.1 最新 2026-4-12 10:22
- Initial release of kiipu-cli skill.
- Enables creating, deleting, restoring, and purging Kiipu posts via the local CLI.
- Supports authentication commands, status checks, and viewing local setup with kiipu doctor.
- Provides clear guidance on exact CLI usage and when to suggest slash commands.
- Enforces execution rules for reliable and accurate CLI-based actions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部