giasip-dispatch

Solid

“Multi-model dispatcher -- sends a task or prompt to other AI models (Codex / Gemini / Kimi / DeepSeek / Doubao / Qwen / GLM / MiniMax) and retrieves results. Triggers when you want to run a task on a specific model, need multi-model cross-validation, or want to use a cheaper model.”

AI & Automation 12 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
37
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

> ✦ A **GiaSip** skill · part of the `giasip` toolkit · github.com/GiaSip # /dispatch — Multi-Model Dispatcher Sends a task or prompt to another AI model for execution and retrieves the result. This skill **only provides the dispatch capability** — which model to pick, whether to fan out to multiple models, is decided by you (or the current Claude) based on the task at hand. No built-in model preference. ## Script Directory **Important**: All scripts live in the `scripts/` subdirectory of *this* skill folder. **Agent setup — do this ONCE before running any command below**: determine the absolute path of the directory that contains this `SKILL.md`, and export it as `BASE_DIR`: ```bash # Global install (most common); use the plugin cache path instead if installed as a plugin export BASE_DIR="$HOME/.claude/skills/giasip-dispatch" ``` Every command below references scripts as `$BASE_DIR/scripts/<script-name>`. `BASE_DIR` is a shell variable **you** set in the session — there is **no** `CLAUDE_SKILL_DIR` environment variable injected by the runtime, so set `BASE_DIR` first or the script paths will resolve to nothing. ## Dispatch Channels | Channel | Models | Prerequisite | |---------|--------|-------------| | **Aggregator API** ★ easy path — one key | Overseas: OpenRouter (DeepSeek/Qwen/GLM/Kimi/MiniMax + Claude/GPT/Gemini). China: SiliconFlow 硅基流动 (DeepSeek/Qwen/GLM/Kimi/MiniMax) | **One** key file — `openrouter.env` or `siliconflow.env` in `~/.config/ai-keys/`; set `DIS...

Details

Author
GiaSip
Repository
GiaSip/giasip-skills
Created
1 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

dispatch

Delegate tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code. Say 'check with codex' or 'ask gemini for a second opinion' and Claude runs the other agent, keeps a topic-aware session, and critiques the result.

3,226 Updated today
davepoon
AI & Automation Listed

dispatch-helpers

Use whenever the orchestrator is about to issue a raw Agent() / Task() dispatch to a devt:* subagent (single OR parallel) instead of routing through /devt:review or /devt:workflow. Surfaces two CLIs that build the canonical envelope so context blocks (scope_trust, scope_hint, memory_signal, governing_rules) are never silently dropped — `dispatch run agent --task=...` for one-off single dispatches, `dispatch render-filled agent:auto` for advanced cases (lane fan-out, pre-computation, custom edits). Trigger phrases include single dispatches like "dispatch devt:code-reviewer to review X", "run devt:programmer for Y"; fan-out like "fan out review across files", "parallel reviewer across communities"; recovery like "re-dispatch programmer with continuation".

0 Updated today
emrecdr
AI & Automation Listed

soia-dev-agent-cli-dispatch

通用外部 AI 模型/CLI 调度器(codex/claude/agy/gemini/kimi/opencode/qwen,非宿主内置子代理),可由任意宿主 AI 用于编码、审查、分析、研究、文档和内容任务:支持显式模型+推理深度或按难度自动选型,并输出 Token/费用、模型完整性、额度与恢复回执。Triggers:「派活给 codex」「让 claude 分析」「调用 agy」「调用外部 AI」「多 CLI 派发」等

2 Updated today
soia-team