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 analytics. Requires GO2GG_API_KEY env var. QR code generation is free without auth.
Why use this skill?
Manage, shorten, and track your URLs with the go2gg skill for OpenClaw. Access sub-10ms redirects, click analytics, and password-protected links easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rakesh1002/go2ggWhat This Skill Does
The go2gg skill provides a robust interface for interacting with the Go2.gg URL shortening service. It is designed to act as your edge-native bridge for link management, enabling you to programmatically create, update, delete, and analyze short URLs directly through your OpenClaw agent. Built on Cloudflare's edge network, this service ensures that redirects occur with sub-10ms latency, making it an ideal choice for high-traffic marketing campaigns or performance-sensitive applications. Beyond simple redirection, the skill allows for granular control over links, including password protection, custom slug generation, and advanced metadata tagging, all while keeping your operations streamlined.
Installation
To integrate this skill, ensure you have an active account at Go2.gg and a valid API key retrieved from your dashboard. Install the skill using the OpenClaw CLI by running: clawhub install openclaw/skills/skills/rakesh1002/go2gg. Once installed, you must configure your environment variable to authorize the agent: export GO2GG_API_KEY="your_api_key_here". Failure to set this key will prevent the agent from communicating with the private API endpoints.
Use Cases
- Marketing Automation: Automatically generate and track unique short links for different social media channels or newsletters to measure engagement via analytics.
- Asset Distribution: Create password-protected links for sensitive documents, ensuring only authorized users can access the content behind the URL.
- Link-in-Bio Management: Manage multiple destination URLs for personal branding or business profiles, allowing you to update redirects on the fly as your campaigns evolve.
- Performance Monitoring: Use the stats endpoints to retrieve click metrics, including geographic, device, and referrer insights to better understand your audience.
Example Prompts
- "Create a short link for https://mybusiness.com/promo and set the slug to 'summer-sale-2025' with the tag 'marketing'."
- "Can you pull the analytics report for the link with ID lnk_abc123 and tell me which country has the most clicks?"
- "Update my link 'exclusive' to point to the new landing page at https://mybusiness.com/updated-offer and remove the old tag."
Tips & Limitations
- API Limits: Keep in mind that perPage requests are capped at 100 entries. If managing thousands of links, implement logic to handle pagination iteratively.
- Performance: Since the service is edge-native, URL updates take effect almost immediately globally; however, cached requests may persist for a few seconds.
- Security: Always use the password protection feature for links containing sensitive data. Do not share your API key in plain text or push it to public repositories.
- Free Tier: Remember that basic short links and QR code generation are provided for free, but ensure you monitor your usage if you transition to higher-tier plan features.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rakesh1002-go2gg": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
Mailmolt
Skill by rakesh1002
audiopod
Use AudioPod AI's API for audio processing tasks including AI music generation (text-to-music, text-to-rap, instrumentals, samples, vocals), stem separation, text-to-speech, noise reduction, speech-to-text transcription, speaker separation, and media extraction. Use when the user needs to generate music/songs/rap from text, split a song into stems/vocals/instruments, generate speech from text, clean up noisy audio, transcribe audio/video, or extract audio from YouTube/URLs. Requires AUDIOPOD_API_KEY env var or pass api_key directly.
unsearch
Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications.