# Oracle

> Query multiple AI models and compare their responses side by side. Use when this capability is needed.

- Skill: `tomevault-io/oracle-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/oracle-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/oracle-7/raw
- Safety review: pending (external: skill-scanner WARNING, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/oracle-7

---


# Oracle

Query multiple AI models and compare responses.

## Usage

Send the same prompt to multiple providers and compare:

1. Choose models to query (Claude, GPT, Gemini, Ollama)
2. Send the same prompt to each
3. Compare responses side by side

## Example Workflow

```bash
# 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" ...
```

## Best For

- Comparing model capabilities
- Getting diverse perspectives
- Finding the best model for a task
- Fact-checking across models

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kody-w) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

