Skip to content

OptimaiNetwork/optimai-search-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptimAI Search Skill

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

Install this skill using your agent's native skill installer:

https://github.com/OptimaiNetwork/optimai-search-skill

With the Skills CLI:

npx skills add OptimaiNetwork/optimai-search-skill

For Claude Code, use Claude Code's skill installer and point it at:

https://github.com/OptimaiNetwork/optimai-search-skill

Manual fallback for Codex-style local skills:

git clone https://github.com/OptimaiNetwork/optimai-search-skill.git ~/.codex/skills/optimai-search

Update

Use your agent's skill update flow to update OptimAI Search Skill from GitHub.

Manual Git install:

cd ~/.codex/skills/optimai-search
git pull --ff-only

Scope

Public-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

About

Installable knowledge for AI coding agents that helps them use OptimAI Search MCP and x402 SDK correctly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors