zulk-short-url-skillCreate, manage, and analyze shortened URLs with Zu.lk via MCP, supporting custom aliases, real-time stats, and team collaboration.
Install via ClawdBot CLI:
clawdbot install agentmilindu/zulk-short-url-skillThis skill enables AI agents to manage short links 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": ["mcp-remote", "https://mcp.zu.lk/mcp"]
}
}
}
Input: "Shorten https://github.com/Zu-lk/zulk-short-url-skill"
Output: "Generated short link: https://zu.lk/z-skill"
Input: "How many clicks did my 'newsletter' link get yesterday?"
Output: "Your 'newsletter' link received 1,240 clicks yesterday."
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.