Algorithmia

v1.0.2

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

0· 92·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
The skill's name and description (Algorithmia integration) align with the instructions, which rely on the Membrane platform to talk to Algorithmia. One minor inconsistency: the manifest lists no required binaries but the SKILL.md instructs installing and using the @membranehq/cli; this is expected for an instruction-only skill but the metadata could more clearly declare that dependency.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, logging in via browser, creating connections, listing and running actions, and proxying HTTP requests through Membrane. The instructions do not direct the agent to read local files, exfiltrate environment variables, or access unrelated system paths.
Install Mechanism
Install is via a public npm package (npm install -g @membranehq/cli). This is a common mechanism and traceable to the npm registry, but global npm installs require elevated filesystem access and carry moderate risk compared with instruction-only/no-install skills. No arbitrary URL downloads or archive extraction are used.
Credentials
The skill does not request environment variables, secrets, or config paths. SKILL.md explicitly advises against asking users for API keys and relies on Membrane's connection flow and browser-based auth, which is proportionate to the stated purpose.
Persistence & Privilege
Skill flags are default (not always-enabled). It does not request permanent presence or attempt to modify other skills or system-wide agent settings.
Assessment
This skill is instruction-only and uses the Membrane CLI to interact with Algorithmia. Before installing: (1) verify you trust the @membranehq/cli npm package and the Membrane service (homepage and repo links are provided in SKILL.md); (2) be prepared to perform browser-based login steps (membrane login) and to approve connector access for Algorithmia; (3) note that installing the CLI globally (npm install -g) writes to your system and may require elevated privileges; (4) the agent may run membrane request to proxy arbitrary Algorithmia API endpoints via your Membrane connection — only grant connector access if you trust Membrane with those credentials and the resulting API calls. If any of these are unacceptable, do not install or use the skill.

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

latestvk9792r3me55h0yjnjrztf6z3kd8423jm

License

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

Comments