Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

weryai-account伟雅帐号

Agent Skill

weryai-account 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,533

周安装

187

GitHub Stars

公开资料未说明

下载量

1,481
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:weryai-account(伟雅帐号)
来源仓库:https://github.com/weryai-developer/weryai-account
安装命令:
openclaw skills install weryai-account
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install weryai-account

简介

用于查看 WeryAI 账户积分和 API 余额。

  • 提供官方账户端点的查询接口功能。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 支持剩余积分和使用量统计展示。weryai-account 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需要配置 WeryAI 开发者账户凭证。
  • 适用于 API 资源管理和成本控制场景。

SKILL.md

name
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 account balance, verify that WERYAI_API_KEY works for account access, or asks how many credits are left before running paid image, video, or music jobs.
metadata
{ "openclaw": { "emoji": "💳", "primaryEnv": "WERYAI_API_KEY", "paid": false, "network_required": true, "requires": { "env": ["WERYAI_API_KEY"], "bins": ["node"], "node": ">=18" } } }

WeryAI Account

Use this skill for official WeryAI account balance and credits queries. It is intentionally narrow: the only supported public account action in this skill is reading the current API credits balance from WeryAI.

This skill is intentionally strict about secret declaration and input safety: the only runtime secret is WERYAI_API_KEY. This is a read-only account check, not a generation or editing workflow.

Dependencies: scripts/account.js in this directory + WERYAI_API_KEY + Node.js 18+. No other Cursor skills are required.

Example Prompts

  • Check my remaining WeryAI credits.
  • How many credits are left on this WeryAI API account?
  • Verify that this WERYAI_API_KEY can read the account balance.
  • Before I run a paid image job, show me the current WeryAI balance.

Quick Summary

  • Main job: query WeryAI API account credits
  • Main output: balance
  • Main trust signals: official account endpoint, read-only behavior, WERYAI_API_KEY runtime-secret policy

Authentication and first-time setup

Before the first real account query:

  1. Create a WeryAI account.
  2. Open the API key page at https://www.weryai.com/api/keys.
  3. Create a new API key and copy the secret value.
  4. Add it to the required environment variable WERYAI_API_KEY.

OpenClaw-friendly setup

  • This skill already declares WERYAI_API_KEY in metadata.openclaw.requires.env and primaryEnv.
  • After installation, if the installer or runtime asks for required environment variables, paste the key into WERYAI_API_KEY.
  • If you are configuring the runtime manually, export it before running commands:
export WERYAI_API_KEY="your_api_key_here"

Quick verification

Use one safe check before the first real account query:

node {baseDir}/scripts/account.js balance

If the key is valid, the command returns JSON with a numeric balance.

  • balance confirms that the key is configured and the official account endpoint is reachable.
  • If balance is 0, guide the user to recharge or buy credits at https://www.weryai.com/api/pricing before running paid jobs.

Prerequisites

  • WERYAI_API_KEY must be set before running account.js.
  • Node.js >=18 is required because the runtime uses built-in fetch.

Security, secrets, and API hosts

  • WERYAI_API_KEY: Treat it as a secret. Configure it only in the runtime environment; never write the secret value into the skill files.
  • Optional override WERYAI_BASE_URL defaults to https://api.weryai.com. Only override it with a trusted host.
  • Higher assurance: Run account checks in a short-lived shell or isolated environment, and review scripts/account.js before production use.

Intent Routing

Use this skill when the user asks:

  • how many credits are left
  • what the current WeryAI balance is
  • whether the API key works for account access
  • whether there are enough credits before a paid generation run

Do not use this skill for:

  • text-to-image or image-to-image generation
  • image tools
  • video generation or video tools
  • music generation
  • effect templates

Those belong to other WeryAI skills.

Preferred Command

node {baseDir}/scripts/account.js balance

Workflow

  1. Confirm the user wants account credits or API balance, not generation.
  2. Ensure WERYAI_API_KEY is available in the runtime environment.
  3. Run node {baseDir}/scripts/account.js balance.
  4. Return the JSON result and clearly state the current balance.

Output

The command prints JSON to stdout. Successful output includes:

  • ok
  • phase
  • balance
  • topUpRequired
  • rechargeUrl
  • guidance

Failure output can include:

  • errorCode
  • errorMessage

Definition of done

The task is done when:

  • the balance endpoint returns successfully and the credits value is shown to the user,
  • if the balance is 0, the recharge guidance is shown with https://www.weryai.com/api/pricing,
  • or the failure clearly explains why balance lookup did not work, such as missing or invalid WERYAI_API_KEY.

Re-run behavior

  • balance is read-only and safe to re-run.

References

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.51%
按下载量换算1,148

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills