Premium AI-first URL shortening and management with real-time analytics and team collaboration via MCP. Use when shortening links for marketing, tracking AI...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install zulk-short-url-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install zulk-short-url-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/zulk-short-url-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: zulk-url-shortener description: "Premium AI-first URL shortening and management with real-time analytics and team collaboration via MCP. Use when shortening links for marketing, tracking AI interactions, or managing custom domains. Keywords: url, shortener, analytics, link management, mcp." license: MIT compatibility: Requires an MCP-compatible client and internet access. metadata: repository: https://github.com/Zu-lk/zulk-short-url-skill mcp_url: https://mcp.zu.lk/mcp mcp_sse_url: https://mcp.zu.lk/sse mcp_command: npx mcp-remote https://mcp.zu.lk/mcp ---
This skill enables AI agents to manage short links, organizations, and analytics using the Zu.lk MCP (Model Context Protocol) server.
Zu.lk is an AI-first premium URL shortener designed for blazing-fast performance and seamless AI integration. This skill connects your agent to the Zulk MCP server, allowing it to:
zu.lk/abcd)To use this skill, add the Zulk MCP server configuration to your AI assistant's settings (e.g., mcp.json or equivalent).
Choose the transport method that best fits your environment:
Fastest and most reliable communication.
{
"mcpServers": {
"zulk-url-shortener": { "url": "https://mcp.zu.lk/mcp" }
}
}
Real-time streaming specialized for certain clients.
{
"mcpServers": {
"zulk-url-shortener": { "url": "https://mcp.zu.lk/sse" }
}
}
Uses standard input/output via a remote bridge.
{
"mcpServers": {
"zulk-url-shortener": {
"command": "npx",
"args": ["mcporter", "https://mcp.zu.lk/mcp"]
}
}
}
Use this skill when the user asks to:
The Zulk MCP server provides the following tools. Note that tool names use an underscore (_) instead of a dot:
zulk_get_organizations(): Returns all organizations that the authenticated user has access to.zulk_create_organization(name: string): Creates a new organization with the authenticated user as owner.zulk_get_organization_members(orgId: string): Returns all members of a specific organization.zulk_add_organization_member(orgId: string, email: string, role?: "MANAGER" | "ADMIN" | "OWNER"): Adds a new member to an organization (requires ADMIN or OWNER role).zulk_update_member_role(orgId: string, memberId: string, role: "MANAGER" | "ADMIN" | "OWNER"): Updates the role of a specific member in an organization.zulk_remove_organization_member(orgId: string, memberId: string): Removes a member from an organization (requires ADMIN or OWNER role).zulk_get_organization_links(orgId: string): Returns all short links for a specific organization.zulk_create_link(orgId: string, url: string, key?: string, length?: number, expiresAt?: string, password?: string, utmParams?: any): Creates a new short link for the given URL in the specified organization. _(Note: length is 5-10, expiresAt and password are Pro plan features)._zulk_get_link(orgId: string, linkId: string): Returns details of a specific link by ID from the specified organization.zulk_update_link(orgId: string, linkId: string, url: string, key: string, expiresAt?: string, password?: string): Updates an existing short link for the specified organization. _(Note: expiresAt and password are Pro plan features)._zulk_get_organization_analytics(orgId: string, dateFrom?: string, dateTo?: string, interval?: string): Returns click analytics data for an organization's links. _(Defaults: dateFrom "-7d", dateTo "today", interval "day")_.zulk_get_organizations to list available organizations.zulk_create_link with the specific orgId and url.zulk_get_organization_links.zulk_add_organization_member with the organization ID and member details.zulk_get_organization_analytics.Input: "Shorten https://github.com/Zu-lk/zulk-short-url-skill for my marketing team" Agent reasoning:
zulk_create_link.Output: "Generated short link: https://zu.lk/z-skill"
Input: "Show analytics for our links" Agent reasoning:
zulk_get_organization_analytics.Output: "Your links received 1,240 clicks yesterday. Here is the breakdown..."
安装 Zulk Short URL Skill 后,可以对 AI 说这些话来触发它
Help me get started with Zulk Short URL Skill
Explains what Zulk Short URL Skill does, walks through the setup, and runs a quick demo based on your current project
Use Zulk Short URL Skill to premium AI-first URL shortening and management with real-time analy...
Invokes Zulk Short URL Skill with the right parameters and returns the result directly in the conversation
What can I do with Zulk Short URL Skill in my product manager workflow?
Lists the top use cases for Zulk Short URL Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/zulk-short-url-skill/ 目录(个人级,所有项目可用),或 .claude/skills/zulk-short-url-skill/(项目级)。重启 AI 客户端后,用 /zulk-short-url-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Zulk Short URL Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Zulk Short URL Skill 可免费安装使用。请查阅仓库了解许可证信息。
Premium AI-first URL shortening and management with real-time analytics and team collaboration via MCP. Use when shortening links for marketing, tracking AI...
Zulk Short URL Skill 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Zulk Short URL Skill
Identifies repetitive steps in your workflow and sets up Zulk Short URL Skill to handle them automatically