agentsclimarketplace

Altllm portal cli

Skill internet-court/internet-court-skill/vendored/altlayer/altllm-portal-cli

Use this umbrella skill when the request spans multiple AltLLM Portal CLI domains, or when you need to navigate the local altllm CLI in this repository across auth, API keys, billing history, NOWPayments payment links, and related x402 Portal top-up guidance.From its SKILL.md

Install
npx -y skills add internet-court/internet-court-skill --skill altllm-portal-cli

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

2.7 KB, 556 tokens by cl100k_base, as published. Nobody here has run it

AltLLM Portal CLI

Use this umbrella skill when working inside this repository and the task crosses multiple Portal domains. For focused requests, prefer one of the domain skills below.

AltLLM itself has two distinct surfaces that are easy to confuse:

  • the Portal API, which manages auth, billing, API keys, and payment links
  • the OpenAI-compatible gateway, which consumes Portal-issued API keys for model inference

This skill family is specifically about the Portal CLI workflow in this repository. Use it to operate the Portal side safely and consistently, not to document or proxy the gateway itself.

Shared Setup

Before the first altllm command in a fresh checkout, read and follow:

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

Skill Map

SkillPurposeUse When
altllm-portal-authWallet login and session bootstrapWallet challenge, signature verification, login troubleshooting
altllm-portal-api-keysPortal API key lifecycleCreate, inspect, disable, re-enable, or revoke API keys
altllm-portal-billingBalance, promo, transactions, and usage analyticsCredit balance, promo redemption, billing history, usage views
altllm-portal-paymentsNOWPayments link creation, polling, and direct payment executionCrypto top-up links, payment status, direct wallet payment
altllm-x402Portal x402 credit top-up guidanceBSC/USDT x402 quotes, discount top-ups, wallet signing, settlement, facilitator errors

Plan Awareness

  • Personal tiers are free, basic, pro, and power; Business/Flex is flex.
  • Use credit to inspect plan/model-access metadata returned by Portal, including subscription_tier: "flex" when present.
  • Flex users can create API key allowlists with normal AltLLM model IDs and Flex-only altllm-flex-* IDs, subject to backend access checks.

Working Rules

  • Prefer the focused skill when the request stays within one domain.
  • Use this umbrella skill when the workflow spans multiple domains, for example:
    • login -> create API key -> verify gateway use
    • credit -> transactions -> usage analytics
    • top-up -> payment-status -> pay-payment-link
    • x402 quote -> wallet signing -> settlement -> balance verification
  • Keep implementation and docs aligned when behavior changes.

Reference

See references/skill-map.md for file ownership and command-to-skill mapping.

What ships with it: 3 files

3.6 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 326,059. 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.