تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآنoracle
Query multiple AI models and compare their responses side by side.
النجوم٧
التفرعات٠
آخر تحديث١١ فبراير ٢٠٢٦ في ٠٠:٣٥
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" ...