Wasu Model Onboarding Assistant
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
wasuCLI 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
apiKeyandbaseUrltowasu-config.jsonwithout printing the key in chat. - Model recommendation: uses the
wasu --modelsresult 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.
Related Skills
Automatically searches job postings based on the user profile, AI-scores fit, saves desktop reports, and sends email updates with scheduled tracking.
Activates bionic reasoning for causal judgment, numerical prediction, and hypothesis validation, using hypothesis-driven checks, Bayesian updates, falsifiability tests, bias defense, and physical constraints.
Triggered by /plan, it asks the agent to output a plan, risks, impact scope, and validation approach before execution.
Track and clean agent session files, packages, and Skills via trash-first safety.