agentsclimarketplace

Altllm portal payments

Skill internet-court/internet-court-skill/vendored/altlayer/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.From its SKILL.md

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

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.2 KB, 448 tokens by cl100k_base, as published. Nobody here has run it

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

CommandPurpose
topup-cryptoCreate a hosted or direct crypto payment link
payment-statusInspect or poll an existing payment link
pay-payment-linkSend 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 respect Portal-returned allowedPayCurrencies.
  • Payment command JSON should surface discount metadata returned by the Portal API.
  • pay-payment-link --wait should emit one final JSON document.
  • payment-status and pay-payment-link currently depend on the newest 100 records from GET /api/billing/payment-links?limit=100.
  • Older payment links are not reachable from these CLI flows until the backend exposes per-link lookup or older-page pagination.
  • Supported automatic direct-payment currencies are:
    • eth
    • usdterc20
    • usdcerc20
    • usdcbase
    • usdtbase

Reference

See references/cli-reference.md for workflows and representative outputs.

What ships with it: 2 files

3.1 KB alongside SKILL.md

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.