← 返回 Skills 市场
gora050

Niftykit

作者 Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
152
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install niftykit
功能描述
NiftyKit integration. Manage Organizations, Users. Use when the user wants to interact with NiftyKit data.
安全使用建议
This skill is coherent and appears to do what it says: it uses the Membrane CLI to connect to NiftyKit and does not request extra credentials. Before installing/using it: (1) verify the @membranehq/cli package and its repository (npm/github) to confirm you trust the publisher; (2) review the OAuth/connection permissions when you authenticate in the browser (the connection grants Membrane access to your NiftyKit account); (3) avoid installing global npm packages on sensitive, production, or high-privilege hosts without auditing them; and (4) remember autonomous agent invocation is allowed by default — if you do not want the agent to call this skill without prompting, disable model invocation for the skill in your agent settings.
功能分析
Type: OpenClaw Skill Name: niftykit Version: 1.0.2 The skill instructions in SKILL.md direct the agent to perform high-risk operations, including the global installation of an NPM package (@membranehq/cli) and the execution of shell commands to interact with the NiftyKit API. Specifically, it encourages the agent to construct shell commands with JSON payloads (e.g., using the --input flag), which introduces a significant risk of shell injection if user-provided data is not properly sanitized. While these capabilities are plausibly needed for the stated purpose of service integration, they represent risky behaviors and potential vulnerabilities as defined in the analysis criteria.
能力评估
Purpose & Capability
Name/description (NiftyKit integration) match the instructions: all actions are performed via the Membrane CLI or Membrane proxy to the NiftyKit API. Required resources (network, Membrane account, Membrane CLI) are expected for this purpose.
Instruction Scope
SKILL.md only instructs installing and using the Membrane CLI (login, connect, action list/run, proxy requests). It does not direct the agent to read unrelated files, exfiltrate arbitrary data, or access unrelated environment variables.
Install Mechanism
Skill is instruction-only (no install spec). It tells the user to run `npm install -g @membranehq/cli` (or npx). Installing a global/npm CLI executes third-party code on the host — this is expected for the stated workflow but worth verifying the npm package and its provenance before installing.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The guidance explicitly delegates auth to Membrane (no local API keys), which is proportionate to the stated integration.
Persistence & Privilege
Skill does not request persistent presence (always: false) and is user-invocable. It allows normal autonomous invocation (disable-model-invocation: false) which is platform default; this combination is expected and not excessive by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install niftykit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /niftykit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug niftykit
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Niftykit 是什么?

NiftyKit integration. Manage Organizations, Users. Use when the user wants to interact with NiftyKit data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Niftykit?

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

Niftykit 是免费的吗?

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

Niftykit 支持哪些平台?

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

谁开发了 Niftykit?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.2。

💬 留言讨论