Wire2Air

v1.0.0

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

0· 48·0 current·0 all-time
byMembrane Dev@membranedev
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
The skill claims to integrate with Wire2Air and its SKILL.md exclusively uses the Membrane CLI and Membrane-hosted connections to access Wire2Air — this is consistent with the stated purpose. However, the registry metadata lists no required binaries even though the runtime instructions require the `membrane` CLI (installed via npm), so the declared requirements are incomplete.
Instruction Scope
Instructions stay within the stated scope: installing/use of the Membrane CLI, logging in, creating connections, discovering and running actions, and proxying API requests to Wire2Air. The SKILL.md does not instruct reading unrelated files or environment variables and explicitly advises against asking users for API keys.
Install Mechanism
This is an instruction-only skill (no install spec). The doc tells users to run `npm install -g @membranehq/cli` or use `npx`. Installing from the public npm registry is a common, reasonable approach, but because the skill does not include an install spec, installation happens outside the platform and relies on a third-party package — review the @membranehq package and its source (the repo listed) before installing globally.
Credentials
No environment variables or credentials are requested by the skill; authentication is handled via Membrane's interactive login flow. This is proportionate to the skill's function. Note: using Membrane means Membrane's service will obtain and manage the Wire2Air credentials on your behalf.
Persistence & Privilege
The skill does not request persistent presence (always: false) or any system-level privileges. It is user-invocable and allows normal autonomous invocation (platform default).
Assessment
This skill appears to do what it says: it expects you to use the Membrane CLI to connect to Wire2Air and run actions. Before installing or using it: (1) be aware the SKILL.md requires the `membrane` CLI but the skill metadata does not declare that binary — ensure `npm install -g @membranehq/cli` (or use npx) is run in a controlled environment; (2) review the @membranehq package and its GitHub repo to confirm trustworthiness before a global npm install; (3) understand that Membrane will hold and manage your Wire2Air credentials (review Membrane's privacy/security docs and the Wire2Air connector permissions); and (4) if you need stricter control, run the CLI in an isolated environment (container or dedicated machine) rather than your primary workstation.

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

latestvk97a4n2tg5smhrjhhbneq6q5jd84fbry

License

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

Comments