← 返回 Skills 市场
mycreat

Kiipu

作者 MyCreat · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kiipu
功能描述
Use when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI.
使用说明 (SKILL.md)

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 "\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

  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 \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
安全使用建议
This skill itself is coherent: it expects you to run a local 'kiipu' CLI to manage posts. Before installing or running anything, verify the @kiipu/cli package and its publisher (check the npm page, source repository, maintainer identity, and package versions). Global npm installs can execute code during install — prefer reviewing the package source or running in a sandbox/container. If you must provide an API key, only do so to the verified CLI on a trusted machine and avoid pasting secrets into unknown web pages or chat logs. If you don’t want to install the CLI, ask for exact commands shown by the skill and run them locally yourself after verification.
功能分析
Type: OpenClaw Skill Name: kiipu Version: 0.0.1 The skill bundle is a standard set of instructions for an AI agent to interface with a legitimate-appearing CLI tool named 'kiipu'. The SKILL.md and README.md files describe routine operations such as post creation, deletion, and authentication management without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, and runtime instructions all consistently describe managing Kiipu posts and CLI auth via a local 'kiipu' CLI. The required capabilities (running the CLI) align with the stated purpose.
Instruction Scope
SKILL.md only instructs executing the local 'kiipu' CLI and checking auth/status; it does not ask the agent to read unrelated files, exfiltrate data, or perform unexpected network calls. It also enforces asking for explicit post IDs and returning CLI results verbatim.
Install Mechanism
There is no packaged install spec in the skill bundle, but SKILL.md instructs 'npm install -g @kiipu/cli'. Installing a global npm package can execute arbitrary install scripts and write code to disk. The registry/package provenance is not provided (no homepage or source repo), increasing supply-chain risk; verify the package and maintainer before installing.
Credentials
The skill declares no required environment variables or config paths. CLI examples reference an API key argument for auth, which is proportionate to a CLI that needs credentials; no unexplained credential requests are present.
Persistence & Privilege
The skill is instruction-only, does not request 'always' presence, and does not attempt to modify other skills or system-wide configs. It directs use of the local CLI and gives no privileged persistent behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kiipu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kiipu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
- 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.
元数据
Slug kiipu
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Kiipu 是什么?

Use when the user wants to create, delete, restore, or purge Kiipu posts, manage authentication, or check local setup through the Kiipu CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Kiipu?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install kiipu」即可一键安装,无需额外配置。

Kiipu 是免费的吗?

是的,Kiipu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Kiipu 支持哪些平台?

Kiipu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Kiipu?

由 MyCreat(@mycreat)开发并维护,当前版本 v0.0.1。

💬 留言讨论