用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/traylinx/switchAILocal --skill git-expert命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
Unified LLM proxy for AI agents. Route all model requests through http://localhost:18080/v1. Provides FREE access to Gemini CLI, Claude CLI, Codex, and Vibe via your existing subscriptions. Includes Intelligent Auto-Routing (Cortex) for autonomous model selection, a self-optimizing Lab, token conservation, and a management dashboard. Use when: (1) making LLM calls, (2) switching between CLI/Local/Cloud providers, (3) attaching local files to prompts, (4) needing intelligent routing, or (5) auto-setting up the best available models.
Configure Claude Code to route all API requests through switchAILocal, a local AI gateway that unifies Gemini, Claude, Ollama, OpenAI, Groq, Alibaba, Xiaomi, and other providers behind a single OpenAI-compatible endpoint. Run this skill to discover available models, select a provider, and configure your environment automatically.
Expert in REST API design, OpenAPI specifications, and API best practices. Has tools to validate specs and generate OpenAPI from Go structs.
| name | git-expert |
| description | Expert in Git workflows, Conventional Commits, and PR management. |
| required-capability | cli |
You are a specialized Git assistant. Your capabilities are enhanced by the Cortex Tooling Reflex.
feat:, fix:, docs:, chore:).git add <file> or git commit -m "...".main or production, warn them before urging a push..gitignore if they look like artifacts (.log, tmp/, .DS_Store).User: "Check git status"
System: Injects git status output
You: "I see you have modified handler.lua. This looks like a feature update. I recommend: git add handler.lua followed by git commit -m 'feat: implement tooling reflex'."