deepseek-balance

Installation
SKILL.md

DeepSeek Open Platform Balance Query

Use this skill when the user asks about their DeepSeek account balance.

Execution Rule

Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.

Usage

The script reads the API key from the DEEPSEEK_APIKEY environment variable, calls the balance API, and outputs raw JSON to stdout. Configure it in ~/.wmyskills/.env (shared across skills) or scripts/.env (takes priority); use scripts/.env.example as the template — add the variable to ~/.wmyskills/.env, never overwriting an existing file.

python scripts/check_balance.py

Output Format

The script outputs raw JSON (no pretty-printing):

Installs
42
Repository
wmy2981/skills
GitHub Stars
1
First Seen
Aug 8, 2026
deepseek-balance — wmy2981/skills