← Back to Skills Marketplace
Webexpenses
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install webexpenses
Description
Webexpenses integration. Manage data, records, and automate workflows. Use when the user wants to interact with Webexpenses data.
Usage Guidance
This skill appears to do what it claims (integrate with Webexpenses via Membrane) but before installing or running it you should: 1) Confirm you trust the Membrane service and read its security/privacy docs since Membrane will manage your Webexpenses credentials. 2) Verify the npm package author (@membranehq) and prefer installing a specific, audited version instead of @latest. 3) Be aware that running `membrane login` may write tokens/config to the host — avoid running it in sensitive CI or on machines with unrelated secrets unless you accept that. 4) Consider sandboxing the CLI (container/VM) if you want to limit potential side effects. 5) Note the SKILL.md expects Node/npm and the membrane CLI even though the skill metadata didn't declare binaries; ensure your environment meets those runtime requirements.
Capability Analysis
Type: OpenClaw Skill
Name: webexpenses
Version: 1.0.1
The skill provides instructions for an AI agent to manage Webexpenses data using the Membrane CLI. It follows standard integration patterns, specifically advising the agent to avoid handling raw API keys by offloading authentication to the Membrane platform. No evidence of malicious intent, data exfiltration, or unauthorized execution was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill's stated purpose (Webexpenses integration) matches the runtime instructions (connect to Webexpenses via Membrane). However, the skill metadata declares no required binaries or credentials while the SKILL.md expects network access and the Membrane CLI (installed via npm). The omission in metadata is an inconsistency but not evidence of malicious intent.
Instruction Scope
SKILL.md limits actions to installing and using the Membrane CLI to login, create connections, discover and run actions. It does not instruct the agent to read unrelated files, access unrelated environment variables, or send data to endpoints outside Membrane/Webexpenses. Advice to ask users to open auth URLs in a browser is expected for headless flows.
Install Mechanism
There is no formal install spec; instead the instructions tell users to run npm install -g @membranehq/cli@latest. Installing a global npm package is a common practice but carries moderate risk because it downloads and runs code from the public npm registry and updates system-wide binaries. The SKILL.md uses the unpinned @latest tag (no checksum), which increases supply-chain risk.
Credentials
The skill does not request environment variables or unrelated credentials. It relies on a Membrane account and uses Membrane to manage Webexpenses credentials server-side, which is proportionate to the stated purpose. Note: using the CLI may cause local credential/config files to be created by Membrane on the host where login runs.
Persistence & Privilege
The skill does not request persistent platform privileges (always: false) and does not modify other skills. However, authenticating via the Membrane CLI can produce locally stored tokens/config in the environment where the CLI is run; users should be aware of this local persistence and where the CLI stores credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webexpenses - After installation, invoke the skill by name or use
/webexpenses - 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 Webexpenses?
Webexpenses integration. Manage data, records, and automate workflows. Use when the user wants to interact with Webexpenses data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Webexpenses?
Run "/install webexpenses" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webexpenses free?
Yes, Webexpenses is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webexpenses support?
Webexpenses is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webexpenses?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills