← Back to Skills Marketplace
Neterium
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install neterium
Description
Neterium integration. Manage data, records, and automate workflows. Use when the user wants to interact with Neterium data.
Usage Guidance
This skill is coherent: it simply instructs the agent to use the Membrane CLI to connect to Neterium. Before installing: (1) review the @membranehq/cli package on npm/GitHub to ensure you trust it; prefer using 'npx' or a non-global install if you want to avoid modifying global node modules; (2) be aware that 'membrane login' will perform browser-based auth and the CLI will store credentials/config locally — review where those credentials are stored and how they are protected; (3) confirm your organization’s policy for sending any PII or sensitive records to a third-party service (Membrane/Neterium); (4) if you do not want the agent to invoke the skill autonomously, restrict its permissions in your agent settings. Overall the skill's footprint aligns with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: neterium
Version: 1.0.1
The skill bundle consists of documentation and instructions for an AI agent to interact with the Neterium fraud prevention platform via the Membrane CLI. It follows security best practices by delegating authentication and credential management to the Membrane platform (getmembrane.com) rather than requesting or storing raw API keys. No malicious code, data exfiltration patterns, or suspicious command executions were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill declares it integrates with Neterium and all runtime instructions use the Membrane CLI and Membrane connections to access Neterium. Required credentials, binaries, and config paths are none — this matches a design that relies on the Membrane service for auth and API access.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, performing login, creating/using a connection, discovering actions, and running actions. It does not instruct reading unrelated files, requesting unrelated environment variables, or exfiltrating data to unexpected endpoints; network calls are directed to Membrane (the declared integration path).
Install Mechanism
The SKILL.md recommends installing the Membrane CLI via 'npm install -g @membranehq/cli@latest' (or using npx). Installing a third-party CLI from npm is a reasonable, expected approach but carries the usual supply-chain considerations of global npm packages; users may prefer npx or to review the package prior to global install.
Credentials
No environment variables, credentials, or config paths are requested by the skill. Authentication is delegated to the Membrane CLI/service, which is consistent with the guidance in the instructions.
Persistence & Privilege
The skill is instruction-only, has no 'always' flag, and does not ask to modify other skills or system-wide config. The Membrane CLI will create local credentials/config as part of normal auth flows (not a property of the skill itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neterium - After installation, invoke the skill by name or use
/neterium - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Neterium?
Neterium integration. Manage data, records, and automate workflows. Use when the user wants to interact with Neterium data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Neterium?
Run "/install neterium" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neterium free?
Yes, Neterium is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neterium support?
Neterium is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neterium?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills