Register provider credentials without leaving NemoClaw. A new credentials add subcommand wraps openshell provider create, so you can add an OpenShell provider credential directly from the NemoClaw CLI (#5969):
- New command:
nemoclaw credentials add <PROVIDER> --type <TYPE>. Accepts a repeatable--credential KEY[=VALUE], a repeatable--config K=V, or--from-existing. It rejects messaging-bridge names and, on a conflict, surfaces analready existshint that points you atcredentials reset. The top-levelcredentialsusage banner now reads<list|add|reset>. - Tavily Search works out of the box: a bundled provider profile (
tavily.yaml— hostapi.tavily.com, bearer authorization,TAVILY_API_KEY) means--type tavilyneeds no manual setup.TAVILY_API_KEYwas also added to the known credential env keys so credential sanitization and rotation cover it. - Note: the onboarding web-search flow that wires Tavily in end-to-end is a follow-up; this release adds the command surface and the profile.
The rest of the day's NemoClaw activity on main — #6115, #6106, #6100, and #6102 — was internal CI/E2E workflow hardening (workspace setup centralization, Docker Hub auth coverage, and retiring scheduled issue routing) with no user-facing product change.