Nusii Proposals

v1.0.2

Nusii Proposals integration. Manage Proposals, Clients, Templates, Users. Use when the user wants to interact with Nusii Proposals data.

0· 135·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the SKILL.md content: the skill is an integration helper for Nusii Proposals and directs the agent to use the Membrane CLI to discover and run connector actions or proxy raw API requests. The requested pieces (Membrane CLI, a Membrane account, network access) are proportionate to that purpose.
Instruction Scope
The instructions are focused on running the Membrane CLI and using its action/run/request commands. They do not instruct reading local config files or unrelated environment variables. Important: proxying via Membrane means the user's request payloads and metadata are sent to Membrane's backend (it handles auth and token refresh). The SKILL.md explicitly tells the agent not to ask users for API keys, which matches the approach.
Install Mechanism
This is an instruction-only skill (no install spec), but the README tells users to install @membranehq/cli via npm (npm install -g @membranehq/cli). Installing a global npm package is a normal choice for a CLI, but it does introduce the usual supply-chain trust decision (public npm package installation).
Credentials
The skill declares no required environment variables or secrets. It requires a Membrane account and browser-based login flows (or a headless code completion), which is appropriate for a connector-based integration and does not appear excessive relative to the described functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or to modify other skills. Autonomous invocation is allowed by default but is not combined with other concerning attributes here.
Assessment
This skill appears coherent but it relies on Membrane as a proxy: be aware that requests you send through the CLI are routed to Membrane's backend (they will hold connection metadata and may perform auth on your behalf). Before installing or using: verify the @membranehq/cli package and its GitHub repo, confirm you trust getmembrane.com and the Membrane org, and review the OAuth scopes you approve when you log in. Installing a global npm package has the usual supply-chain risk — prefer inspecting the package/repo first or running the CLI in an isolated environment if you are cautious. If you have sensitive Nusii data or strict privacy requirements, consider reviewing Membrane's privacy/security docs or using Nusii's API directly with credentials you control.

Like a lobster shell, security has layers — review code before you run it.

latestvk976gq360xmq8b1rsackm6tfzn843vz3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments