Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるoracle
Query multiple AI models and compare their responses side by side.
スター7
フォーク0
更新日2026年2月11日 00:35
SKILL.md
readonlyメニュー
Query multiple AI models and compare their responses side by side.
SOC 職業分類に基づく
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" ...