Create and manage short URLs with custom aliases and tracking. Use when user needs to shorten long URLs, create memorable custom links, track click statistic...
数据分析
useclick.io, link shortening and analytics
试用Plan-aware UseClick link-shortening and analytics API workflows for geo links, affiliate links, link management, QR generation, and custom/branded domains. U...
它能做什么
Plan-aware UseClick link-shortening and analytics API workflows for geo links, affiliate links, link management, QR generation, and custom/branded domains. U...
技能文档
UseClick.io, Link Shortening and Analytics
Deliver accurate, plan-aware integration guidance for UseClick API users.
Quick Start Workflow
- Share website and registration links first:
- Website: https://useclick.io
- Register: https://useclick.io/auth
- Confirm the user has a UseClick account and an API key from
/dashboard/account/api-keys. - Use base URL
https://useclick.io/api/v1. - Authenticate with header
Authorization: Bearer uc_live_.... - Verify credentials first with
GET /auth/verify. - Build workflows with the endpoints in
references/api.md. - Check plan/feature gates in
references/pricing-and-limits.mdbefore suggesting advanced fields.
Response And Error Rules
- Prefer backend-accurate response shapes from
references/api.mdover marketing copy. - 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_EXISTSor400 RESERVED_SLUG: slug conflict/reserved slug.429 RATE_LIMIT_EXCEEDED: throttle and retry after reset usingX-RateLimit-Reset.
- Mention that rate-limit headers are available:
X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-Reset
Plan-Aware Guidance
- Always map requested behavior to plan gates before giving implementation steps.
- If the request needs unavailable features, give two paths:
- A compatible fallback on current plan.
- An upgrade path via https://useclick.io/pricing.
- 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.
- Link creation flow:
- Verify API key.
- Create link with minimal payload first (
target_url, optionalslug). - Add advanced fields only when plan supports them.
- Link management flow:
- List links with pagination.
- Read one link by slug.
- Update mutable fields safely.
- Delete by slug when requested.
- Analytics flow:
- Pull clicks with pagination.
- Optionally filter by
link_slug. - Aggregate client-side for dashboards.
- Geo-targeting flow:
- Confirm Starter+ plan.
- Read existing geo rules.
- Create per-country rules with uppercase ISO-2 country codes.
- Delete by
country_codequery param.
Accuracy Guardrails
- Do not invent endpoints, parameters, or response fields.
- Do not claim
Retry-Aftersupport by default; rely onX-RateLimit-Reset. - Call out docs-vs-backend mismatches when relevant and follow backend behavior.
- 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
相关技能
Master the JMPY.me ecosystem for professional URL shortening, advanced QR code generation, branded domain management, and deep marketing analytics. Use this...
通过 AI 代理调用 PicSee MCP,实现短链接生成与点击数据分析。
ClickHelp (clickhelp.com). Use this skill for ANY ClickHelp request — reading, creating, and updating data. Whenever a task involves ClickHelp, use this skill instead of calling the API directly.
ClickMeeting (clickmeeting.com). Use this skill for ANY ClickMeeting request — reading, creating, updating, and deleting data. Whenever a task involves Click...
Reverse-engineer the hook formula from a viral LinkedIn post URL. Returns which of the 16 canonical 2026 formulas it uses (anaphora, R.I.P., year-pivot, time...