[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-llxprt-code-multi-provider-ai-coding-cli-5dd7868f":3,"seo:featured-workflow:5dd7868f-2b86-555e-b417-6841b45ea0c1:en":37,"workflow-related-llxprt-code-multi-provider-ai-coding-cli-5dd7868f-5dd7868f-2b86-555e-b417-6841b45ea0c1":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":16,"tags":23,"has_voted":28,"visibility":19,"share_token":13,"is_featured":12,"content_hash":29,"asset_kind":26,"target_tools":30,"install_mode":34,"entrypoint":35,"risk_profile":36,"dependencies":38,"verification":45,"agent_metadata":48,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":83},3585,"5dd7868f-2b86-555e-b417-6841b45ea0c1","llxprt-code-multi-provider-ai-coding-cli","LLxprt Code — Multi-Provider AI Coding CLI","LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",14,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},4145,1,"Asset","## Quick Use\n\n```bash\nbrew tap vybestack\u002Fhomebrew-tap\nbrew update && brew install llxprt-code\nllxprt\n# then in REPL: \u002Fprovider anthropic   (or gemini\u002Fqwen\u002Fcodex)\n```\n\n## Intro\n\nLLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.\n\n**Best for:** Terminal-first developers who want one CLI for multiple LLM providers\n\n**Works with:** Node.js 20+ (npm path) or Homebrew, multiple provider auth flows\n\n**Setup time:** 5-12 minutes\n\n### Key facts (verified)\n\n- GitHub: 673 stars · 89 forks · pushed 2026-05-13.\n- License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.\n- README-verified entrypoint: `npm install -g @vybestack\u002Fllxprt-code`.\n\n## Main\n\n- Pick your provider strategy first: use free tiers (Gemini\u002FQwen), OAuth for subscriptions (Claude\u002FCodex), or point to a local OpenAI-compatible base URL.\n\n- Use non-interactive mode for automation (CI scripts) and interactive REPL for exploratory coding and refactors.\n\n- When you need tools, connect external MCP integrations (README notes MCP support) and keep secrets in provider-specific configs.\n\n### Source-backed notes\n\n- README shows provider commands like `\u002Fauth` + `\u002Fprovider` + `\u002Fmodel` for Gemini\u002FQwen\u002FAnthropic\u002FCodex.\n- README includes install options via Homebrew and npm (`npm install -g @vybestack\u002Fllxprt-code`) and a no-install npx example.\n- README describes both interactive REPL workflows and non-interactive single-command mode for automation.\n\n### FAQ\n\n- **Do I have to use one provider?**: No — README is built around switching providers and models per session.\n- **Is it only interactive?**: No — README shows non-interactive mode for scripted usage and CI-style automation.\n- **Can I use it with local models?**: Yes — README mentions local providers (LM Studio\u002Fllama.cpp\u002FOllama) and OpenAI-compatible base URLs.\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fvybestack\u002Fllxprt-code\n> License: Apache-2.0\n> GitHub stars: 673 · forks: 89\n\n---\n\n\u003C!-- ZH -->\n\n## Quick Use\n\n```bash\nbrew tap vybestack\u002Fhomebrew-tap\nbrew update && brew install llxprt-code\nllxprt\n# then in REPL: \u002Fprovider anthropic   (or gemini\u002Fqwen\u002Fcodex)\n```\n\n## Intro\n\nLLxprt Code 是开源终端编码助手，支持多 provider（Anthropic、Gemini、OpenAI\u002FCodex、本地模型等）。README 给出 brew\u002Fnpm 安装与交互式 REPL 用法，可直接在终端做开发自动化。\n\n**Best for:** 终端优先、想用一个 CLI 统一多个模型 Provider 的开发者\n\n**Works with:** Node.js 20+（npm 路线）或 Homebrew；多 provider 的认证流程\n\n**Setup time:** 5-12 minutes\n\n### Key facts (verified)\n\n- GitHub：673 stars · 89 forks；最近更新 2026-05-13。\n- 许可证：Apache-2.0；作者头像与仓库链接均已通过 GitHub API 复核。\n- README 中核对过的入口命令：`npm install -g @vybestack\u002Fllxprt-code`。\n\n## Main\n\n- 先确定 provider 策略：可用免费层（Gemini\u002FQwen）、订阅 OAuth（Claude\u002FCodex），或对接本地 OpenAI 兼容网关。\n\n- 自动化场景走非交互模式（脚本\u002FCI），探索与重构走交互式 REPL。\n\n- 需要外部工具时接入 MCP（README 提到 MCP 集成），并把密钥放在各 provider 的配置里集中管理。\n\n### Source-backed notes\n\n- README 展示了 `\u002Fauth` + `\u002Fprovider` + `\u002Fmodel` 的切换方式，覆盖 Gemini\u002FQwen\u002FAnthropic\u002FCodex 等。\n- README 提供 Homebrew 与 npm 两种安装方式（如 `npm install -g @vybestack\u002Fllxprt-code`），并给出 npx 免安装示例。\n- README 区分交互式 REPL 与非交互单命令模式，后者更适合自动化脚本。\n\n### FAQ\n\n- **必须固定一个 provider 吗？**：不必。README 的核心就是可在会话里切换 provider 与模型。\n- **只能交互式使用吗？**：不是。README 提供非交互模式，适合脚本与 CI 自动化。\n- **能接本地模型吗？**：可以。README 提到 LM Studio\u002Fllama.cpp\u002FOllama 等本地方案以及 OpenAI 兼容 base URL。\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fvybestack\u002Fllxprt-code\n> License: Apache-2.0\n> GitHub stars: 673 · forks: 89\n","0",[24],{"id":14,"name":25,"slug":26,"icon":27},"CLI Tools","cli","🖥️",false,"f0396afeeba863e69c6bb097746b0e8f22050554ae5210c486f6620fd76da56a",[31,32,33],"claude_code","codex","gemini_cli","brew","npm install -g @vybestack\u002Fllxprt-code",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},null,{"npm":39,"pip":41,"brew":42,"system":44},[40],"@vybestack\u002Fllxprt-code",[],[43],"llxprt-code",[],{"commands":46,"expected_files":47},[],[20],{"asset_kind":26,"target_tools":49,"install_mode":34,"entrypoint":35,"risk_profile":50,"dependencies":51,"content_hash":29,"verification":56},[31,32,33],{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":52,"pip":53,"brew":54,"system":55},[40],[],[43],[],{"commands":57,"expected_files":58},[],[20],{"target":32,"score":60,"status":61,"policy":62,"why":63,"asset_kind":26,"install_mode":34},94,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind cli","install_mode brew","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":29,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":29,"visibility":19,"created_at":82,"updated_at":83},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fllxprt-code-multi-provider-ai-coding-cli","2026-05-13 16:22:02","2026-05-14 07:19:04",[85,139,191,237],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":91,"author_name":92,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":93,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":94,"tags":95,"has_voted":28,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":26,"target_tools":98,"install_mode":99,"entrypoint":100,"risk_profile":101,"dependencies":102,"verification":107,"agent_metadata":110,"agent_fit":121,"trust":124,"provenance":127,"created_at":129,"updated_at":130,"__relatedScore":131,"__relatedReasons":132,"__sharedTags":137},3552,"29ad7b32-0d55-50f7-a4ea-73b742b4fa66","vt-code-multi-provider-coding-agent-with-mcp","VT Code — Multi-Provider Coding Agent with MCP","VT Code is an open-source coding agent with multi-provider support, shell safety, and docs for Skills, ACP, and MCP integration.","8a910fec-3180-11f1-9bc6-00163e2b0d79","Agent Toolkit",13,[],[96],{"id":14,"name":25,"slug":26,"icon":27},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[31,32,33],"cargo|brew|sh","cargo install vtcode",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":103,"pip":104,"brew":105,"system":106},[],[],[],[],{"commands":108,"expected_files":109},[],[],{"asset_kind":26,"target_tools":111,"install_mode":99,"entrypoint":100,"risk_profile":112,"dependencies":113,"content_hash":97,"verification":118},[31,32,33],{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":114,"pip":115,"brew":116,"system":117},[],[],[],[],{"commands":119,"expected_files":120},[],[],{"target":32,"score":60,"status":61,"policy":62,"why":122,"asset_kind":26,"install_mode":99},[64,65,123,67,68,69,70],"install_mode cargo|brew|sh",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":125,"review_status":75,"signals":126},[],[77,78,79],{"owner_uuid":91,"owner_name":92,"source_url":128,"content_hash":97,"visibility":19,"created_at":129,"updated_at":130},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fvt-code-multi-provider-coding-agent-with-mcp","2026-05-13 14:51:49","2026-05-14 00:44:06",157.71919205351736,[133,134,135,136],"shared-tag","topic-match","same-kind","same-target",[26,138],"cli-tools",{"id":140,"uuid":141,"slug":142,"title":143,"description":144,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":145,"tags":146,"has_voted":28,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":148,"target_tools":149,"install_mode":150,"entrypoint":151,"risk_profile":152,"dependencies":153,"verification":158,"agent_metadata":161,"agent_fit":172,"trust":180,"provenance":183,"created_at":185,"updated_at":186,"__relatedScore":187,"__relatedReasons":188,"__sharedTags":190},3118,"0f4b8ec6-2063-4f50-a9e0-0158863e0943","kilo-code-ai-coding-assistant-cli","Kilo Code — AI Coding Assistant + CLI","An AI coding assistant for VS Code with an optional CLI. The repo documents an npm-installable CLI and mentions MCP server discovery as an extension path.",[],[147],{"id":14,"name":25,"slug":26,"icon":27},"cli_tool",[31,32,33],"single","README.md",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":154,"pip":155,"brew":156,"system":157},[],[],[],[],{"commands":159,"expected_files":160},[],[],{"asset_kind":148,"target_tools":162,"install_mode":150,"entrypoint":151,"risk_profile":163,"dependencies":164,"content_hash":97,"verification":169},[31,32,33],{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":165,"pip":166,"brew":167,"system":168},[],[],[],[],{"commands":170,"expected_files":171},[],[],{"target":32,"score":173,"status":174,"policy":174,"why":175,"asset_kind":148,"install_mode":150},29,"stage_only",[64,176,177,67,178,179,70],"asset_kind cli_tool","install_mode single","policy stage_only","asset_kind cli_tool is not activated directly for Codex",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":181,"review_status":75,"signals":182},[148],[77,78],{"owner_uuid":9,"owner_name":10,"source_url":184,"content_hash":97,"visibility":19,"created_at":185,"updated_at":186},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fkilo-code-ai-coding-assistant-cli","2026-05-12 04:00:52","2026-05-14 09:26:24",152.76413688858352,[133,134,136,189],"same-author",[26,138],{"id":192,"uuid":193,"slug":194,"title":195,"description":196,"author_id":91,"author_name":92,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":197,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":198,"tags":199,"has_voted":28,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":26,"target_tools":201,"install_mode":202,"entrypoint":203,"risk_profile":204,"dependencies":205,"verification":210,"agent_metadata":213,"agent_fit":224,"trust":227,"provenance":230,"created_at":232,"updated_at":233,"__relatedScore":234,"__relatedReasons":235,"__sharedTags":236},3473,"0c91e357-65d1-528d-91fa-f3e581629195","orca-multi-agent-ide-for-cli-agents","Orca — Multi-Agent IDE for CLI Agents","IDE for running multiple CLI coding agents with worktree isolation, diff review, and notifications. Works with Claude Code, Codex, OpenCode, and more.",11,[],[200],{"id":14,"name":25,"slug":26,"icon":27},[31,32,33],"download|brew","brew install --cask stablyai\u002Forca\u002Forca",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":206,"pip":207,"brew":208,"system":209},[],[],[],[],{"commands":211,"expected_files":212},[],[],{"asset_kind":26,"target_tools":214,"install_mode":202,"entrypoint":203,"risk_profile":215,"dependencies":216,"content_hash":97,"verification":221},[31,32,33],{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":217,"pip":218,"brew":219,"system":220},[],[],[],[],{"commands":222,"expected_files":223},[],[],{"target":32,"score":60,"status":61,"policy":62,"why":225,"asset_kind":26,"install_mode":202},[64,65,226,67,68,69,70],"install_mode download|brew",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":228,"review_status":75,"signals":229},[],[77,78,79],{"owner_uuid":91,"owner_name":92,"source_url":231,"content_hash":97,"visibility":19,"created_at":232,"updated_at":233},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Forca-multi-agent-ide-for-cli-agents","2026-05-13 09:19:12","2026-05-14 00:42:14",148.61877186907142,[133,134,135,136],[26,138],{"id":238,"uuid":239,"slug":240,"title":241,"description":242,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":93,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":243,"tags":244,"has_voted":28,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":26,"target_tools":246,"install_mode":247,"entrypoint":248,"risk_profile":249,"dependencies":250,"verification":255,"agent_metadata":258,"agent_fit":269,"trust":272,"provenance":275,"created_at":277,"updated_at":278,"__relatedScore":279,"__relatedReasons":280,"__sharedTags":281},3544,"221bff1e-a555-5f29-a0de-603ec305b25d","claude-codex-bridge-visible-multi-agent-cli-teams","Claude Codex Bridge — Visible Multi-Agent CLI Teams","Claude Codex Bridge is an AGPL-3.0 CLI for visible multi-agent teams, coordinating Claude\u002FCodex-style tools with PTY sessions and controlled handoff.",[],[245],{"id":14,"name":25,"slug":26,"icon":27},[31,32],"shell|python","git clone https:\u002F\u002Fgithub.com\u002FSeemSeam\u002Fclaude_codex_bridge.git && cd claude_codex_bridge",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":251,"pip":252,"brew":253,"system":254},[],[],[],[],{"commands":256,"expected_files":257},[],[],{"asset_kind":26,"target_tools":259,"install_mode":247,"entrypoint":248,"risk_profile":260,"dependencies":261,"content_hash":97,"verification":266},[31,32],{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},{"npm":262,"pip":263,"brew":264,"system":265},[],[],[],[],{"commands":267,"expected_files":268},[],[],{"target":32,"score":60,"status":61,"policy":62,"why":270,"asset_kind":26,"install_mode":247},[64,65,271,67,68,69,70],"install_mode shell|python",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":273,"review_status":75,"signals":274},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":276,"content_hash":97,"visibility":19,"created_at":277,"updated_at":278},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fclaude-codex-bridge-visible-multi-agent-cli-teams","2026-05-13 13:21:37","2026-05-14 00:49:25",144.71919205351736,[133,134,135,136,189],[26,138]]