AI Agent Hub
Back to skills
Wasu Model Onboarding Assistant icon

Wasu Model Onboarding Assistant

AI Agent Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @wasu-media/wasu-models.

About this skill

Problem Addressed

Connecting a third-party LLM endpoint often involves account login, API key retrieval, base URL handling, model capability review, and writing the right settings into different agent frameworks. wasu-models turns that flow into a wasu-cli-driven workflow for engineers who need to configure Wasu LLM endpoints in clients such as OpenCode, Claude Code, WorkBuddy, OpenClaw, Codex, Kilo CLI, or Hermes.

How the Skill Works

  • Environment check: verifies that the wasu CLI is available and meets the required version.
  • Login and credentials: completes Wasu platform login through a QR code or link, obtains the LLM endpoint, and saves apiKey and baseUrl to wasu-config.json without printing the key in chat.
  • Model recommendation: uses the wasu --models result together with reference files to summarize available text-generation and multimodal models, applicable scenarios, and preferred or fallback combinations.
  • Agent configuration: detects the target agent, reads the existing config, and merges in the new endpoint across JSON, TOML, and YAML files, then advises restarting the client.

Boundaries and Notes

The skill does not query billing details, configure MCP servers, or handle tool plugins. If the user already has another provider's credentials, or the target agent is unsupported and cannot be customized, use the native provider flow instead. Agent configuration must preserve existing settings, model IDs must keep their original names, and sensitive keys must never appear in logs or conversation history.

Use Cases

  • Configure OpenCode with a Wasu LLM endpoint by saving apiKey/baseUrl to opencode.json.
  • After Wasu login, recommend a code-generation model with preferred and fallback choices.
  • Enable Wasu in Codex by appending the provider section and validating the TOML file.
  • Troubleshoot a missing Wasu config by checking wasu-config.json and restarting the agent.

Best For

  • Claude Code engineers integrating external LLMs: write the Wasu endpoint to settings.json and restart.
  • Platform engineers maintaining multi-agent setups: onboard Wasu models into OpenCode, Codex, and Kilo.
  • Algorithm engineers doing model selection: choose preferred and fallback code or multimodal models.
  • SREs debugging agent configs: inspect wasu-config.json, file formats, and restart guidance.