← Back to Skills Marketplace
Neonomics
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
125
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install neonomics
Description
Neonomics integration. Manage data, records, and automate workflows. Use when the user wants to interact with Neonomics data.
Usage Guidance
This skill is coherent: it delegates auth and API calls to the Membrane CLI/service to interact with Neonomics. Before installing or running commands: (1) verify you trust the Membrane project and review @membranehq/cli on npm/GitHub; (2) prefer using npx for one-off runs to avoid a global npm install; (3) expect network traffic and that data/credentials will be handled server-side by Membrane (read their privacy/security docs if you handle sensitive financial data); (4) do not share unrelated secrets or paste credentials into chat—follow the login URL/code flow described. If you need higher assurance, inspect the Membrane CLI source before installing.
Capability Analysis
Type: OpenClaw Skill
Name: neonomics
Version: 1.0.1
The skill requires the agent to perform high-risk operations including global package installation (npm install -g @membranehq/cli) and the execution of shell commands to interact with the Membrane platform. While these actions are aligned with the stated purpose of Neonomics banking integration, the instructions in SKILL.md to run shell commands with dynamic inputs and create actions dynamically (membrane action create) introduce a significant surface for command injection and execution of unverified third-party logic.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Neonomics integration) match the instructions: the skill tells the user/agent to use the Membrane CLI to connect to Neonomics, discover and run actions, and create actions when needed. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The SKILL.md exclusively instructs use of the Membrane CLI (login, connect, action list/create/run) and to rely on Membrane for auth and action execution. This requires network access and transmits requests/responses to Membrane/Neonomics services — which is expected behavior for this integration. The instructions do not ask the agent to read local files or unrelated env vars.
Install Mechanism
No install spec in the registry; SKILL.md recommends installing @membranehq/cli via npm -g or using npx. Installing an npm package globally runs third-party code on the host (normal for CLIs but higher-risk than instruction-only usage). Using npx avoids a persistent global install and may be preferable.
Credentials
The skill declares no required env vars or credentials and explicitly tells users to let Membrane handle credentials. The external auth flow (membrane login) is appropriate for the described purpose; there are no requests for unrelated secrets or system credentials.
Persistence & Privilege
always is false and the skill does not request persistent system changes. It contains no directives to modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neonomics - After installation, invoke the skill by name or use
/neonomics - 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 Neonomics?
Neonomics integration. Manage data, records, and automate workflows. Use when the user wants to interact with Neonomics data. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Neonomics?
Run "/install neonomics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neonomics free?
Yes, Neonomics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neonomics support?
Neonomics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neonomics?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills