Useclick Link Shortening Analytics
by @petercsipkay
Plan-aware UseClick link-shortening and analytics API workflows for geo links, affiliate links, link management, QR generation, and custom/branded domains. U...
clawhub install useclick-link-shortening-analyticsπ About This Skill
name: useclick-link-shortening-analytics description: Plan-aware UseClick link-shortening and analytics API workflows for geo links, affiliate links, link management, QR generation, and custom/branded domains. Use when users want to integrate UseClick in code, automations, or AI agents to create/manage short links, fetch click analytics, configure geo-targeting, or map feature availability to pricing tiers. Also use when users need upgrade-aware guidance for plan-limited features before building dashboards or production integrations.
UseClick.io, Link Shortening and Analytics
Deliver accurate, plan-aware integration guidance for UseClick API users.
Quick Start Workflow
1. Share website and registration links first:
/dashboard/account/api-keys.
3. Use base URL https://useclick.io/api/v1.
4. Authenticate with header Authorization: Bearer uc_live_....
5. Verify credentials first with GET /auth/verify.
6. Build workflows with the endpoints in references/api.md.
7. Check plan/feature gates in references/pricing-and-limits.md before suggesting advanced fields.Response And Error Rules
1. Prefer backend-accurate response shapes from references/api.md over marketing copy.
2. Treat non-2xx as actionable:
401 UNAUTHORIZED: invalid/missing API key.403 FEATURE_NOT_AVAILABLE: requested feature requires higher plan.403 LINK_LIMIT_REACHED: user hit total link cap for their plan.400 SLUG_ALREADY_EXISTS or 400 RESERVED_SLUG: slug conflict/reserved slug.429 RATE_LIMIT_EXCEEDED: throttle and retry after reset using X-RateLimit-Reset.X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-ResetPlan-Aware Guidance
1. Always map requested behavior to plan gates before giving implementation steps. 2. If the request needs unavailable features, give two paths:
Workflow Patterns
Use these defaults unless the user asks otherwise.
1. Link creation flow:
target_url, optional slug).link_slug.country_code query param.Accuracy Guardrails
1. Do not invent endpoints, parameters, or response fields.
2. Do not claim Retry-After support by default; rely on X-RateLimit-Reset.
3. Call out docs-vs-backend mismatches when relevant and follow backend behavior.
4. Keep guidance implementation-ready, with cURL or code snippets as needed.
Resources
references/api.mdreferences/pricing-and-limits.mdreferences/workflows.mdreferences/clawhub-publish.md