Altllm portal billing
Skill bg-szy/TOP-SKILLS/skills/marketplace/altllm-portal-billing
全球最大的 Claude Code 技能聚合库 · 收录 3900+ 来自 12+ 来源的技能,提供在线搜索与趋势分析看板 / The world's largest Claude Code skill aggregation hub — 3900+ skills from 12+ sources with online search and trend dashboard
npx -y skills add bg-szy/TOP-SKILLS --skill altllm-portal-billingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when the user asks to inspect AltLLM Portal balance, redeem a promo code, review billing transactions, or view usage analytics by period, model, or API key using the local altllm CLI. Do NOT use for API key lifecycle management or payment-link execution.
SKILL.md
1.8 KB, as published. Nobody here has run it
AltLLM Portal Billing
Balance, promo, transaction history, and usage analytics for the local altllm CLI.
Shared Setup
Before the first
altllmcommand in a fresh checkout, read and follow:
../_shared/preflight.md../_shared/session-and-target.md
Command Index
| Command | Purpose |
|---|---|
credit | Current Portal balance, expiry, and allowed models |
redeem-promo | Redeem a promo code |
transactions | Billing transaction history with pagination and type filters |
usage-summary | Current calendar-month summary |
usage-timeline | Daily usage history |
usage-by-model | Usage grouped by model |
usage-by-key | Usage grouped by API key |
Rules
- These commands use the saved Portal session token.
- History commands mostly return raw Portal API JSON.
creditis the current CLI inspection path for plan/model-access metadata returned by Portal, including Business/Flex fields such assubscription_tier: "flex"when present.transactionssupports--page,--limit, and--type.usage-summarycurrently reflects the current calendar month only.usage-timeline,usage-by-model, andusage-by-keydefault to the current UTC month when no date flags are passed.- Usage commands support either
--monthor a complete explicit date range. balanceis an alias forcredit.
Reference
See references/cli-reference.md for filters, examples, and representative outputs.