← Back to Skills Marketplace
weryai-developer

WeryAI Account

by WeryAI-Developer · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
153
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weryai-account
Description
Check WeryAI account credits and API balance through the official WeryAI account endpoint. Use when the user wants to query remaining credits, inspect WeryAI...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weryai-account
  3. After installation, invoke the skill by name or use /weryai-account
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weryai-account
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install WeryAI Account?

Run "/install weryai-account" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeryAI Account free?

Yes, WeryAI Account is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeryAI Account support?

WeryAI Account is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeryAI Account?

It is built and maintained by WeryAI-Developer (@weryai-developer); the current version is v0.1.0.

💬 Comments