The Things Network
v1.0.0The Things Network integration. Manage data, records, and automate workflows. Use when the user wants to interact with The Things Network data.
⭐ 0· 50·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
OpenClaw
Benign
high confidencePurpose & Capability
The name and description match the instructions: the skill explains how to use the Membrane CLI to connect to The Things Network, discover actions, run them, and proxy API requests. Required capabilities (network access and a Membrane account) are appropriate and expected.
Instruction Scope
SKILL.md stays on-topic (install Membrane CLI, login, create connections, list/run actions, use Membrane proxy). Note: it instructs installing a global npm CLI and logging into Membrane; proxying requests through Membrane implies request payloads and metadata will traverse Membrane's infrastructure — the doc does not explicitly call out where request data is routed or stored, so users should be aware that data will go through Membrane's service.
Install Mechanism
The registry contains no install spec (instruction-only), but the runtime instructions tell users to run `npm install -g @membranehq/cli`. Installing a global npm package is a normal approach for a CLI but carries normal supply-chain and system-write risks (requires npm, network, and writes to disk). This is expected for a CLI-driven integration.
Credentials
The skill declares no environment variables or credentials and explicitly advises against asking users for API keys, relying on Membrane to manage auth. The required access (a Membrane account and the browser-based login flow) is proportionate to the stated functionality.
Persistence & Privilege
The skill does not request always:true and has no special persistence or system-wide configuration requirements. It does not instruct modifying other skills or system-wide agent settings.
Assessment
This skill is coherent but relies on a third-party service (Membrane) and a globally installed npm CLI. Before installing or using it: verify the @membranehq/cli package publisher and recent package reviews, confirm you are comfortable having request payloads routed through Membrane's infrastructure (check their privacy/security docs), and avoid sending highly sensitive data unless you trust Membrane's handling. If you prefer to keep full control over credentials and data, consider using The Things Network's API directly with your own keys instead of the proxy approach.Like a lobster shell, security has layers — review code before you run it.
latestvk976xr273g78pynzj397wgq6zd84c12q
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
