← Back to Skills Marketplace
membranedev

Small Improvements

by Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install small-improvements
Description
Small Improvements integration. Manage data, records, and automate workflows. Use when the user wants to interact with Small Improvements data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install small-improvements
  3. After installation, invoke the skill by name or use /small-improvements
  4. 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
Slug small-improvements
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Small Improvements?

Small Improvements integration. Manage data, records, and automate workflows. Use when the user wants to interact with Small Improvements data. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Small Improvements?

Run "/install small-improvements" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Small Improvements free?

Yes, Small Improvements is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Small Improvements support?

Small Improvements is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Small Improvements?

It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.

💬 Comments