G
go2gg
Use Go2.gg API for URL shortening, link analytics, QR code generation, webhooks, and link-in-bio pages. Use when the user needs to create short links, track clicks, generate QR codes, set up link-in-bio pages, or manage branded URLs. Free tier includes short links, QR codes, and
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Use Go2.gg API for URL shortening, link analytics, QR code generation, webhooks, and link-in-bio pages. Use when the user needs to create short links, track clicks, generate QR codes, set up link-in-bio pages, or manage branded URLs. Free tier includes short links, QR codes, and analytics. Requires GO2GG_API_KEY env var. QR code generation is free without auth.
How to use
- Utwórz bezpłatne konto na https://go2.gg/dashboard/api-keys i skopiuj swój klucz API (nie wymagana karta kredytowa). 2. Ustaw zmienną środowiskową GO2GG_API_KEY w swoim systemie, wstawiając wartość: export GO2GG_API_KEY="go2_your_key_here". 3. Aby utworzyć skrócony link, wyślij żądanie POST do https://api.go2.gg/api/v1/links z nagłówkiem Authorization: Bearer $GO2GG_API_KEY. W treści JSON podaj destinationUrl (docelowy adres URL), opcjonalnie slug (niestandardowa nazwa), title (tytuł) i tags (tagi do kategoryzacji). 4. API zwróci obiekt z shortUrl (skróconym linkiem), id linku i clickCount (liczba kliknięć). 5. Aby wyświetlić wszystkie swoje linki, wyślij żądanie GET do /links z parametrem perPage=20 i sort=clicks, aby sortować po liczbie kliknięć. 6. Kody QR możesz generować bez klucza API, korzystając z dedykowanego endpointu QR dostępnego w dokumentacji https://go2.gg/docs/api/links.