← 返回 Skills 市场
gora050

Sendowl

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sendowl
功能描述
SendOwl integration. Manage data, records, and automate workflows. Use when the user wants to interact with SendOwl data.
安全使用建议
This skill delegates auth and API calls to the Membrane CLI, which is reasonable for a connector-based integration — before installing or running it: (1) confirm you trust the @membranehq/cli npm package and its publisher (check the package page and repository), (2) prefer installing in a controlled environment (avoid running global installs on sensitive machines), (3) follow the interactive login flow rather than pasting secrets into chat, and (4) when creating the SendOwl connection, review the scopes/permissions that Membrane requests so you only grant what you expect.
功能分析
Type: OpenClaw Skill Name: sendowl Version: 1.0.1 The skill facilitates SendOwl integration by requiring the installation of a global npm package (@membranehq/cli) and the execution of shell commands for authentication and data management. While these capabilities are aligned with the stated purpose, the use of shell execution for passing JSON parameters and the requirement for network access are high-risk behaviors that could be exploited for command injection if the agent does not properly sanitize user input. No evidence of intentional malice or data exfiltration was found in SKILL.md or _meta.json.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name and description say 'SendOwl integration' and the SKILL.md exclusively instructs using the Membrane CLI to connect to SendOwl and run actions — the requested tooling (Membrane CLI) and network/auth requirements are appropriate and expected.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, creating a connection, discovering and running actions, and handling interactive/headless login flows. The skill does not instruct the agent to read unrelated files, ask for raw API keys, or exfiltrate arbitrary data.
Install Mechanism
Install is via 'npm install -g @membranehq/cli@latest' (instruction-only; nothing is automatically installed). Using npm is common but carries the usual moderate risk of running third-party code from a package registry — verify the package identity and publisher before installing globally.
Credentials
The skill declares no required env vars, no primary credential, and instructs users to authenticate via the Membrane flow (which claims to manage credentials server-side). There are no disproportionate credential requests in the skill itself.
Persistence & Privilege
Skill is instruction-only, has no install-once spec, and 'always' is false. It does not request persistent system-level privileges or claim to modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sendowl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sendowl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug sendowl
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sendowl 是什么?

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

如何安装 Sendowl?

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

Sendowl 是免费的吗?

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

Sendowl 支持哪些平台?

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

谁开发了 Sendowl?

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

💬 留言讨论