← Back to Skills Marketplace
Sugarsync
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
109
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sugarsync
Description
SugarSync integration. Manage data, records, and automate workflows. Use when the user wants to interact with SugarSync data.
Usage Guidance
This skill appears to do what it says: it uses the Membrane platform to access SugarSync. Before installing or running commands: 1) verify the Membrane site/repo (https://getmembrane.com / the referenced GitHub) to ensure you trust the CLI; 2) prefer running with `npx @membranehq/cli@<version>` or pin a specific version instead of `-g ...@latest` to reduce supply-chain/version risk; 3) be prepared to complete browser-based auth (you'll be asked to open a URL and enter a code); 4) don't paste unrelated secrets into chat — Membrane is intended to handle auth for you. If you need higher assurance, ask the publisher for a signed release or a pinned release SHA for the CLI package.
Capability Analysis
Type: OpenClaw Skill
Name: sugarsync
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with SugarSync using the Membrane CLI. It follows standard patterns for Membrane-based integrations, including CLI installation, authentication via OAuth flows, and action discovery. There are no indicators of malicious intent, data exfiltration, or prompt injection; the instructions specifically advise against asking users for secrets and rely on the Membrane platform to manage credentials securely.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the skill delegates SugarSync access to the Membrane platform and CLI. Declared network and Membrane account requirements align with the stated purpose; no unrelated credentials or system resources are requested.
Instruction Scope
SKILL.md instructs only to install/use the Membrane CLI and run Membrane commands (login, connect, action list/create/run). It does not instruct the agent to read unrelated files, interrogate other environment variables, or exfiltrate data to unexpected endpoints. Headless auth flow is documented and requires explicit user interaction.
Install Mechanism
There is no formal install spec in the registry; the SKILL.md tells users to run `npm install -g @membranehq/cli@latest` (and suggests `npx` elsewhere). Relying on the npm 'latest' tag and suggesting a global install is a moderate operational risk (supply-chain / version drift) but is proportionate to using a CLI. Recommend preferring pinned versions or `npx` to avoid global installs.
Credentials
The skill requests no environment variables or local config paths, and explicitly advises not to ask users for API keys (Membrane handles auth). The lack of extraneous credential requests is appropriate for a connector that uses an external platform for auth.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. Autonomous invocation is allowed (platform default) but not combined with broad access or always:true, so no additional concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sugarsync - After installation, invoke the skill by name or use
/sugarsync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Sugarsync?
SugarSync integration. Manage data, records, and automate workflows. Use when the user wants to interact with SugarSync data. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install Sugarsync?
Run "/install sugarsync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sugarsync free?
Yes, Sugarsync is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sugarsync support?
Sugarsync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sugarsync?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills