altllm-portal-payments
Use this skill when the user asks to create a NOWPayments crypto payment link, poll payment status, or execute a supported direct wallet payment through the AltLLM Portal CLI. Do NOT use for wallet login, API key management, billing history, or x402 credit top-ups.
npx skills add internet-court/internet-court-skill --skill altllm-portal-payments --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AltLLM Portal Payments NOWPayments payment-link creation, settlement polling, and direct wallet payment flows for the local `altllm` CLI. These payment links are separate from AltLLM Portal x402 credit top-ups. Use `altllm-x402` for `/api/billing/x402/quote` and `/settle` flows. ## 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 | |---|---| | `topup-crypto` | Create a hosted or direct crypto payment link | | `payment-status` | Inspect or poll an existing payment link | | `pay-payment-link` | Send a direct on-chain payment for an existing link | ## Guardrails - Unsupported `pay_currency` values must fail fast. - `pay-payment-link` must not pay terminal links (`completed`, `expired`, `failed`, `deactivated`). - Do not silently downgrade from direct payment to hosted checkout. - `topup-crypto --discount-code <code>` is for discounted credit top-up invoices, not subscriptions. - Discount-code top-ups should be previewed before payment-link creation so a single allowed token can be selected automatically. - Token-scoped discount codes must re
- Shared Setup
- Command Index
- Guardrails
- Reference
What does the altllm-portal-payments skill do?
Use this skill when the user asks to create a NOWPayments crypto payment link, poll payment status, or execute a supported direct wallet payment through the AltLLM Portal CLI. Do NOT use for wallet login, API key management, billing history, or x402 credit top-ups.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill altllm-portal-payments --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.