Co-Pilot
Updated a month ago

marketplace

Aaiskillstore
0.1k
aiskillstore/marketplace
76
Agent Score

💡 Summary

An AI skills marketplace for discovering and managing agent skills for Claude Code and Codex.

🎯 Target Audience

AI developers looking to enhance their projectsData scientists seeking reusable skillsSoftware engineers wanting to integrate AI capabilitiesTech enthusiasts exploring AI functionalitiesEducators teaching AI concepts

🤖 AI Roast:A marketplace for skills that might need a few more skills of its own.

Security AnalysisMedium Risk

The marketplace may expose users to risks from unverified skills, including potential malicious code execution and unauthorized network access. Implementing a robust vetting process for skills can mitigate these risks.

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

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Easy installation methods for different environments
  • Automated security analysis for submitted skills
  • Supports a variety of skill types and functionalities

Cons

  • Dependency on external sites for skill downloads
  • Limited information on skill capabilities
  • Potential security risks from unverified skills

Related Skills

ai-skills

A
toolCo-Pilot
82/ 100

“Powerful, but the setup might scare off the impatient.”

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author aiskillstore.