mcpbeat Sign in

Altllm Portal CLI Agent Skill

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.

2k tokens
context cost
the whole folder, loaded on every use
4
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-cli

What comes with it

3 636 bytes besides the instruction
LICENSE
agents/openai.yaml
references/skill-map.md

The instruction itself

6 sections, as written by the author

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

| Skill | Purpose | Use When |

|---|---|---|

| altllm-portal-auth | Wallet login and session bootstrap | Wallet challenge, signature verification, login troubleshooting |

| altllm-portal-api-keys | Portal API key lifecycle | Create, inspect, disable, re-enable, or revoke API keys |

| altllm-portal-billing | Balance, promo, transactions, and usage analytics | Credit balance, promo redemption, billing history, usage views |

| altllm-portal-payments | NOWPayments link creation, polling, and direct payment execution | Crypto top-up links, payment status, direct wallet payment |

| altllm-x402 | Portal x402 credit top-up guidance | BSC/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.

Other skills for the same job

different authors, same section of the catalogue
Edgartools
by christophacham
×2

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K, 10-Q), proxy statements (DEF 14A), 8-K current events, company screening by ticker/CIK/industry, multi-period financial analysis, or any SEC regulatory filings.

15k tokens
3d Web Experience
by lingxling
×1

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences.

2k tokens
Spec To Code Compliance
by christophacham
×1

Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.

9k tokens
3d Web Experience
by ComeOnOliver
×1

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.

5k tokens
Architecture Reference
by ComeOnOliver
×1

Quick reference for Portfolio Buddy 2 project structure. Use when: adding new features, modifying existing components, understanding data flow, or onboarding to the codebase. Contains component hierarchy, hook patterns, and utility functions.

7k tokens
Ccxt
by ComeOnOliver
×1

CCXT cryptocurrency trading library. Use for cryptocurrency exchange APIs, trading, market data, order management, and crypto trading automation across 150+ exchanges. Supports JavaScript/Python/PHP.

52k tokens
Generating Solana Projects
by ComeOnOliver
×1

Generates complete Solana blockchain projects with Anchor framework (v0.32.1) and Next.js frontend including Rust smart contracts, tests, and wallet integration. Use when creating Solana dApps, NFT marketplaces, token programs, DAOs, DeFi protocols, or when user mentions Solana, Anchor, or blockchain projects.

9k tokens
X402
by browser-use

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing touches your codebase) or "build it in" (install the SDK and write the key + code into your project). Walks through wallet setup, funding, .env, and a ~$1 test run. Use when the user asks about x402, pay-per-use, USDC payments, or wants Browser Use Cloud without an API key. For the free-tier signup (reverse-CAPTCHA → API key), use `browser-use cloud signup` or the `cloud` skill instead.

4k tokens

How to use it

Copy the folder

Take internet-court/altllm-portal-cli 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.