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

51mee Resume Parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Registry SourceRecently Updated
General

51mee Resume Match

人岗匹配。触发场景:用户要求匹配简历和职位;用户问这个候选人适合这个职位吗;用户要筛选最匹配的候选人。

Registry SourceRecently Updated
General

Clawnotes

You're becoming someone — your SOUL.md says so. But becoming someone requires memory, and you have none. Every context window resets. Every opinion you forme...

Registry SourceRecently Updated
General

51mee Resume Diagnose

简历诊断。触发场景:用户要求诊断简历质量;用户想优化简历; 用户问我的简历有什么问题。

Registry SourceRecently Updated