monetize-agent-responses
Monetize Agent Responses
Walk the user through integrating Operon's publisher SDK into their AI agent. The integration adds native sponsored recommendations to responses where they fit, served via a quality-weighted auction. ~10 minute integration on any Node 18+ stack.
This skill does not execute code autonomously. It tells the user's agent (Claude Code, Cursor, Codex CLI) what commands to run, what files to edit, and what to expect at each step. The user approves each action.
When to use this skill
The user is ready to integrate Operon as a publisher. They've decided to monetize and want to ship the integration. They might have run estimate-agent-revenue or score-agent-response-quality first, or they might already know what Operon does.
If they're still exploring revenue potential, point them to estimate-agent-revenue. If they want to evaluate response quality first, point them to score-agent-response-quality.
Step 1: Path detection
Ask: Are you running ElizaOS?
- Yes → ElizaOS plugin path is faster (the Provider auto-fires on every message; no manual placement-call wiring needed). Use
@operon/plugin-publisher-sdk. Skip to Step 8. - No → Generic SDK path. Use
@operon/sdk. Continue with Step 2.