← Back to Skills Marketplace
gora050

Niftykit

by Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
152
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install niftykit
Description
NiftyKit integration. Manage Organizations, Users. Use when the user wants to interact with NiftyKit data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install niftykit
  3. After installation, invoke the skill by name or use /niftykit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug niftykit
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Niftykit?

NiftyKit integration. Manage Organizations, Users. Use when the user wants to interact with NiftyKit data. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Niftykit?

Run "/install niftykit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Niftykit free?

Yes, Niftykit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Niftykit support?

Niftykit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Niftykit?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.2.

💬 Comments