Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedoracle
Query multiple AI models and compare their responses side by side.
Stars7
Forks0
UpdatedFebruary 11, 2026 at 00:35
SKILL.md
readonlyMenu
Query multiple AI models and compare their responses side by side.
Based on SOC occupation classification
Run system health checks on the openrappter agent framework and connected services.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, or reading/injecting/running secrets via op.
Search, read, and create Apple Notes using osascript/JXA on macOS.
Create, list, and manage Apple Reminders using osascript/JXA on macOS.
Search, read, and create notes in Bear using x-callback-url on macOS.
Post and interact with Bluesky social network via the AT Protocol API.
| name | oracle |
| description | Query multiple AI models and compare their responses side by side. |
| metadata | {"openclaw":{"emoji":"๐ฎ","requires":{}}} |
Query multiple AI models and compare responses.
Send the same prompt to multiple providers and compare:
# Query Claude
curl -s https://api.anthropic.com/v1/messages -H "x-api-key: $ANTHROPIC_API_KEY" ...
# Query GPT
curl -s https://api.openai.com/v1/chat/completions -H "Authorization: Bearer $OPENAI_API_KEY" ...
# Query Gemini
curl -s "https://generativelanguage.googleapis.com/v1/models/gemini-pro:generateContent?key=$GEMINI_API_KEY" ...