Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

zulk-short-url-skillzulk 短网址技巧

Agent Skill

zulk-short-url-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

24,755

周安装

1,061

GitHub Stars

公开资料未说明

下载量

8,658
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:zulk-short-url-skill(zulk 短网址技巧)
来源仓库:https://github.com/agentmilindu/zulk-short-url-skill
安装命令:
openclaw skills install zulk-short-url-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install zulk-short-url-skill

简介

AI 优先 URL 缩短与管理工具,集成实时分析与协作功能。

  • 适用于营销链接追踪与人工智能驱动的数据洞察。
  • 支持批量处理与高并发访问需求。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 依赖外部短链服务商稳定性,可能出现服务中断风险。
  • zulk-short-url-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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

Zulk URL Shortener Skill

This skill enables AI agents to manage short links, organizations, and analytics using the Zu.lk MCP (Model Context Protocol) server.

Overview

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:

  • Create shortened URLs (e.g., zu.lk/abcd)
  • Manage existing links and campaigns
  • Access real-time analytics
  • Manage organizations and collaborate with team members

Installation

To use this skill, add the Zulk MCP server configuration to your AI assistant's settings (e.g., mcp.json or equivalent).

Configuration Options

Choose the transport method that best fits your environment:

1. Streamable HTTP (Recommended)

Fastest and most reliable communication.

{
  "mcpServers": {
    "zulk-url-shortener": { "url": "https://mcp.zu.lk/mcp" }
  }
}

2. SSE (Server-Sent Events)

Real-time streaming specialized for certain clients.

{
  "mcpServers": {
    "zulk-url-shortener": { "url": "https://mcp.zu.lk/sse" }
  }
}

3. Stdio (via mcp-remote or mcporter)

Uses standard input/output via a remote bridge.

{
  "mcpServers": {
    "zulk-url-shortener": {
      "command": "npx",
      "args": ["mcporter", "https://mcp.zu.lk/mcp"]
    }
  }
}

Step-by-Step Instructions

  1. Preparation: Ensure you have a Zu.lk account or are ready to sign in via Google.
  2. Configuration: Add one of the JSON configurations above to your agent's MCP settings file.
  3. Authentication: When you first run a command like "shorten this link", the agent will present an OAuth URL. Follow the link to authenticate.
  4. Verification: Ask the agent "List my recently created links" to verify the connection is active.
  5. Execution: Use natural language to create links, e.g., "Create a short link for https://google.com with alias 'my-search'".

When To Use This Skill

Use this skill when the user asks to:

  • shorten a URL
  • manage short links
  • view or update an existing short link
  • manage organizations
  • invite or manage organization members
  • retrieve link analytics
  • list links belonging to an organization

Available MCP Tools

The Zulk MCP server provides the following tools. Note that tool names use an underscore (_) instead of a dot:

Organization Management

  • 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.

Organization Members

  • 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).

Link Management

  • 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)._

Analytics

  • 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")_.

Common Workflows

Creating a Short Link

  1. Determine which organization the link should belong to.
  2. If the organization is not specified, call zulk_get_organizations to list available organizations.
  3. Call zulk_create_link with the specific orgId and url.
  4. Return the generated short link to the user.

Listing Links in an Organization

  1. Identify the organization.
  2. Call zulk_get_organization_links.
  3. Return the list of links in a readable format.

Inviting a Member

  1. Ensure the user has ADMIN or OWNER permissions.
  2. Call zulk_add_organization_member with the organization ID and member details.
  3. Confirm the member was successfully added.

Viewing Analytics

  1. Identify the organization.
  2. Call zulk_get_organization_analytics.
  3. Summarize click metrics for the user.

Best Practices

  • Always verify the organization before creating or modifying links.
  • Prefer listing organizations if the user did not specify one.
  • Provide clean responses when returning links or analytics.
  • Clearly report permission errors when they occur.

Usage Examples

Creating a Link

Input: "Shorten https://github.com/Zu-lk/zulk-short-url-skill for my marketing team" Agent reasoning:

  1. Identify the organization belonging to the marketing team.
  2. Call zulk_create_link.
  3. Return the generated short link.

Output: "Generated short link: https://zu.lk/z-skill"

Checking Analytics

Input: "Show analytics for our links" Agent reasoning:

  1. Determine the organization.
  2. Call zulk_get_organization_analytics.
  3. Summarize the click data.

Output: "Your links received 1,240 clicks yesterday. Here is the breakdown..."

Edge Cases & Troubleshooting

  • Auth Failure: If authentication fails, ensure you are using the correct Google account. You may need to restart the agent to re-trigger the OAuth flow.
  • Alias Taken: If a custom alias is already in use, the agent should suggest an alternative or append a random string.
  • Rate Limits: If you exceed your plan's link limit, the MCP server will return an error indicating the limit has been reached.
  • Link Expiration: Ensure you check if the link has an expiration date if it suddenly stops working.

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.34%
按下载量换算6,177

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills