Agent Economy Pack
Get your software ready for the agent economy: turn any site into an agent-consumable format with JSON-LD and .well-known discovery, charge agents per request with an x402 stablecoin paywall, and keep autonomous agents on a budget with a policy-gated wallet.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 12 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
12 skills
Add stablecoin micropayment paywalls to FastAPI and Express routes using the HTTP 402 standard.

Add budget limits, approval workflows, and a policy-gated wallet layer to your autonomous agents.

A rule-based security scanner and auto-hardener for AI agent skills to detect injections and unsafe code.

Protect your IP by embedding invisible, redundant buyer fingerprints and license terms into your AI skill files.

Convert websites into agent-consumable formats with JSON-LD, product feeds, and .well-known discovery files.

Detect and remove "AI smell" from Dutch text with a diagnostic scoring system and human-centric rewriting.

Deploys MemPalace long-term agent memory on a Raspberry Pi, a memory palace with knowledge graph and diary, registered as an MCP server.

Builds a Python FallbackProvider that chains Claude, Gemini, Qwen, and Ollama so your AI pipeline never fully stops.

Production-ready Claude API integration with dual-model routing, token tracking, and resilient retry logic.

A production-ready Python integration for Gemini using a unified AIProvider interface for easy model swapping.

Generate a production-ready Python client for Alibaba Qwen models with text, vision, and reasoning tag filtering.

High-reliability Dutch content engine with a Claude-Gemini-Qwen fallback chain and template safeties.
See it in action
You say
Add an x402 paywall to the /generate-image route in my FastAPI app. Use Base Sepolia and charge 0.10 USDC.
Your agent does
I've added the x402_middleware.py and updated your /generate-image route.
@app.post("/generate-image", dependencies=[Depends(require_payment)]) async def generate_image(request: ImageRequest): # Protected logic ...
Unauthenticated requests will now receive a 402 Payment Required response.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.