aiskillstore/marketplace

Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

License:UnknownLanguage:Ruby682
ai-skillsClaudeclaude-codeclaude-skillscodexcodex-skillsζŠ€θƒ½

Deep Analysis

AI Skillstore is an official skill marketplace platform for Claude Code and Codex, providing security-audited skill discovery, installation, and management

Recommended

Core Features

Download and install skill files from GitHub directly to local skills directory

Supports both Claude Code and Codex AI agent platforms

All submitted skills undergo automated security analysis checking for dangerous code patterns

Supports project-level, user-level, and system-level installation scopes

Developers can submit their skills via skillstore.io for review

Technical Implementation

Architecture:GitHub repo-based skill distribution platform, with skillstore.io website for skill browsing and submission management
Execution Flow:

Key Components:
Agent Skills Spec
SKILL.md
GitHub Workflows
JSON Schemas
Highlights
  • Follows open Agent Skills specification standards
  • Automated security audit prevents malicious code
  • Supports both Claude Code and Codex platforms
  • Flexible multi-scope installation options
  • Open skill submission and review process
Use Cases
  • Install extension skills for Claude Code or Codex
  • Developers publish their AI agent skills to marketplace
  • Teams uniformly manage and distribute internally developed skills
  • Discover and explore community-contributed quality skills
Limitations
  • Requires external website skillstore.io for skill browsing and submission
  • Current repo has limited actual skill count
  • Security audit relies on automated detection, may have false negatives
Tech Stack
RubyGitHub ActionsJSON SchemaMarkdown

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

Highly Recommended
agents

wshobson/agents

wshobson

Intelligent automation and multi-agent orchestration for Claude Code

The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.

25.6k2.8k3 days ago
Highly Recommended
awesome-claude-skills

ComposioHQ/awesome-claude-skills

ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows

The most comprehensive Claude Skills resource list; connect-apps is a killer feature.

19.9k2.0k3 days ago
Recommended
oh-my-opencode

code-yeongyu/oh-my-opencode

code-yeongyu

The Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.

Powerful multi-agent coding tool, but note OAuth limitations.

17.5k1.2k3 days ago
Highly Recommended
ui-ux-pro-max-skill

nextlevelbuilder/ui-ux-pro-max-skill

nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

Essential for designers; comprehensive UI/UX knowledge base.

15.3k1.5k3 days ago
Recommended
claude-mem

thedotmack/claude-mem

thedotmack

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

A practical solution for Claude's memory issues.

14.0k9143 days ago
Highly Recommended
planning-with-files

OthmanAdi/planning-with-files

OthmanAdi

Claude Code skill implementing Manus-style persistent markdown planning β€” the workflow pattern behind the $2B acquisition.

Context engineering best practices; an open-source implementation of Manus mode.

9.3k8113 days ago