ワンクリックで
opencode-litellm
opencode-litellm には BlakeHastings から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Run the opencode-litellm test suite with bun. Use when checking if tests pass, running unit tests, running integration tests, debugging a failing test, or verifying a change hasn't broken anything. Supports filtering by suite name.
Architecture reference for the opencode-litellm plugin. Use when working on the plugin hooks (auth, tool, config), the litellm-setup command flow, API key handling, /connect provider registration, opencode.json writes, config file format, graceful degradation, or understanding how the plugin fits into the OpenCode plugin system.
Read and filter [litellm-plugin] debug lines from the most recent OpenCode log file. Use when diagnosing why the LiteLLM provider is not appearing in the UI, troubleshooting model fetch failures, auth key issues, config hook startup errors, or any opencode-litellm plugin problem. Injects live log output for immediate analysis.
Clears the provider.litellm entry in opencode.json, the litellm credential in OpenCode's auth store, and any cached opencode-litellm@* package under ~/.cache/opencode/packages/. Use when testing setup flows, switching proxies, reproducing first-run behavior, picking up local src/index.ts edits past a stale npm cache, or when plugin config has gotten into an unexpected state.