← 返回 Skills 市场
Small Improvements
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
116
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install small-improvements
功能描述
Small Improvements integration. Manage data, records, and automate workflows. Use when the user wants to interact with Small Improvements data.
安全使用建议
What to consider before installing: 1) This skill requires installing the Membrane CLI from npm (global install), which means you need Node.js/npm and will run third-party code on your machine—verify the @membranehq package (publisher, npm page, GitHub repo) before installing. 2) The skill will ask users to authenticate via a browser-based flow and paste back a code; this is normal for OAuth flows but be cautious and only use official Membrane URLs. 3) The registry metadata did not declare the npm/Node requirement or network access even though SKILL.md does—that mismatch is a red flag for sloppy packaging. 4) If you want to reduce risk: inspect the Membrane CLI source code, run the CLI in an isolated or disposable environment (container or VM), or verify the package checksum and publisher. 5) If you maintain sensitive data, review what permissions the Membrane connection requests and confirm you trust the Membrane service and its privacy/authorization practices.
功能分析
Type: OpenClaw Skill
Name: small-improvements
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with the Small Improvements platform using the Membrane CLI. It includes standard procedures for authentication, action discovery, and execution via the '@membranehq/cli' npm package. The instructions (SKILL.md) emphasize security best practices, such as using Membrane's managed authentication instead of handling raw API keys, and do not contain evidence of data exfiltration, unauthorized access, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description (Small Improvements integration) matches the SKILL.md content: all instructions are about discovering and running Membrane actions against Small Improvements. However the skill expects you to install and run the Membrane CLI (npm global package) and to have a Membrane account — these runtime requirements are not declared in the registry metadata's required binaries/env list, which is an incoherence to be aware of.
Instruction Scope
SKILL.md limits activity to installing/using the Membrane CLI, logging in, creating connections, discovering and running actions, and polling build status. It does not instruct reading arbitrary files, accessing unrelated credentials, or exfiltrating data to unexpected endpoints. The browser-based login flow (user opens URL and pastes code) is explicitly described and expected for OAuth-like flows.
Install Mechanism
There is no install spec in the registry, but SKILL.md instructs installing @membranehq/cli globally via npm (npm install -g @membranehq/cli@latest). Installing a global npm package requires Node/npm and network access (not declared in the registry). Installing code from the public npm registry is a moderate risk — the package origin should be verified (publisher, repo, trustworthiness).
Credentials
The skill requests no environment variables or credentials in the manifest and SKILL.md explicitly recommends not asking users for API keys, instead using Membrane-managed connections. That is proportionate to the described purpose. There are no unrelated credential requests in the instructions.
Persistence & Privilege
The skill does not request always:true and uses normal agent invocation. It does not instruct modifying other skills or persistent global agent settings. No elevated persistence privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install small-improvements - 安装完成后,直接呼叫该 Skill 的名称或使用
/small-improvements触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Small Improvements 是什么?
Small Improvements integration. Manage data, records, and automate workflows. Use when the user wants to interact with Small Improvements data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Small Improvements?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install small-improvements」即可一键安装,无需额外配置。
Small Improvements 是免费的吗?
是的,Small Improvements 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Small Improvements 支持哪些平台?
Small Improvements 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Small Improvements?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills