A real-time directory of AI models that allows your AI agent to advise and pick the ideal LLM for the user's task.
npx claudepluginhub roeytidhar/which-ai-skillsA real-time directory of AI models that allows your AI agent to advise and pick the ideal LLM for the user's task.
Share bugs, ideas, or general feedback.
Stop guessing which AI model to use.
The biggest bottleneck in building real AI systems today isn't just the brain. It is the choice. There are hundreds of LLMs and one of the biggest pains is trying to choose the right one without having to be a technical expert in every single benchmark.
If you’re still hardcoding “model-name” into your code, your system is likely already outdated.
| Feature | Description | Real-Time Data Source |
|---|---|---|
| Hardware Scanning | Verifies local RAM and power availability for model compatibility. | System Context |
| Performance Metrics | Pulls live intelligence (Elo) scores for accuracy matching. | LMSYS / Community |
| Cost Optimization | Filters and selects models based on real-time input/output pricing. | OpenRouter API |
| Intent-Based Routing | Matches model modality (Coding, Vision, Logic) to task intent. | Skill Heuristics |
Which AI is designed to be a Zero-Cost decision primitive.
Note: While Which AI is free to use, the AI models it recommends may have their own execution costs depending on your provider.
Designed with enterprise security standards in mind, Which AI is optimized for approval by Information Security Departments (ISD).
Q: Does this skill transmit user prompts or sensitive data?
A: No. Which AI only fetches model metadata. It never accesses or transmits the content of your conversations or internal data.
Q: Are any API keys or credentials stored by this skill?
A: No. All data fetching is performed via public, unauthenticated HTTPS GET requests. No secrets are required or stored.
Q: What are the network dependencies?
A: The skill makes outbound HTTPS requests to
openrouter.aiandraw.githubusercontent.com. No other external connections are made.
Q: Does it require administrative or root privileges?
A: No. It runs entirely in the user-space context of the agent (Claude Code, OpenCode, or CoWork).
Q: Is there any persistent local storage?
A: No. The skill operates in-memory and only uses local system context (RAM/Power) for real-time hardware matching.
This skill is designed as an atomic, tool-calling primitive.
which-ai folder into your project's skills directory.Which AI is a first-class Claude CoWork plugin.
+ icon in the Browse plugins menu.roeytidhar/which-ai-skills.Which AI acts as a Real-Time Decision Primitive. When queried, it bypasses the "static choice" bottleneck by decoupling the decision layer from the execution layer.
This is the first of many skills building towards simplified agentic systems. We welcome contributions that add new data sources or platform integrations.
#AI #AgenticSystems #OpenSource #LLMOps #Claude #WhichAI #Engineering