← Back to Skills Marketplace
Simplesat
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install simplesat-integration
Description
Simplesat integration. Manage Surveys, Users, Teams, Integrations. Use when the user wants to interact with Simplesat data.
Usage Guidance
This skill is coherent: it uses the Membrane CLI to talk to Simplesat and asks you to authenticate interactively rather than providing API keys. Before installing, consider: (1) npm global installs run third‑party code — prefer npx if you want to avoid global changes; (2) data and connection credentials will be managed by Membrane (a third party) — review their privacy/security docs and trustworthiness; (3) installing the CLI requires permission to install npm packages on the host; (4) if you allow the agent to invoke skills autonomously, it could run Membrane actions it discovers — limit agent permissions if you want to avoid unattended changes. If these tradeoffs are acceptable, the skill appears consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: simplesat-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with Simplesat using the Membrane CLI. The logic focuses on standard API interactions such as listing, creating, and running actions through the @membranehq/cli tool. It includes security best practices, explicitly instructing the agent to avoid asking for user API keys and to rely on Membrane's centralized credential management. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description promise a Simplesat integration and the SKILL.md exclusively documents using the Membrane CLI to connect, discover, create, and run actions against Simplesat — this is coherent and expected.
Instruction Scope
Instructions focus on installing and using the Membrane CLI, authenticating, creating a connection, searching actions, and running them. They do not ask the agent to read unrelated files or environment variables. Note: using the CLI and Membrane means integration data and API calls will pass through Membrane's servers, so user data and credentials are handled by that third party.
Install Mechanism
The install guidance recommends npm install -g @membranehq/cli@latest (and sometimes npx). This is a public npm package flow (moderate risk compared to no install). It does not download arbitrary archives or use obscure URLs, but global npm installs modify the system and execute third‑party code from the npm registry.
Credentials
The skill declares no required env vars or credentials and the instructions rely on interactive/hosted authentication via Membrane. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not force-enabled (always: false) and doesn't request system-wide configuration changes or persistent privileges. It does rely on an external service (Membrane) to store connections, which is expected for this integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install simplesat-integration - After installation, invoke the skill by name or use
/simplesat-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Simplesat?
Simplesat integration. Manage Surveys, Users, Teams, Integrations. Use when the user wants to interact with Simplesat data. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install Simplesat?
Run "/install simplesat-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Simplesat free?
Yes, Simplesat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Simplesat support?
Simplesat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Simplesat?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills