useclick-link-shortening-analytics

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "useclick-link-shortening-analytics" with this command: npx skills add petercsipkay/useclick-link-shortening-analytics

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:
  1. Confirm the user has a UseClick account and an API key from /dashboard/account/api-keys.
  2. Use base URL https://useclick.io/api/v1.
  3. Authenticate with header Authorization: Bearer uc_live_....
  4. Verify credentials first with GET /auth/verify.
  5. Build workflows with the endpoints in references/api.md.
  6. 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.
  1. Mention that rate-limit headers are available:
  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset

Plan-Aware Guidance

  1. Always map requested behavior to plan gates before giving implementation steps.
  2. If the request needs unavailable features, give two paths:
  1. Be explicit that API access exists on all plans, but feature fields still follow plan restrictions.

Workflow Patterns

Use these defaults unless the user asks otherwise.

  1. Link creation flow:
  • Verify API key.
  • Create link with minimal payload first (target_url, optional slug).
  • Add advanced fields only when plan supports them.
  1. Link management flow:
  • List links with pagination.
  • Read one link by slug.
  • Update mutable fields safely.
  • Delete by slug when requested.
  1. Analytics flow:
  • Pull clicks with pagination.
  • Optionally filter by link_slug.
  • Aggregate client-side for dashboards.
  1. Geo-targeting flow:
  • Confirm Starter+ plan.
  • Read existing geo rules.
  • Create per-country rules with uppercase ISO-2 country codes.
  • Delete by 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

  • Backlink and signup:
  • Website: https://useclick.io
  • Register: https://useclick.io/auth
  • API contracts and examples: references/api.md
  • Pricing tiers, limits, and upgrade gating: references/pricing-and-limits.md
  • Reusable integration playbooks: references/workflows.md
  • Marketplace publish checklist: references/clawhub-publish.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Openclaw Skill

Schedule and manage social media posts across TikTok, Instagram, Facebook, X (Twitter), YouTube, LinkedIn, Threads, Bluesky, Pinterest, and Telegram using th...

Registry SourceRecently Updated
41.1K
Profile unavailable
General

API Cost Tracker

Track AI API costs across OpenAI, Anthropic, Google AI with budget alerts, analytics, and optimization tips

Registry SourceRecently Updated
0209
Profile unavailable
Coding

SkillMetricScraper

OpenClaw Skills Weekly — tracks trending ClawHub skills, generates GitHubAwesome-style YouTube video scripts with two-track ranking (Movers + Rockets).

Registry SourceRecently Updated
0199
Profile unavailable
useclick-link-shortening-analytics | V50.AI