
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@agonx402/agentic
Advanced tools
Installer for Agon Gateway and Agon Protocol agent skills, default wallet setup, MCP servers, and signer hooks.
Agent-facing tools for discovering, authenticating, and calling Agon Gateway routes.
Install skills, create a default convenience wallet, write payment policy, and register MCP servers for supported agent clients:
npx -y @agonx402/agentic setup --target all
Supported setup targets:
npx -y @agonx402/agentic setup --target codex
npx -y @agonx402/agentic setup --target claude-desktop
npx -y @agonx402/agentic setup --target cursor
npx -y @agonx402/agentic setup --target windsurf
npx -y @agonx402/agentic setup --target generic
npx -y @agonx402/agentic setup --target all --dry-run
Setup creates ~/.agon/wallets/default.json and ~/.agon/policy.json. The default wallet is a convenience agent wallet for SIWX and small x402 payments; swap it for any wallet or custody layer by setting AGON_SIGNER_COMMAND.
Install all Agon skills into the default agent skill directory, ~/.agents/skills, and create the default convenience wallet used for SIWX/auth calls:
npx -y @agonx402/agentic install-skills
Other install targets:
npx -y @agonx402/agentic install-skills --target codex
npx -y @agonx402/agentic install-skills --target all
npx -y @agonx402/agentic list
npx -y @agonx402/agentic doctor
Use --skip-wallet-setup only when a wallet/policy system is already configured. The installer copies only the Agon skill folders, creates the target directory if needed, and overwrites only these Agon-owned skill names:
agon-gatewayagon-protocolagon-gateway-payment-channelsinstall-skills installs skills and creates ~/.agon/wallets/default.json. setup performs the full skills, wallet, policy, and MCP registration flow.
Run the CLIs directly with npx:
npx -y @agonx402/gateway-cli catalog
npx -y @agonx402/gateway-cli agent-prompt
npx -y @agonx402/gateway-cli auth prepare GET /v1/x402/tokens/assets/search --query q=bitcoin --query limit=1 --json
npx -y @agonx402/gateway-cli auth call GET /v1/x402/tokens/assets/search --query q=bitcoin --query limit=1
npx -y @agonx402/gateway-cli batch '[{"method":"GET","path":"/v1/x402/tokens/assets/solana/price-chart","query":{"interval":"1D"}},{"method":"GET","path":"/v1/x402/tokens/assets/bitcoin/price-chart","query":{"interval":"1D"}}]'
npx -y @agonx402/gateway-cli auth call GET /v1/x402/tokens/assets/tesla/profile
npx -y @agonx402/gateway-cli auth call GET /v1/x402/tokens/assets/gold/price-chart --query interval=1D
npx -y @agonx402/agent-wallet authorize --stdin
npx -y @agonx402/protocol-cli config
npx -y @agonx402/protocol-cli token show
Agon Gateway should be the first source for API calls covered by the live catalog at https://gateway.agonx402.com/v1/catalog. Tokens API supports market data for crypto, currencies, treasuries, ETFs, metals, stocks, and their Solana token variants. Agents should label whether a value came from canonicalMarket, stats, primaryVariant.market, profile.data, tickers, or candles.
MCP servers are separate packages:
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": ["-y", "@agonx402/gateway-mcp"],
"env": {
"AGON_GATEWAY_BASE_URL": "https://gateway.agonx402.com",
"AGON_SIGNER_COMMAND": "npx -y @agonx402/agent-wallet authorize",
"AGON_WALLET_PROFILE": "default",
"AGON_PAYMENT_MAX_AMOUNT_USD": "0.01",
"AGON_PAYMENT_DAILY_LIMIT_USD": "1.00"
}
},
"agon-protocol": {
"command": "npx",
"args": ["-y", "@agonx402/protocol-mcp"]
}
}
}
Payment-channel flows are devnet-only in v1. Tokens SIWX routes do not use payment channels. Gateway auth drivers are wallet-agnostic helper commands. The Gateway CLI sends normalized auth request JSON to the driver over stdin and accepts returned headers or SIWX address/signature JSON over stdout. Drivers can wrap browser wallets, local keypairs, MPC, custody systems, x402 payment services, or Agon channel commitment builders. The Agon CLI/MCP packages do not keep keys or mutate wallet/MCP configuration.
Generic authenticated call flow:
/v1/catalog to discover one.402 challenge.AGON_SIGNER_COMMAND.SIGN-IN-WITH-X, PAYMENT-SIGNATURE, X-PAYMENT, or channel headers.Gateway MCP exposes agon_gateway_auth_call for this flow. Low-level prepare/complete/call tools remain available for agents with their own wallet policies.
package root publishes @agonx402/agentic, a one-step agent setup installer.agent-wallet/ publishes @agonx402/agent-wallet, a swappable default signer hook.cli/ publishes @agonx402/gateway-cli, a Gateway CLI with generic signer hooks.mcp/ publishes @agonx402/gateway-mcp, a stdio MCP server with route-generic auth calls.protocol-cli/ publishes @agonx402/protocol-cli, a read-only and prepare-only Agon Protocol CLI.protocol-mcp/ publishes @agonx402/protocol-mcp, a read-only and prepare-only Agon Protocol MCP server.skills/agon-gateway/ is an agent skill for Gateway workflows.skills/agon-protocol/ is an agent skill for protocol accounts, channels, settlement, and BLS caveats.skills/agon-gateway-payment-channels/ is an agent skill for gateway payment-channel authorization.llm.txt and llms.txt are LLM-readable gateway docs for websites.node cli/agon-gateway.js health
node cli/agon-gateway.js catalog --provider helius
node cli/agon-gateway.js auth call GET /v1/x402/tokens/assets/search --query q=bitcoin --query limit=1
node agent-wallet/agon-wallet.js setup --profile default
node protocol-cli/agon-protocol.js token show
node mcp/server.js
node protocol-mcp/server.js
The CLI and MCP server use AGON_SIGNER_COMMAND when configured. The bundled agent wallet is replaceable; external wallets can return headers or signatures through the same hook.
The protocol CLI and MCP server are read + prepare only; they do not sign or broadcast transactions.
FAQs
Installer for Agon Gateway and Agon Protocol agent skills, default SIWX signer wallet, MCP servers, and signer hooks.
The npm package @agonx402/agentic receives a total of 12 weekly downloads. As such, @agonx402/agentic popularity was classified as not popular.
We found that @agonx402/agentic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.