← Back to Skills Marketplace
Oneuptime
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oneuptime-integration
Description
OneUptime integration. Manage Users, Organizations. Use when the user wants to interact with OneUptime data.
Usage Guidance
This skill appears to be what it says: a guide to using the Membrane CLI to talk to OneUptime. Before installing/using it, verify the Membrane CLI package (publisher, GitHub repo, and npm page), prefer installing in a sandbox or container rather than with `-g` on a sensitive system, consider pinning a specific CLI version instead of `@latest`, and use a least-privileged Membrane/OneUptime account for connections. If you need stronger assurances, review the @membranehq/cli source repository and the permissions the CLI requires during login.
Capability Analysis
Type: OpenClaw Skill
Name: oneuptime-integration
Version: 1.0.1
The skill bundle provides a standard integration for OneUptime via the Membrane CLI. It includes instructions for the agent to manage authentication, discover actions, and execute tasks through the 'membrane' platform. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found; the instructions prioritize secure credential handling by delegating auth to the Membrane service (SKILL.md).
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (OneUptime integration) matches the SKILL.md: it instructs the agent to install and use the Membrane CLI to connect to OneUptime and run actions. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to installing the Membrane CLI, logging in, creating/listing connections, discovering and running Membrane actions, and polling build states. The instructions do not ask the agent to read arbitrary system files, access unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill (no install spec enforced), advising `npm install -g @membranehq/cli@latest`. Installing a CLI from npm is a reasonable way to get the required tooling, but global npm installs execute third-party code on the host and pulling `@latest` has some risk (undiscovered changes). This is expected for a CLI integration but users should verify the package source and version before installing.
Credentials
The skill declares no required env vars, no primary credential, and relies on Membrane for auth. That is proportionate: authentication is handled through Membrane login flows rather than the skill asking for unrelated secrets.
Persistence & Privilege
The skill is not set to always:true and does not request any system-wide config changes. It is user-invocable and permits normal autonomous invocation (platform default), which is appropriate for an integration skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oneuptime-integration - After installation, invoke the skill by name or use
/oneuptime-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Oneuptime?
OneUptime integration. Manage Users, Organizations. Use when the user wants to interact with OneUptime data. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Oneuptime?
Run "/install oneuptime-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oneuptime free?
Yes, Oneuptime is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oneuptime support?
Oneuptime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oneuptime?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills