feat: add onboarding doc links

This commit is contained in:
Peter Steinberger
2026-01-07 01:19:31 +01:00
parent 19c95d0ff7
commit 62112d9978
7 changed files with 110 additions and 21 deletions

View File

@@ -168,6 +168,7 @@ export async function setupSkills(
runtime.log(
"Tip: run `clawdbot doctor` to review skills + requirements.",
);
runtime.log("Docs: https://docs.clawd.bot/skills");
}
}
}