Claude Skill

gotalab/skillport

Skillport 可通过 CLI 或 MCP 对 AI 和编码代理的 Agent Skills 进行集中管理和部署。这款基于 Python 的解决方案让您一次定义技能,随处部署。

概览

Stars402
Forks29
语言Python
最后更新2026-06-24
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者gotalab
仓库skillport
完整名称gotalab/skillport
Repo ID1,107,847,846

安装这个 Skill

uv tool install skillport

Registry 信息

类型mcp_server
质量分80/100
验证状态readme_parsed
最近验证2026-06-12
平台
ClaudeMCPCodexCursor
能力
code-reviewpdfsearchimageterminalworkflowagent-skillsai-agentclaudecodex
识别文件
README.mdpyproject.tomltests
配置键
URL
安装方式
  • uv tool install skillport
  • uv tool install skillport-mcp
  • claude mcp add skillport -- uvx skillport-mcp
  • git clone https://github.com/gotalab/skillport.git

项目简介

Skillport 是一个 Python 工具,可通过 CLI 或 MCP(模型上下文协议)将 Agent Skills 集成到任何 AI 或编码代理中。它提供了一个集中的技能管理系统,实现一次定义,随处部署。

英文描述

Bring Agent Skills to Any AI Agent and Coding Agent — via CLI or MCP. Manage once, serve anywhere.

要点

  • 为AI代理提供集中的技能管理
  • 通过CLI或模型上下文协议(MCP)部署
  • 基于Python实现
  • 跨平台的技能可移植性
  • 与多种AI编码工具集成

使用场景

  • 通过自定义技能扩展AI代理能力
  • 在不同编码环境间共享技能
  • 为开发团队创建可复用的技能库
  • 将代理技能集成到现有工作流中
  • 跨平台标准化技能部署

README 摘要

# ⚓ SkillPort <div align="center"> **The SkillOps Toolkit for Agent Skills** SkillOps = Validate, manage, and deliver skills at scale. [![Python](https://img.shields.io/badge/Python-3.10+-blue)](https://python.org) [![MCP](https://img.shields.io/badge/MCP-Enabled-green)](https://modelcontextprotocol.io) [![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE) </div> --- ## Why SkillPort? | When you... | SkillPort... | |-------------|--------------| | Use a coding agent without native skill support | Serves via MCP or CLI | | Build your own AI agent | Provides MCP server, CLI, and Python library | | Have 50+ skills and need the right one fast | Search-first loading ([Tool Search Tool](https://www.anthropic.com/engineering/advanced-tool-use) pattern) | | Check skills before deployment | Validates against the spec in CI | | Manage skill metadata programmatically | Provides `meta` commands | | Find a skill on GitHub | Installs with `add <url>` | Fully compatible with the [Agent Skills specification](https://agentskills.io/specification). --- ## Features ### Validate Check skills against the [Agent Skills specification](https://agentskills.io/specification). ```bash skillport validate # Validate all skills skillport validate ./skills # Validate specific directory skillport validate --json # CI-friendly JSON output ``` Catches missing fields, naming issues, and spec violations before they cause problems. ### Manage Full lifecycle management from any source. ```bash # Add from GitHub (shorthand) skillport add anthropics/skills skills # Add from GitHub (full URL) skillport add https://github.com/anthropics/skills/tree/main/skills # Add from local path or zip skillport add ./my-skills skillport add skills

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03