kimi-quota

查询 Kimi API 用量、订阅额度和账户信息。当用户询问"Kimi 额度"、"API 用量"、"剩余次数"、"订阅状态"或需要查看 Kimi Code 使用情况时使用。支持加密保存登录态,首次配置后自动查询。

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 "kimi-quota" with this command: npx skills add muselinn/kimi-quota

Kimi Quota

查询 Kimi Code/API 用量、订阅套餐和功能额度。

快速使用

# 首次使用 - 保存 Cookie
python3 scripts/check_quota.py --cookie "kimi-auth=xxx" --save

# 之后使用 - 自动读取保存的 Cookie
python3 scripts/check_quota.py

# 查看 JSON 格式
python3 scripts/check_quota.py --json

# 清除保存的登录态
python3 scripts/check_quota.py --clear

获取 Cookie

  1. 登录 https://www.kimi.com
  2. F12 → Application → Cookies → kimi-auth
  3. 复制值(格式:eyJhbGciOiJIUzUxMiIs...

安全说明

Cookie 使用 Fernet 加密存储,密钥派生自机器标识。也可设置环境变量:

export KIMI_QUOTA_KEY="your-secret-key"

存储位置:~/.config/kimi-quota/cookie.enc

查询内容

  • API 用量: 本周使用百分比、剩余次数、重置时间
  • 频限明细: 5分钟窗口限额、重置时间
  • 订阅信息: 套餐、价格、周期、续费时间
  • 功能额度: 深度研究、Agent、PPT 剩余次数

依赖

pip install requests cryptography

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.

Coding

Cloudbase

CloudBase is a full-stack development and deployment toolkit for building and launching websites, Web apps, 微信小程序 (WeChat Mini Programs), and mobile apps wit...

Registry SourceRecently Updated
1.4K0binggg
Coding

Notion Publisher

Publish articles to Notion using cached local copies of the target database's default Notion template when available. Use this skill when the user types /not...

Registry SourceRecently Updated
Coding

Tuya Smart Control

Control Tuya smart home devices via natural language. Use when the user asks to control smart devices (turn on/off lights, AC, plugs, adjust brightness/tempe...

Registry SourceRecently Updated
Coding

copilot-team-scaffold

Initialize a multi-agent AI development framework for any project. Creates .github/ structure with agents, hooks, instructions, prompts, and planning-with-fi...

Registry SourceRecently Updated