Qianfan Usage

# qianfan-usage

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Qianfan Usage" with this command: npx skills add wsjwoods/qianfan-usage

qianfan-usage

查询百度千帆 Coding Plan 用量和额度。

使用方法

/qianfan-usage          # 自动登录并查询用量详情
/qianfan-usage --web    # 打开百度千帆控制台

用量详情

查询 Coding Plan 的三级用量:

周期说明重置时间
5小时短期用量每5小时重置
周用量每周一重置
月用量套餐到期时重置

自动登录

脚本使用 agent-browser 自动登录百度账号:

  • 手机号:从环境变量 QIANFAN_PHONE 读取
  • 验证码:需要手动输入(或等待短信)

配置

~/.openclaw/workspace/.env 中设置手机号:

QIANFAN_PHONE=你的手机号

API 端点

GET https://console.bce.baidu.com/api/qianfan/charge/codingPlan/quota

返回格式:

{
  "success": true,
  "result": {
    "quota": {
      "fiveHour": { "used": 338, "limit": 1200, "resetAt": "..." },
      "week": { "used": 499, "limit": 9000, "resetAt": "..." },
      "month": { "used": 499, "limit": 18000, "resetAt": "..." }
    }
  }
}

依赖

  • agent-browser(自动安装)
  • Python 3

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated