← Back to Skills Marketplace
Smartproxy
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
167
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install smartproxy
Description
Smartproxy integration. Manage data, records, and automate workflows. Use when the user wants to interact with Smartproxy data.
Usage Guidance
This skill appears to do what it claims: it uses the Membrane CLI to manage Smartproxy connections and run pre-built actions. Before installing or running it: (1) prefer using npx (npx @membranehq/cli ...) to avoid a global npm install if you want less persistence; (2) verify @membranehq/cli is the legitimate package and that you trust getmembrane.com/Membrane as the connector host; (3) be prepared for a browser-based login flow that grants Membrane access to your Smartproxy connection (review what data the Membrane service will access); and (4) run installs in a controlled environment if you have strict security policies. If you need more certainty, request the exact package checksum or the skill’s source code before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: smartproxy
Version: 1.0.3
The skill bundle provides instructions for integrating with Smartproxy via the Membrane CLI. It guides the agent through installing the '@membranehq/cli' NPM package, authenticating, and managing proxy actions through the Membrane platform. The instructions in SKILL.md prioritize secure credential handling by delegating authentication to the external service rather than requesting local secrets, and no malicious patterns such as data exfiltration or unauthorized execution were found.
Capability Assessment
Purpose & Capability
The name/description (Smartproxy integration) matches the runtime instructions: the SKILL.md tells the agent to use the Membrane CLI to connect to Smartproxy, discover and run actions, and manage connections. Required capabilities are proportional to the stated purpose.
Instruction Scope
Instructions are scoped to installing/using the Membrane CLI, logging in, creating a connector connection, listing/creating/running actions, and polling for state. There are no instructions to read unrelated files, harvest arbitrary env vars, or exfiltrate data outside the Membrane/Smartproxy flow.
Install Mechanism
The skill is instruction-only (no install spec), but SKILL.md directs installation of @membranehq/cli via npm -g (or npx). Installing a third-party global npm CLI is a normal approach but carries the usual risks of installing and running remote code; using npx avoids a persistent global install.
Credentials
No environment variables or credentials are requested by the skill. Authentication is delegated to Membrane's login flow (browser or headless code flow), which is consistent with the stated intent to let Membrane manage API keys/refresh tokens server-side.
Persistence & Privilege
The skill does not request always-on presence, does not modify other skills or global agent config, and follows normal autonomy defaults. It does require installing/using the Membrane CLI at runtime but doesn't request elevated system privileges in its instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smartproxy - After installation, invoke the skill by name or use
/smartproxy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Smartproxy?
Smartproxy integration. Manage data, records, and automate workflows. Use when the user wants to interact with Smartproxy data. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install Smartproxy?
Run "/install smartproxy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smartproxy free?
Yes, Smartproxy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smartproxy support?
Smartproxy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smartproxy?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills