← Back to Skills Marketplace
Paystack
by
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
177
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install paystack
Description
Paystack integration. Manage Customers, Transactions, Plans, Products, Splits. Use when the user wants to interact with Paystack data.
Usage Guidance
This skill is instruction-only and uses the Membrane CLI to handle Paystack integration, which is coherent. Before installing: verify you trust the @membranehq npm package (review its npm page / GitHub), prefer using npx for one-off commands if you don't want a global install, and confirm what access your Membrane account will grant to Paystack (least privilege). If you want to avoid any autonomous agent actions, keep the skill installed but require explicit user invocation when using it.
Capability Analysis
Type: OpenClaw Skill
Name: paystack
Version: 1.0.3
The skill bundle provides a standard integration for Paystack using the Membrane CLI. It includes instructions for managing transactions and customers while emphasizing secure practices, such as delegating credential management to the Membrane platform rather than handling raw API keys. No malicious code, exfiltration patterns, or harmful prompt injections were identified in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md consistently directs the user/agent to use the Membrane CLI to connect to Paystack and manage customers, transactions, plans, etc. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions are scoped to installing/using the Membrane CLI, authenticating, creating a connection, discovering and running actions, and creating actions if needed. The doc does not instruct reading unrelated files, harvesting environment variables, or sending data to unknown endpoints. It explicitly advises against asking the user for API keys.
Install Mechanism
Installation is via npm (npm install -g @membranehq/cli@latest) or npx for single commands. npm packages execute code from the public registry, which is a normal but moderately privileged install step — verify the package source and consider using npx or reviewing the package before global install.
Credentials
The skill declares no required env vars, no primary credential, and no config paths. The SKILL.md relies on Membrane to manage credentials server-side, which matches the stated approach and is proportionate.
Persistence & Privilege
always is false and the skill is user-invocable. It can be invoked autonomously (disable-model-invocation: false) which is the platform default and acceptable here; the skill does not request permanent agent-wide settings or cross-skill config changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paystack - After installation, invoke the skill by name or use
/paystack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Paystack?
Paystack integration. Manage Customers, Transactions, Plans, Products, Splits. Use when the user wants to interact with Paystack data. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Paystack?
Run "/install paystack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paystack free?
Yes, Paystack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paystack support?
Paystack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paystack?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.3.
More Skills