tech.interpretai/PostAgent
Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base.
Open source Repository Open in the app JSON README (API)
About
Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base.
Details
- Kind
- MCP servers
- Topic
- Files & documents
- Publisher
- tech.interpretai
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.5.0
- Stars
- 1
- Last push
- 2026-06-25T06:02:57Z
- Repository state
- ativo
- Added
- 2026-08-29 04:01:55
- Updated
- 2026-08-29 04:01:55
- Origin id
tech.interpretai/PostAgent
README
# InterpretAI Agent Skills Installable [agent skills](https://skills.sh) from InterpretAI, usable with Claude Code, Cursor, Codex, and other agents via the `npx skills` CLI. ## Skills | Skill | Description | | ----- | ----------- | | [`postagent-ship-mail-and-packages`](./skills/postagent-ship-mail-and-packages) | Print and physically mail a document to a US address via the PostAgent API, paid per-send in USDC over x402. | ## Install ```bash # List everything in this repo npx skills add interpretai-tech/agent-skills --list # Install a specific skill (optionally to a specific agent, globally) npx skills add interpretai-tech/agent-skills --skill postagent-ship-mail-and-packages -g -a claude-code ```