drillan/mixseek-plus
Overview
This skill lists LLM models available to MixSeek-Core and fetches up-to-date provider model info via API. It reports provider-specific prefixes, recommended settings for agent roles, and explicit compatibility notes. It surfaces clear errors when API keys are missing or fetches fail.
How this skill works
The skill queries provider APIs (Google Gemini, Anthropic Claude, OpenAI, Grok, and optional mixseek-plus providers) to retrieve model metadata and capabilities. It returns results in multiple formats (mixseek, json, text, csv), marks code_execution compatibility, and reports API/key errors explicitly. You can filter by provider, output format, and verbosity when running the fetch command.
When to use it
- When you need the latest list of models supported by MixSeek-Core
- Before assigning models to team agents (Leader, Member, Evaluator, code_execution)
- To verify agent_type compatibility (e.g., code_execution support)
- When preparing a team config and needing mixseek-style model identifiers
- To debug missing or invalid API keys during setup
Best practices
- Set the required environment variables for each provider before fetching models
- Use --provider to limit queries when network or key scope is constrained
- Prefer --format mixseek for direct team config copy-paste, json for programmatic integration
- Check code_execution compatibility field and use Anthropic models for code execution agents
- Enable verbose mode to see detailed API errors and resolution hints
Example use cases
- Get all providers' models and copy provider:model-name lines into team config
- Fetch only Anthropic models to find code_execution-compatible model IDs
- Export models as JSON for automated validation of agent_type compatibility
- Run with --provider openai --format text to review model descriptions before choosing a Leader model
- Use mixseek-plus providers to select low-latency Groq models for real-time agents
FAQ
The skill reports an explicit error for that provider and does not silently fall back; other providers may still return results.
Which models support code execution?
Only Anthropic models are marked code_execution compatible; check code_exec_compatible in the fetched metadata.
7 skills
This skill lists and fetches dynamic LLM models from providers, showing compatibility, recommended settings, and usage guidance.
This skill detects documentation impacts from code changes and automatically suggests or performs updates to READMEs, API specs, and guides.
This skill initializes a MixSeek workspace, creates config, logs, and templates directories, and guides environment setup for seamless project startups.
This skill enforces code quality by running lint, format, and type checks before commits or PRs and when issues arise.
This skill enforces a test-driven development workflow by guiding Red-Green-Refactor cycles for new features, bugs, or refactors.
This skill generates MixSeek evaluator and judgment configuration files to define scoring, judgments, and metrics for submissions.
This skill enables and configures MixSeek-Plus debug logging to help diagnose issues by activating verbose mode and controlling log output.