Co-Pilot / 辅助式
更新于 a month ago

marketplace

Aaiskillstore
0.1k
aiskillstore/marketplace
76
Agent 评分

💡 摘要

一个用于发现和管理Claude Code和Codex代理技能的AI技能市场。

🎯 适合人群

希望增强项目的AI开发者寻求可重用技能的数据科学家希望集成AI能力的软件工程师探索AI功能的技术爱好者教授AI概念的教育工作者

🤖 AI 吐槽:一个技能市场,可能需要更多自己的技能。

安全分析中风险

该市场可能使用户面临来自未经验证的技能的风险,包括潜在的恶意代码执行和未经授权的网络访问。实施强有力的技能审核流程可以减轻这些风险。

AI Skillstore - Agent Skills Marketplace

The official AI Skills marketplace for Claude Code and Codex. Discover, install, and manage AI agent skills following the Agent Skills specification.

Quick Start

Claude Code Installation

Method 1: Quick Install (Recommended)

Copy this prompt and paste it into Claude Code:

Download all files from https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name> and save to ~/.claude/skills/

Claude Code will automatically fetch and install the skill files.

Method 2: Manual Install

  1. Download the skill ZIP from skillstore.io
  2. Extract to your preferred scope directory:
    • Project scope: .claude/skills/<skill-name>/ (current project only)
    • User scope: ~/.claude/skills/<skill-name>/ (all projects)
  3. Each skill folder must contain a SKILL.md file

Codex Installation

Method 1: Use $skill-installer (Recommended)

Run this command inside Codex:

$skill-installer install https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name>

Method 2: Manual Install

  1. Download the skill ZIP from skillstore.io
  2. Extract to your preferred scope directory:
    • Repo scope: .codex/skills/<skill-name>/ (current project)
    • User scope: ~/.codex/skills/<skill-name>/ (your account)
    • System scope: /etc/codex/skills/<skill-name>/ (all users)
  3. Restart Codex to load new skills

For Skill Developers

Submit Your Skill

  1. Visit skillstore.io/submit
  2. Enter your GitHub repository URL containing a SKILL.md file
  3. Wait for automated security analysis
  4. Admin reviews and approves your submission
  5. Your skill becomes available in the marketplace

Skill Requirements

Your repository should contain:

  • SKILL.md - The skill definition file (required)
  • Supporting files referenced by the skill (optional)
  • LICENSE - License file (recommended)

Security Analysis

All submitted skills undergo automated security analysis that checks for:

  • Dangerous code patterns (eval, exec, system commands)
  • File system access outside project scope
  • Network requests to external hosts
  • Obfuscated or minified code
  • Credential/secret handling

Skills that fail security checks will not be published.

Repository Structure

.
├── skills/                    # Approved skills
│   └── <skill-name>/
│       ├── SKILL.md           # Skill definition (required)
│       ├── scripts/           # Optional executable scripts
│       ├── references/        # Optional additional docs
│       └── assets/            # Optional static resources
├── pending/                   # Skills awaiting review
├── schemas/                   # JSON validation schemas
└── .github/workflows/         # Automation workflows

Available Skills

Browse all available skills at skillstore.io.

Links

License

This marketplace catalog is licensed under MIT. Individual skills may have their own licenses - check each skill's LICENSE file.


Made with care by the AI Skillstore team

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 适用于不同环境的简单安装方法
  • 对提交的技能进行自动安全分析
  • 支持多种技能类型和功能

缺点

  • 依赖外部网站下载技能
  • 关于技能能力的信息有限
  • 未经验证的技能可能存在安全风险

相关技能

ai-skills

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 aiskillstore.