·agentbox-inference
</>

agentbox-inference

LLM inference via paid API: OpenAI-compatible chat completions proxied through x402 providers. Supports Kimi K2.5, MiniMax M2.5. Uses x_payment tool for automatic USDC micropayments ($0.001-$0.003/call). Use when: (1) generating text with a specific model, (2) running chat completions through a pay-per-request LLM endpoint, (3) comparing outputs across models.

21Installs·1Trend·@cascade-protocol

Installation

$npx skills add https://github.com/cascade-protocol/agentbox --skill agentbox-inference

How to Install agentbox-inference

Quickly install agentbox-inference AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cascade-protocol/agentbox --skill agentbox-inference
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cascade-protocol/agentbox.

SKILL.md

View raw

Paid OpenAI-compatible chat completions API at https://inference.x402.agentbox.fyi. Costs $0.001-$0.003 USDC per call via x402 on Solana. Use the xpayment tool for all requests.

| model | string | yes | Model ID (see table below) | | messages | array | yes | Array of {role, content} objects | | maxtokens | integer | no | Maximum tokens to generate | | temperature | number | no | Sampling temperature (0-2) | | topp | number | no | Nucleus sampling (0-1) |

| moonshotai/kimi-k2.5 | $0.003 | High-quality output, large context (262K) | | minimax/minimax-m2.5 | $0.002 | Balanced quality/cost |

LLM inference via paid API: OpenAI-compatible chat completions proxied through x402 providers. Supports Kimi K2.5, MiniMax M2.5. Uses x_payment tool for automatic USDC micropayments ($0.001-$0.003/call). Use when: (1) generating text with a specific model, (2) running chat completions through a pay-per-request LLM endpoint, (3) comparing outputs across models. Source: cascade-protocol/agentbox.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cascade-protocol/agentbox --skill agentbox-inference
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from cascade-protocol/agentbox

Quick answers

What is agentbox-inference?

LLM inference via paid API: OpenAI-compatible chat completions proxied through x402 providers. Supports Kimi K2.5, MiniMax M2.5. Uses x_payment tool for automatic USDC micropayments ($0.001-$0.003/call). Use when: (1) generating text with a specific model, (2) running chat completions through a pay-per-request LLM endpoint, (3) comparing outputs across models. Source: cascade-protocol/agentbox.

How do I install agentbox-inference?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cascade-protocol/agentbox --skill agentbox-inference Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cascade-protocol/agentbox

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-07