How to use the treg CLI (tools-registry) — call shared team tools without holding their credentials, and turn your local skills into shareable tools. Use when working with the treg command, or when you need to hit an upstream API (PostHog, GSC, Google Ads, Intercom, Stripe, …) but don't have the key locally, or when you want to register/share a skill so teammates' agents can call it. Three personas in one skill — consumer (call), creator (register/share), admin (manage).
$npx -y skills add superdesigndev/tools-registry --skill webInstalls into the current project.
Run `npx skills use "https://github.com/superdesigndev/tools-registry" --skill "superdesigndev/tools-registry/web"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/superdesigndev/tools-registry" that are relevant to the current task. Run `npx skills add "https://github.com/superdesigndev/tools-registry"` and select the relevant skills, then follow their instructions.