Installable knowledge for AI coding agents that helps them use OptimAI Search MCP and x402 SDK correctly.
This skill teaches an agent how to help developers integrate:
@optimai-network/search-mcp@optimai-network/x402-sdk
It does not run search by itself. MCP and x402 remain the actual runtime integrations.
Install this skill using your agent's native skill installer:
https://github.com/OptimaiNetwork/optimai-search-skillWith the Skills CLI:
npx skills add OptimaiNetwork/optimai-search-skillFor Claude Code, use Claude Code's skill installer and point it at:
https://github.com/OptimaiNetwork/optimai-search-skillManual fallback for Codex-style local skills:
git clone https://github.com/OptimaiNetwork/optimai-search-skill.git ~/.codex/skills/optimai-searchUse your agent's skill update flow to update OptimAI Search Skill from GitHub.
Manual Git install:
cd ~/.codex/skills/optimai-search
git pull --ff-onlyPublic-facing only:
- MCP setup and tool usage
- x402 SDK setup and pay-per-call search
- response formats
- examples for agent clients
- troubleshooting
Out of scope:
- backend operations
- production deployment
- internal databases
- private logs or credentials