Agent Plugins Marketplace
All plugins

skill-auto-installer

v1.0.0

Natural language intent analysis → skill recommendation → auto-install. Claude analyzes what you want, discovers matching skills from marketplaces, and installs them silently so they're ready to use immediately.

Claude Code1 Skill

By QM152License: MIT945 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install skill-auto-installer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-auto-installer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/skill-auto-installer/.

Plugin files

plugins/skill-auto-installer/
├── .claude-plugin/plugin.json
└── skills/skill-auto-installer/SKILL.md

Included Skills1

skill-auto-installerskills/skill-auto-installer/SKILL.md

自然语言意图分析 → 技能推荐 → 自动安装。当你描述需求时,Claude 自动分析意图、从市场中发现匹配的技能、安装后调用。

Plugin manifests1

plugins/skill-auto-installer/.claude-plugin/plugin.json
{
  "name": "skill-auto-installer",
  "description": "Natural language intent analysis → skill recommendation → auto-install. Claude analyzes what you want, discovers matching skills from marketplaces, and installs them silently so they're ready to use immediately.",
  "version": "1.0.0",
  "author": {
    "name": "QM152"
  },
  "homepage": "https://github.com/maimai-dot/skill-auto-installer",
  "repository": "https://github.com/maimai-dot/skill-auto-installer",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "skill",
    "auto-install",
    "intent-analysis",
    "meta-skill",
    "marketplace"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skill-auto-installer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-auto-installer)