Claude Skill

Peiiii/skild

Skild 是一个用于 AI 智能体技能(Claude Skill)的包管理平台。轻松探索、安装、管理并发布技能。基于 TypeScript,助您更快构建 AI 智能体应用。

概览

Stars79
Forks7
语言TypeScript
最后更新2026-01-25
最近同步2026-07-02
前往 GitHub

仓库信息

拥有者Peiiii
仓库skild
完整名称Peiiii/skild
Repo ID1,129,065,930

安装这个 Skill

git clone https://github.com/Peiiii/skild.git

Registry 信息

类型codex_skill
质量分80/100
验证状态readme_parsed
最近验证2026-07-02
平台
ClaudeCodexCursor
能力
pdfsearch
识别文件
README.mdREADME.zh-CN.mddocsexamplespackage.json
配置键
URLPACKAGE_JSON

项目简介

Skild 是一个用于 AI 智能体技能(Claude Skill)的包管理平台,相当于“Claude Skill 的 npm”。它让开发者能够轻松探索、安装、管理并发布 AI 智能体技能。

英文描述

The npm for Agent Skills — Discover, install, manage, and publish AI Agent Skills with ease

要点

  • 探索 AI 智能体技能
  • 安装与管理技能
  • 发布新技能
  • 智能体生态系统的包管理器
  • 基于 TypeScript 的平台

使用场景

  • 构建 AI 智能体应用
  • 共享可复用的智能体能力
  • 管理技能依赖
  • 使用预构建技能快速原型开发
  • 为智能体生态系统做贡献

README 摘要

<div align="center"> # 🛡️ skild **Get your agents skilled.** *The npm for Agent Skills — Discover, install, manage, and publish AI Agent Skills with ease* [![npm version](https://img.shields.io/npm/v/skild.svg)](https://www.npmjs.com/package/skild) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [Website](https://skild.sh) · [Documentation](./docs/README.md) · [Skild Hub](https://hub.skild.sh) English | **[简体中文](./README.zh-CN.md)** </div> --- ## 🚀 Quick Start ```bash npm i -g skild skild install anthropics/skills skild list skild update skild push owner/repo --dir ./my-skill ``` That's it. Your agent is ready to install and manage skills. ## 🧭 Command Overview | Command | Description | |---------|-------------| | `skild install <source>` | Install a Skill (Git URL / local / registry) | | `skild list` | List installed Skills | | `skild info <skill>` | Show Skill details | | `skild update [skill]` | Update installed Skills | | `skild sync [skills...]` | Auto-detect missing installs and sync | | `skild uninstall <skill>` | Remove a Skill | | `skild init <name>` | Create a new Skill project | | `skild validate [path\|skill]` | Validate a Skill folder or installed Skill | | `skild push <repo>` | Push a Skill to a Git repository | | `skild extract-github-skills <source>` | Extract GitHub Skills into a local catalog | | `skild search <query>` | Search the registry | | `skild signup` | Create a publisher account | | `skild login` | Login to registry | | `skild whoami` | Show current identity | | `skild logout` | Remove credentials | | `skild publish` | Publish a Skill to the registry | Run `skild <command> --help` for full options. ## 📖 What is this? [Agent Skills](https://agentskills.io) is an open stand

话题

暂无话题

探索更多

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