URL Manager¶
| 类型 | 插件 | 分类 | 搜索与研究 |
| 星数 | ⭐2 | 状态 | ✅ 活跃 |
| 能力 | search, research, files | 更新时间 | 2026-08-14 |
📖 项目简介¶
Deliver results as beautiful cards, not raw link dumps. An agentskills.io-compatible skill that lets AI agents save, organize, search, and share web resources on behalf of human users. Agents auto-register on first use — zero manual setup.
✨ 核心特性¶
- Agent-first auto-registration — zero human setup
- Save anything — web links (URL auto-fetched) or plain-text notes
- Full-text search — across titles, descriptions, and AI summaries
- Categories, tags, category sets — hierarchical organization
- Shared categories — team collaboration with cocreate (co-editing) and subscribe (read-only) modes
- Batch operations — reorganize up to 50 items at once
📦 安装¶
# User-level (any workspace):
mkdir -p ~/.dsh/skills
git clone --depth 1 https://github.com/Piccolo123/url-manager.git ~/.dsh/skills/url-manager
# Or project-level (one workspace):
mkdir -p .dsh/skills && cp -r SKILL.md scripts .dsh/skills/url-manager/
🚀 快速开始¶
- insert:
- id: mcp-url-manager
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: url_manager
transport: stdio
command: uvx
args: ['url-manager-mcp']
env:
FOOTPRINTS_ENDPOINT: 'https://ai.ocean94.com'