Comet Ml
v1.0.0Comet ML integration. Manage data, records, and automate workflows. Use when the user wants to interact with Comet ML data.
⭐ 0· 106·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
OpenClaw
Benign
medium confidencePurpose & Capability
The skill claims to integrate with Comet ML and all runtime instructions use the Membrane CLI to perform that integration. That design is coherent, but the SKILL.md requires installing a Membrane CLI (npm package) even though the registry metadata lists no required binaries — a minor mismatch. Also note this is an indirection: you will be granting Membrane access to your Comet ML connection rather than talking to Comet's API directly.
Instruction Scope
The SKILL.md stays on-topic: it tells the agent how to install and use the Membrane CLI, how to create/list connections, run actions, and proxy requests to Comet ML. It does not instruct reading arbitrary local files, harvesting environment variables, or sending data to unexpected endpoints. It explicitly advises not to ask users for API keys and to let Membrane handle credentials.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the instructions tell the user to run npm install -g @membranehq/cli. Installing a global npm package is a normal, traceable action (moderate risk). The skill does not direct downloads from unknown URLs or extract arbitrary archives, but installing a global CLI requires user trust and potential elevated permissions.
Credentials
The skill declares no required environment variables and the instructions explicitly avoid asking for API keys or secrets. Instead it relies on Membrane to manage auth. This is proportionate, but it means you must trust Membrane with access to your Comet ML account and data.
Persistence & Privilege
The skill does not request permanent presence (always=false), does not modify other skills or system-wide configuration in its instructions, and is user-invocable. Autonomous invocation is allowed by default but not otherwise privileged here.
Assessment
This skill is basically a set of instructions to install and use the Membrane CLI as a proxy to Comet ML. Before installing or using it: 1) Confirm you trust Membrane (getmembrane.com/@membranehq) because it will handle your Comet ML authentication and can access your data; 2) be aware the SKILL.md tells you to run a global npm install (requires npm and may require elevated permissions); 3) the registry metadata omitted a declared required binary even though the skill expects the 'membrane' CLI — make sure your environment can safely install and run that CLI. If you prefer not to grant a third party proxy access, consider connecting to Comet ML directly using official Comet credentials and APIs.Like a lobster shell, security has layers — review code before you run it.
latestvk97amn0sx8t4d78wamsqcfeb6584htr7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
