← Back to Skills Marketplace
Upkeep
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install upkeep
Description
UpKeep integration. Manage data, records, and automate workflows. Use when the user wants to interact with UpKeep data.
Usage Guidance
This skill uses the Membrane service as a proxy to UpKeep — you will be asked to authenticate and grant Membrane access to your UpKeep data. That is expected for this design, but you should: 1) confirm you trust getmembrane.com / the @membranehq package and review their privacy/auth docs before granting access; 2) prefer using npx if you don't want a global npm install or pin a specific CLI version rather than @latest; and 3) verify any authorization URLs shown in your browser are legitimate UpKeep/Membrane flows. If you need direct control of credentials, consider using a skill that talks to UpKeep directly instead of delegating to a third-party service.
Capability Analysis
Type: OpenClaw Skill
Name: upkeep
Version: 1.0.1
The 'upkeep' skill provides instructions for an AI agent to manage maintenance data via the UpKeep platform using the Membrane CLI. The instructions focus on standard API interactions (listing, creating, and running actions) and emphasize secure credential management by delegating authentication to the Membrane platform rather than handling raw API keys. No malicious patterns, data exfiltration, or obfuscation were detected in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (UpKeep integration) match the runtime instructions: everything is done via the Membrane CLI and the skill does not request unrelated credentials, binaries, or system access.
Instruction Scope
SKILL.md limits actions to installing/using the Membrane CLI, logging in, creating a connection to the UpKeep connector, discovering and running actions. It does not instruct reading arbitrary files, accessing unrelated env vars, or sending data to endpoints outside the Membrane/UpKeep flow.
Install Mechanism
This is instruction-only (no install spec). The doc asks users to install @membranehq/cli via npm (or use npx). Installing a third-party CLI from npm is a normal step for this integration but carries the usual supply-chain considerations (npm package provenance/version pinning).
Credentials
The skill declares no required environment variables or credentials. It relies on Membrane to manage UpKeep credentials, which is proportionate to the stated design. The main trust decision is whether to delegate UpKeep auth to the Membrane service.
Persistence & Privilege
The skill is not forced-always-included (always:false) and is user-invocable. It does not request system-wide config changes or access to other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upkeep - After installation, invoke the skill by name or use
/upkeep - 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
Frequently Asked Questions
What is Upkeep?
UpKeep integration. Manage data, records, and automate workflows. Use when the user wants to interact with UpKeep data. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Upkeep?
Run "/install upkeep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upkeep free?
Yes, Upkeep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Upkeep support?
Upkeep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upkeep?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills