Dart
v1.0.2Dart integration. Manage data, records, and automate workflows. Use when the user wants to interact with Dart data.
⭐ 0· 123·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 SKILL.md directs the agent to use the Membrane platform/CLI to interact with a 'Dart' connector, which aligns with a data-integration purpose. The top of the file also contains a generic description of the Dart programming language, which is misleading given the rest of the instructions focus on Membrane connectors rather than the Dart language itself.
Instruction Scope
All instructions stay within the expected scope of using Membrane: install CLI, login via browser, list/connect to a connector, run actions, and optionally proxy raw API requests through Membrane. The proxy capability allows arbitrary proxied requests to endpoints accessible by the connected account — this is expected for an integration tool but is powerful and worth being aware of (it can perform any action the connected account is permitted to). The SKILL.md does not instruct reading unrelated local files or environment variables.
Install Mechanism
This is an instruction-only skill (no install spec). It tells users to run `npm install -g @membranehq/cli`, which is a standard but system-level global npm install; that is reasonable for a CLI-driven integration but means code will be installed to the system via npm and requires trusting the package from the npm registry.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Authentication is delegated to Membrane's browser login flow; the SKILL.md explicitly advises against asking users for API keys. The requested privileges are proportional to the stated purpose.
Persistence & Privilege
The skill does not request always-on presence, and is user-invocable with normal autonomous invocation settings. There is no instruction to modify other skills or system-wide configs. This is typical and not a concern.
Assessment
This skill is an instruction-only integration that uses the Membrane CLI to connect to and act on a 'Dart' connector. Before installing or using it, make sure you: 1) trust Membrane (https://getmembrane.com) because the CLI will be able to act on anything your connected account permits; 2) are comfortable running a global npm install (it will place the CLI on your system); 3) understand that proxy requests through Membrane can run arbitrary API calls on behalf of the connected account — review the actions returned by `membrane action list` before running them. Note: the SKILL.md includes an unrelated paragraph about the Dart programming language, which is misleading but not a security problem. If you need stronger assurance, verify the connector and actions on the Membrane dashboard and avoid granting overly broad account permissions during connection setup.Like a lobster shell, security has layers — review code before you run it.
latestvk97cbn96qjswv7df9x1fw04y1x843zd9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
