aiskillstore/marketplace
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
Deep Analysis
AI Skillstore is an official skill marketplace platform for Claude Code and Codex, providing security-audited skill discovery, installation, and management
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
- 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
- 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
- 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
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
- Download the skill ZIP from skillstore.io
- Extract to your preferred scope directory:
- Project scope:
.claude/skills/<skill-name>/(current project only) - User scope:
~/.claude/skills/<skill-name>/(all projects)
- Project scope:
- Each skill folder must contain a
SKILL.mdfile
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
- Download the skill ZIP from skillstore.io
- 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)
- Repo scope:
- Restart Codex to load new skills
For Skill Developers
Submit Your Skill
- Visit skillstore.io/submit
- Enter your GitHub repository URL containing a
SKILL.mdfile - Wait for automated security analysis
- Admin reviews and approves your submission
- 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
- Website: skillstore.io
- Submit Skills: skillstore.io/submit
- Documentation: skillstore.io/docs
- Agent Skills Spec: agentskills.io/specification
- GitHub: github.com/aiskillstore
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
Related Skills
wshobson/agents
wshobsonIntelligent 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.
ComposioHQ/awesome-claude-skills
ComposioHQA 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.
code-yeongyu/oh-my-opencode
code-yeongyuThe Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.
Powerful multi-agent coding tool, but note OAuth limitations.
nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilderAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
Essential for designers; comprehensive UI/UX knowledge base.
thedotmack/claude-mem
thedotmackA 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.
OthmanAdi/planning-with-files
OthmanAdiClaude 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.

