agentsclimarketplace

Altllm portal billing

Skill aiskillstore/marketplace/skills/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.From its SKILL.md

Install
npx -y skills add aiskillstore/marketplace --skill altllm-portal-billing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing 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.

SKILL.md

1.8 KB, 349 tokens by cl100k_base, 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 altllm command in a fresh checkout, read and follow:

  • ../_shared/preflight.md
  • ../_shared/session-and-target.md

Command Index

CommandPurpose
creditCurrent Portal balance, expiry, and allowed models
redeem-promoRedeem a promo code
transactionsBilling transaction history with pagination and type filters
usage-summaryCurrent calendar-month summary
usage-timelineDaily usage history
usage-by-modelUsage grouped by model
usage-by-keyUsage 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.

What ships with it: 2 files

31.8 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.