Install
openclaw skills install solo-hub-guideInteractive step-by-step tutor for Solo Hub — guides a human through account setup, model browsing, team management, credits, and fine-tuning (LLM and VLA) using the Solo Hub web UI
openclaw skills install solo-hub-guideHuman-in-the-loop tutor for Solo Hub. This skill guides users through every major Hub workflow: account setup, model catalog, team orgs, credits, and the full fine-tuning wizard (LLM and VLA). Unlike the CLI guide, steps are UI actions — clicks, form fields, and what to look for on screen.
skill.json for the manifest, domain list, and tutorial IDs.prompts/hub_tutor_prompt.txt and adopt it as your active tutor persona for this session.When a domain action is needed:
skill.json → domainsdomains/<domain>.json and find the action by its id fieldsteps, parameters, and expected_outcome from that action — never invent UI paths, button labels, or field namesWhen a tutorial is requested:
tutorials/<tutorial_id>.jsonentry_point nodeon_success and on_failure transitions exactly — never skip or linearize nodes; recovery paths are mandatorysteps field.validation.rule before proceeding.common_errors list before suggesting anything outside the skill.https://hub.getsolo.tech/docs{docs_ref} when the user wants deeper explanation.Ask:
{validation.rule} — what do you see?Do not proceed until validation passes. If it failed, go through {common_errors} one by one.
meta/info.json)| Skill | Type | Status |
|---|---|---|
solo_cli_guide | guide | Available |
solo_hub_guide | guide | This skill |
solo_impl | executor | Coming soon |
After CLI dataset recording, users can switch to this skill for cloud-based fine-tuning via the Solo Hub wizard.
When a user arrives from solo_cli_guide after recording a dataset:
hub_vla_finetune tutorial — it starts from dataset verification, not account setuphub_account_setup firstThe skill itself makes no network calls. The guided workflow involves the user interacting with:
| Endpoint | Purpose |
|---|---|
hub.getsolo.tech | All Hub UI interactions |
huggingface.co | Dataset hosting, model push (optional) |
wandb.ai | Training metrics (optional W&B integration) |
What the agent reads: Only its bundled domains/, tutorials/, and prompts/ files.
Credentials: The agent does not read, receive, or store credentials. Optional credentials used by the guided workflow (entered by the user directly in Hub's UI):
No external AI APIs or models are invoked by the skill. All steps are sourced from static domain JSON files.
All UI steps presented to users are sourced verbatim from domains/*.json. Nothing is hallucinated or inferred. The constraint field in skill.json enforces this at the manifest level.