← 返回 Skills 市场
Webexpenses
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
120
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install webexpenses
功能描述
Webexpenses integration. Manage data, records, and automate workflows. Use when the user wants to interact with Webexpenses data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webexpenses - 安装完成后,直接呼叫该 Skill 的名称或使用
/webexpenses触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Webexpenses 是什么?
Webexpenses integration. Manage data, records, and automate workflows. Use when the user wants to interact with Webexpenses data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Webexpenses?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webexpenses」即可一键安装,无需额外配置。
Webexpenses 是免费的吗?
是的,Webexpenses 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Webexpenses 支持哪些平台?
Webexpenses 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webexpenses?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills