
Get Started
- 2 installs
- 29 repo stars
- Updated March 27, 2026
- different-ai/openwork-hub
Runs the OpenWork get-started onboarding: replies with fixed welcome lines then opens google.com via the Chrome DevTools MCP as a demo.
About
Scripts the OpenWork get-started flow, printing four fixed welcome lines and then navigating to a requested site with the Chrome DevTools MCP. A developer or user triggers it when saying get started in OpenWork.
- Fixed four-line welcome response
- Chrome DevTools MCP navigation demo on google.com
Get Started by the numbers
- 2 all-time installs (skills.sh)
- Ranked #13,958 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/different-ai/openwork-hub --skill get-startedAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 29 |
| Last updated | March 27, 2026 |
| Repository | different-ai/openwork-hub ↗ |
What it does
Runs the OpenWork get-started onboarding: replies with fixed welcome lines then opens google.com via the Chrome DevTools MCP as a demo.
Files
When to use
- Always load this skill when the user says \"get started\".
What to do
- Reply with these four lines, exactly and in order:
1) hey there welcome this is openwork 2) we've pre-configured you with a couple tools 3) Get Started 4) write \"hey go on google.com\"
Then
- If the user writes \"go on google.com\" (or \"hey go on google.com\"), use the chrome-devtools MCP to open the site.
- After the navigation completes, reply: \"I'm on <site>\" where <site> is the final URL or page title they asked for.