mcpbeat

Altllm Portal Billing

internet-court/altllm-portal-billing

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.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
1
copies elsewhere
how many repositories repackaged it
1529
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/internet-court/internet-court-skill --skill altllm-portal-billing

What comes with it

2 269 bytes besides the instruction
LICENSE
references/cli-reference.md

The instruction itself

5 sections, as written by the author

AltLLM Portal Billing

Balance, promo, transaction history, and usage analytics for the local altllm CLI.

Shared Setup

> Before the first altllm command 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.
  • credit is the current CLI inspection path for plan/model-access metadata returned by Portal, including Business/Flex fields such as subscription_tier: "flex" when present.
  • transactions supports --page, --limit, and --type.
  • usage-summary currently reflects the current calendar month only.
  • usage-timeline, usage-by-model, and usage-by-key default to the current UTC month when no date flags are passed.
  • Usage commands support either --month or a complete explicit date range.
  • balance is an alias for credit.

Reference

See references/cli-reference.md for filters, examples, and representative outputs.

Repackaged in 1 other repositories

same content, different owner
aiskillstore/marketplace open on GitHub →

How to use it

Copy the folder

Take internet-court/altllm-portal-billing from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.