Oxylabs

v1.0.2

Oxylabs integration. Manage Organizations. Use when the user wants to interact with Oxylabs data.

0· 129·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
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (Oxylabs integration) match the instructions: all runtime guidance is about using the Membrane CLI to create a connection and proxy Oxylabs API calls. No unrelated credentials, binaries, or access are requested.
Instruction Scope
SKILL.md confines actions to installing and using the Membrane CLI (login, connect, action list/run, request proxy). It does not instruct reading arbitrary local files or environment variables beyond standard CLI interaction. It tells the agent to rely on Membrane for auth rather than collecting API keys locally.
Install Mechanism
No install spec in registry, but SKILL.md recommends `npm install -g @membranehq/cli` (and npx usage). Global npm installs are common for CLIs but carry moderate risk because they execute third-party code on the machine; verify the package name, publisher, and repository before running a global install. Using `npx` or inspecting package contents first reduces risk.
Credentials
The skill declares no required environment variables or secrets. It intentionally delegates credential management to Membrane (server-side), which is proportionate for a proxy-based integration. Note: trusting Membrane means letting that service hold and use the Oxylabs credentials on your behalf.
Persistence & Privilege
Skill is instruction-only, has no install that writes persistent configuration beyond installing a CLI if the user chooses. always:false and default model invocation settings are normal and appropriate. The skill does not request to modify other skills or system-wide settings.
Assessment
This skill is coherent: it uses the Membrane CLI to manage Oxylabs connections rather than asking you for Oxylabs API keys. Before installing or using it, verify you trust Membrane (homepage and repository links are provided), prefer `npx` if you don't want a global install, and inspect the @membranehq/cli package/repo and its npm publisher. Be aware that authenticating via `membrane login` gives the Membrane service access to your Oxylabs credentials (they manage tokens server-side). If you require stricter control over credentials, consider using Oxylabs directly or review Membrane's privacy/security docs. If you need higher assurance, ask the publisher/source for provenance (who published this skill) and verify the CLI package checksum or repository commit before installing.

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

latestvk975zdm8x40k9s6xrp8bm4yj29843yr8

License

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

Comments