← 返回 Skills 市场
170
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xero-command-line
功能描述
Interact with the Xero accounting API using the `xero` CLI tool. Manage contacts, invoices, quotes, credit notes, payments, bank transactions, items, manual...
安全使用建议
This skill is an instruction-only helper for the Xero CLI and appears coherent with that purpose. Before installing/using it: 1) Verify the xero CLI package (@xeroapi/xero-command-line) on npm or from Xero's official docs and confirm you trust the package author, since the registry metadata lacks a homepage/source; 2) Install the CLI locally (npm -g) or ensure the 'xero' binary is on PATH; 3) Remember that you must run 'xero login' yourself in a browser to authorize access — the agent cannot complete OAuth for you; 4) Review the OAuth scopes the CLI requests during login and only grant the minimum needed; 5) If you are concerned about autonomous agent actions, disable or limit agent invocation for this skill or require explicit user confirmation before running commands that modify data (create/update/delete).
功能分析
Type: OpenClaw Skill
Name: xero-command-line
Version: 0.0.1
The xero-command-line skill bundle provides a legitimate interface for interacting with the Xero accounting API via the `xero` CLI tool. The SKILL.md documentation is well-structured, providing clear instructions for the agent to manage financial records while correctly noting that authentication (OAuth) requires manual user intervention. There are no indicators of data exfiltration, malicious command execution, or prompt injection; the tool's capabilities are strictly aligned with its stated purpose of accounting management.
能力评估
Purpose & Capability
The skill's name and description match the runtime instructions: it expects the xero CLI and describes commands for contacts, invoices, quotes, journals, bank transactions, etc. Requiring the xero binary (or installing @xeroapi/xero-command-line) is proportionate for a CLI-based Xero integration. One minor provenance mismatch: the registry lists no homepage/source while the SKILL.md references an npm package; the absence of a documented source/homepage means the claim of being 'Official' cannot be independently verified from the manifest.
Instruction Scope
SKILL.md instructs the agent to use the xero CLI and to tell users to run 'xero login' for browser-based OAuth; it does not direct the agent to read unrelated system files, harvest credentials, or send data to unexpected endpoints. It accepts JSON file inputs for create/update operations (user must supply files), which is normal for a CLI. The instructions explicitly note the OAuth flow cannot be completed by the agent itself.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md metadata suggests 'npm install -g @xeroapi/xero-command-line'. Installing via the official npm package would be a typical and low-to-moderate-risk approach; however the registry entry lacks a homepage/source URL to verify that package provenance. Because this is instruction-only and contains no code, nothing will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md merely notes that the CLI recognizes XERO_PROFILE and XERO_CLIENT_ID env vars (informational). This is proportionate: OAuth login is browser-based and user-driven, and no unrelated secrets or multiple external credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. Autonomous invocation is allowed (platform default), but there is no evidence the skill attempts to modify other skills or system-wide configurations. This level of presence is appropriate for an instruction-only CLI wrapper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xero-command-line - 安装完成后,直接呼叫该 Skill 的名称或使用
/xero-command-line触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of xero-command-line
- Provides a command-line interface (`xero` CLI) to interact with the Xero accounting API.
- Supports managing contacts, invoices, quotes, credit notes, payments, bank transactions, items, manual journals, tracking categories, tax rates, reports, and organisation details.
- Includes authentication and profile management via PKCE OAuth flow (requires user to run `xero login` manually).
- Allows data input via JSON files for complex records.
- Offers flexible output options: JSON, CSV, or standard table.
- Detailed documentation for key commands, parameters, and workflows included.
元数据
常见问题
Official Xero skill 是什么?
Interact with the Xero accounting API using the `xero` CLI tool. Manage contacts, invoices, quotes, credit notes, payments, bank transactions, items, manual... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。
如何安装 Official Xero skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xero-command-line」即可一键安装,无需额外配置。
Official Xero skill 是免费的吗?
是的,Official Xero skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Official Xero skill 支持哪些平台?
Official Xero skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Official Xero skill?
由 TheRegan(@theregan)开发并维护,当前版本 v0.0.1。
推荐 Skills