← 返回 Skills 市场
WeryAI Account
作者
WeryAI-Developer
· GitHub ↗
· v0.1.0
· MIT-0
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weryai-account
功能描述
Check WeryAI account credits and API balance through the official WeryAI account endpoint. Use when the user wants to query remaining credits, inspect WeryAI...
安全使用建议
This package appears to do exactly what it says: a read-only balance check using WERYAI_API_KEY and Node >=18. Before running, verify you trust the repository (open scripts/account.js) and keep your API key out of files. Do not set WERYAI_BASE_URL to an untrusted host (the override can redirect the request). If you want extra caution, run the CLI in an isolated or short-lived environment and confirm the JSON output includes a numeric balance as documented.
功能分析
Type: OpenClaw Skill
Name: weryai-account
Version: 0.1.0
The skill is a well-structured API client designed to check WeryAI account balances. It follows security best practices by redacting sensitive information like API keys from logs in `scripts/vendor/weryai-core/client.js` and strictly uses environment variables for authentication. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all network activity is directed to the official WeryAI endpoint (api.weryai.com).
能力评估
Purpose & Capability
Name/description, required binaries (node), and required env var (WERYAI_API_KEY) all align with a small account-balance checker. The primary action in scripts/account.js is a GET to /v1/generation/balance, matching the stated purpose.
Instruction Scope
SKILL.md is narrowly scoped and instructs only to run the balance command. The runtime instructions do not ask for unrelated files or secrets. The only runtime network calls target the configured base URL for the WeryAI API.
Install Mechanism
This is an instruction-only skill (no installer). It includes JS source files but does not download arbitrary code at install time; execution requires only a local Node runtime. No third-party download URLs or archive extraction are present.
Credentials
Only WERYAI_API_KEY is required and correctly declared as primary. The code also supports an optional WERYAI_BASE_URL override (documented in SKILL.md) which is not required but could redirect requests to a non-official host if set by the user—the SKILL.md warns about this. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges, nor does it modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weryai-account - 安装完成后,直接呼叫该 Skill 的名称或使用
/weryai-account触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
weryai-account 0.1.0
- Initial release providing WeryAI account balance and credits check functionality.
- Supports querying current API credit balance using the official WeryAI endpoint.
- Read-only design: no generation or editing; strictly for balance checks.
- Requires `WERYAI_API_KEY` and Node.js 18+ setup.
- Clear user guidance for setup, verification, and troubleshooting.
- Secure handling of secrets with strict environment variable policy.
元数据
常见问题
WeryAI Account 是什么?
Check WeryAI account credits and API balance through the official WeryAI account endpoint. Use when the user wants to query remaining credits, inspect WeryAI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 WeryAI Account?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weryai-account」即可一键安装,无需额外配置。
WeryAI Account 是免费的吗?
是的,WeryAI Account 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeryAI Account 支持哪些平台?
WeryAI Account 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeryAI Account?
由 WeryAI-Developer(@weryai-developer)开发并维护,当前版本 v0.1.0。
推荐 Skills