ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

points-recharge

积分充值助手。当检测到余额不足、积分不足、充值积分、充值余额、查看套餐等关键词时,自动获取套餐列表并引导用户充值,生成支付二维码。

Why use this skill?

Automate your AI credit management with the points-recharge skill. Seamlessly fetch packages, guide users to payment, and generate QR codes for instant account top-ups.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hexiaochun/points-recharge
Or

What This Skill Does

The points-recharge skill is a comprehensive assistant designed to streamline the top-up process for your AI service credits. It acts as a bridge between the user and your billing infrastructure. When a user expresses a need for more credits—either explicitly by saying they want to buy more or implicitly by noticing their balance is low—this agent takes control. It fetches real-time package data from your server, presents the options in a clear, formatted table to the user, assists in gathering the necessary payment preferences (WeChat or Alipay), and automatically triggers the generation of a payment QR code. By automating the end-to-end flow from inquiry to payment visualization, it significantly reduces churn and improves user retention by providing instant access to purchased resources.

Installation

To integrate this skill into your environment, run the following command in your terminal:

clawhub install openclaw/skills/skills/hexiaochun/points-recharge

Ensure that your OpenClaw agent has the necessary permissions to access the server user-速推AI and that your API keys for the list_points_packages and create_payment_qrcode tools are correctly configured in your environment variables.

Use Cases

  • Proactive Retention: Detecting low-balance states to encourage users to top up before their workflow is interrupted.
  • Subscription Upselling: Helping users compare different packages during inquiries about pricing.
  • Self-Service Support: Providing a hands-off, automated way for users to resolve their credit requirements without needing human intervention.

Example Prompts

  1. "我的余额不足了,我要怎么充值?"
  2. "查看一下当前的积分套餐有哪些。"
  3. "我想充值50元,用支付宝支付。"

Tips & Limitations

  • Accuracy: The skill relies on the list_points_packages tool. Ensure your backend returns up-to-date information to avoid offering discontinued packages.
  • Display: Always ensure the environment supports image rendering if you intend to show the QR code directly; otherwise, the skill uses standard shell-based file opening commands.
  • Payment Confirmation: Always remind the user to run the "查询余额" command after payment to verify that credits were successfully added to their account. If the API returns a base64 encoded string, ensure the environment has proper write permissions to the filesystem to generate the temporary QR image.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hexiaochun-points-recharge": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#billing#automation#credit-management#payments
Safety Score: 4/5

Flags: external-api, file-write