skills/go-link/SKILL.md
Use when translating, navigating, fetching, opening, resolving, looking up, or browsing internal go/ links (like go/benefits, go/oncall) to full URLs via a URL shortener service.
npx skillsauth add abhiroopb/synthetic-mind go-linkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Navigate to or fetch internal go/ links by translating them to their full URL. The browser may not have the go/ link extension installed, so this skill handles the translation.
https://go.your-company.com/go/path or just path becomes https://go.your-company.com/pathParse the go/ link:
Construct the full URL:
https://go.your-company.com/{path}Navigate or fetch based on context:
Report the translation to the user so they know what URL was accessed.
| Input | Translated URL |
|-------|---------------|
| go/benefits | https://go.your-company.com/benefits |
| go/oncall/schedule | https://go.your-company.com/oncall/schedule |
| go/wiki/engineering | https://go.your-company.com/wiki/engineering |
Replace https://go.your-company.com/ with your organization's URL shortener base URL (e.g., GoLinks, go/ service, or similar).
testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.