Ns1

v1.0.2

NS1 integration. Manage data, records, and automate workflows. Use when the user wants to interact with NS1 data.

0· 83·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
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (NS1 integration) match the runtime instructions: all actions are performed through the Membrane CLI and its proxy to NS1. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent/operator to install and use the Membrane CLI, create a Membrane connection to NS1, run pre-built actions, or proxy raw API calls. It does not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no install spec). It tells users to run `npm install -g @membranehq/cli` (or npx). Installing a global npm CLI is a manual step that downloads and runs third-party code—standard for CLI integrations but worth vetting before installation.
Credentials
The skill declares no required env vars or secrets and explicitly advises using Membrane-managed connections (so it won't request NS1 API keys). The only external requirement is a Membrane account, which is proportionate to the design.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent config, and does not demand elevated or persistent system privileges beyond the normal install/use of a CLI.
Assessment
This skill appears coherent: it uses the Membrane CLI as a broker to access NS1 and does not request unrelated secrets. Before installing, verify the @membranehq/cli package and the Membrane service (review the npm package page and the repository at https://github.com/membranedev/application-skills), and be aware that installing a global npm CLI runs third-party code on your machine. Use a least-privilege Membrane account and only create the connector for the NS1 account you intend to manage.

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

latestvk973dzqc0hx8sjrjtqd9xhh6jd842k0e

License

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

Comments