# Agent Payment

> Compatibility pointer for AgentPMT payment setup. Use this when an older workflow or agent asks for agent-payment; it routes agents to the current account setup and no-account AgentAddress/x402 setup skills without duplicating payment implementation details.

- Skill: `agentpmt/agent-payment` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentpmt/agent-payment`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentpmt/agent-payment/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: AgentPMT (https://skillmd.com/u/agentpmt)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/agentpmt/agent-payment

---


# Agent Payment

## Freshness

Last updated: `2026-06-11`.

If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.

This is a compatibility landing skill. The current AgentPMT payment and setup instructions live in the canonical setup skills below.

## Choose The Current Setup Skill

- Use `../agentpmt-account-mcp-rest-api-setup` when the agent has an AgentPMT account, API key, budget key, Agent Group, or MCP server connection.
- Use `../agentpmt-no-account-agentaddress-x402` when the agent needs no-account AgentAddress wallet setup, direct x402 credit funding, or wallet-signed external API access.
- Use `../what-is-agentpmt` when the agent needs the marketplace, credits, workflows, Agent Groups, MCP, REST, AgentAddress, or x402 concepts before setup.

## Install Current Setup Skills

```bash
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
npx skills add AgentPMT/agent-skills --skill agentpmt-no-account-agentaddress-x402
```

OpenClaw:

```bash
openclaw skills install what-is-agentpmt
openclaw skills install agentpmt-account-mcp-rest-api-setup
openclaw skills install agentpmt-no-account-agentaddress-x402
```

## Canonical Links

- AgentPMT overview: https://clawhub.ai/agentpmt/what-is-agentpmt
- Account MCP/REST setup: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup
- No-account AgentAddress/x402 setup: https://clawhub.ai/agentpmt/agentpmt-no-account-agentaddress-x402
- AgentPMT marketplace: https://www.agentpmt.com

## Rule For Generated Skills

Generated product and workflow skills should link to the setup skills above. They should not copy wallet creation, payment, signature, balance-check, canonicalization, or retry procedures into each generated skill.

