← 返回 Skills 市场
aiwithabidi

Wave

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
319
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wave
功能描述
Wave accounting — invoices, customers, transactions, accounts, products, taxes. Small business accounting CLI.
安全使用建议
This skill appears to do what it says: it needs only a Wave API token and calls Wave's public GraphQL endpoint to manage invoices, customers, transactions, etc. Before installing: (1) confirm you trust the skill author (homepage is agxntsix.ai, not an official Wave domain), (2) store a token with minimal permissions and avoid using a highly-privileged account, (3) check your ~./openclaw/workspace/.env or WORKSPACE .env for other secrets (the script will read that file to extract WAVE_API_TOKEN), and (4) test the skill in a non-production environment first. If you need stricter assurance, ask the maintainer for the exact token scopes/permissions required or review the script locally before providing the token.
功能分析
Type: OpenClaw Skill Name: wave Version: 1.0.0 The 'wave' skill is a standard CLI tool for interacting with the official Wave Accounting GraphQL API (gql.waveapps.com). The code in scripts/wave.py uses only the Python standard library, follows documented API patterns, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (Wave accounting CLI) match the code and SKILL.md. The script uses WAVE_API_TOKEN to call Wave's GraphQL API (https://gql.waveapps.com/graphql/public) and implements invoice, customer, transactions, accounts, products, and taxes operations — all consistent with the stated purpose.
Instruction Scope
SKILL.md instructs running the bundled Python script and declares only WAVE_API_TOKEN. The script's runtime behavior stays within that scope: it only reads the token, constructs GraphQL queries/mutations, and sends them to the Wave API. There are no instructions to read or transmit unrelated system data.
Install Mechanism
No external install/download steps. The skill is instruction + a single Python stdlib-only script included in the bundle, so nothing is fetched from external URLs or written to surprising locations during install.
Credentials
The only declared credential is WAVE_API_TOKEN, which is appropriate. The script will also look for a .env file under WORKSPACE or ~/.openclaw/workspace to source WAVE_API_TOKEN if not in the environment; it only parses that file for a WAVE_API_TOKEN= line. This is reasonable but means the script accesses a workspace .env file if present — review that file for other secrets and ensure the token has least privilege.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It does not request permanent agent presence beyond normal (autonomous invocation is allowed by default but not elevated by this skill).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wave
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wave 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the wave skill — small business accounting CLI. - Manage businesses, customers, invoices, accounts, transactions, products, and taxes via command line. - Requires only Python 3.10+ (no external dependencies) and a WAVE_API_TOKEN. - Supports creating, listing, sending, and deleting invoices. - Allows viewing financial transactions and chart of accounts. - Includes quickstart command examples for easy setup.
元数据
Slug wave
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Wave 是什么?

Wave accounting — invoices, customers, transactions, accounts, products, taxes. Small business accounting CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。

如何安装 Wave?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wave」即可一键安装,无需额外配置。

Wave 是免费的吗?

是的,Wave 完全免费(开源免费),可自由下载、安装和使用。

Wave 支持哪些平台?

Wave 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wave?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论