← 返回 Skills 市场
gora050

Satuit

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
158
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install satuit
功能描述
Satuit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Satuit data.
安全使用建议
This skill appears coherent and uses the Membrane CLI to manage Satuit connections; before installing, verify @membranehq/cli is the official package (review the npm package page and the GitHub repo), prefer pinning a version instead of @latest if you want reproducibility, and understand that Membrane will hold/mediate the Satuit credentials you grant via its connection flow. Avoid typing raw API keys into the skill; use the connection workflow described. If you have strict supply-chain policies, review the CLI source and release notes before global install or run via npx in an isolated environment.
功能分析
Type: OpenClaw Skill Name: satuit Version: 1.0.3 The skill bundle facilitates integration with Satuit CRM by instructing the agent to install a global NPM package (@membranehq/cli) and execute various shell commands for authentication and data management. While these actions are aligned with the stated purpose and the instructions promote security best practices (e.g., delegating credential management to the Membrane platform), the reliance on global package installation and shell-based execution introduces significant risks, including potential command injection and supply chain vulnerabilities. Additionally, the _meta.json file contains a future-dated timestamp (1776885080732), which is an unusual indicator for a published artifact.
能力评估
Purpose & Capability
Name/description (Satuit CRM integration) match the instructions: the SKILL.md tells the agent to use the Membrane CLI to connect to Satuit, discover actions, and run them. Nothing requested (no env vars, no config paths) is unrelated to that purpose.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, creating a connection, searching/creating actions, and running actions. The doc does not instruct reading arbitrary files, scanning system directories, or exfiltrating unrelated data.
Install Mechanism
Install is via npm install -g @membranehq/cli@latest (a public npm package). This is expected for a CLI integration, but global npm installs run package code on install and using the unpinned @latest introduces supply-chain/version variability. No download-from-unknown-URL or archive extraction is used.
Credentials
The skill declares no required env vars or credentials. Authentication is delegated to Membrane's browser-based or token-based flow, which is appropriate for an integration that uses a connector service.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and has no install-time steps that persist beyond installing the Membrane CLI. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install satuit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /satuit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug satuit
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Satuit 是什么?

Satuit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Satuit data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Satuit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install satuit」即可一键安装,无需额外配置。

Satuit 是免费的吗?

是的,Satuit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Satuit 支持哪些平台?

Satuit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Satuit?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论