npx claudepluginhub lpx0312/myai-plugins --plugin myai-toolsSSL证书管理助手,简化 XCA、OpenSSL、Nginx mTLS、Maven/Java 证书配置工作流。 触发场景: - 使用XCA创建根CA、中间CA、服务器证书、客户端证书 - Nginx HTTPS双向认证(SSL证书配置) - Maven/Gradle项目配置SSL证书 - Java KeyStore/JKS/PKCS12证书格式转换 - keytool Java密钥库管理 - 检查证书有效期、验证证书链 - OpenSSL命令操作证书(查看/验证/转换/签发) - 证书不受信任、SSL握手失败等问题排查 - PEM/DER/PKCS12/PKCS8格式转换 触发词(中文):证书、SSL、TLS、CA、根证书、中间CA、证书链、XCA、OpenSSL、keytool、 mTLS、双向认证、客户端证书、服务器证书、nginx ssl、https证书、keystore、truststore、 jks、pkcs12、pkcs8、pem、der、cer、crt、私钥、CSR、证书签名请求、证书格式转换、 证书过期、证书验证、证书不受信任、SAN、subject alternate name、IP证书 触发词(英文):certificates、ssl、tls、ca、root ca、intermediate ca、certificate chain、 xca、openssl、keytool、mtls、mutual tls、client-cert、server-cert、client certificate、 server certificate、nginx ssl、https、keystore、truststore、jks、pkcs12、pkcs8、pem、 der、cer、crt、private key、csr、certificate signing request、certificate format conversion、 certificate expiration、certificate verification、untrusted certificate、san、subject alt name、ip certificate
将 Docker 镜像同步到阿里云容器镜像服务(ACR)。支持单镜像和批量同步,自动轮询状态并返回 ACR 拉取地址。 触发词(中文):同步镜像、镜像同步、docker镜像同步、ACR同步、阿里云镜像同步、同步到ACR、镜像搬运、 镜像迁移、把xxx镜像同步、帮我同步、拉取镜像到ACR、同步nginx、同步redis、同步某个镜像、镜像转存、 Docker Hub到阿里云、海外镜像同步、gcr.io同步、quay.io同步、ghcr.io同步、k8s镜像同步、gcr镜像、 quay镜像、ghcr镜像、docker.io镜像同步。 触发词(英文):sync docker image、sync image to acr、image sync、mirror docker image、 docker image sync、sync nginx、sync redis、sync to aliyun、acr sync、container image sync。 使用场景:(1) 用户想将 Docker Hub/Google Container Registry/Quay/GitHub Container Registry 等海外镜像同步到阿里云 ACR;(2) 用户提到"同步"和"镜像"的组合;(3) 用户需要获取镜像的 ACR 拉取地址; (4) 用户提到"ACR"、"阿里云镜像"相关操作;(5) 批量同步多个镜像。
在 ESXI 服务器上创建虚拟机。当用户提到以下内容时必须使用此 skill:创建虚拟机、新建虚拟机、开一台虚拟机、开一台服务器、创建 VM、新建 VM、开一台 VM、ESXI 创建、虚拟机克隆、模板克隆、部署虚拟机、开通服务器、创建 Linux 服务器、CentOS 虚拟机、RockyLinux 虚拟机。即使是模糊表达如"帮我开台机器"、"需要新服务器"、"要台机器"、"开个虚拟环境"也应该触发。
Use when managing ESXi hosts - enabling/disabling maintenance mode, starting/stopping VMs, managing VM snapshots, or powering on/off ESXi hosts.
Manage a local GitHub knowledge base and provide GitHub search capabilities via gh CLI. Use when users ask about repos, PRs, issues, request to clone GitHub repositories, explore codebases, or need information about GitHub projects. Supports searching GitHub via gh CLI and managing local KB with GITHUB_KB.md catalog. Configure via GITHUB_TOKEN and GITHUB_KB_PATH environment variables.
自动生成 Linux 二进制工具安装脚本的完整工作流。当用户需要为任何二进制工具(containerd, runc, nerdctl, kubectl, helm, terraform 等)编写安装脚本时使用。也适用于用户说"帮我写个安装脚本"、"参照 X 脚本写 Y 脚本"等场景。
文件服务器地址映射。触发场景:用户提到本地路径要转URL,或URL要转本地路径,或要在文件服务器上搜索/下载文件。
Use when organizing notes, extracting tags, migrating old
自动生成 GitHub Release 下载脚本和统一入口脚本。当用户需要为任何 GitHub 项目(如 containerd, runc, nerdctl, kubectl, helm, terraform 等)创建下载脚本的完整工作流时使用。也适用于用户说"帮我写个下载脚本"、"参照 X 脚本写 Y 脚本"、"给这个项目写个下载器"等场景。
通过 Wake-on-LAN (WOL) 远程唤醒局域网主机。支持单台或批量唤醒,自动验证主机启动状态。触发词包括 "wake"、"唤醒"、"开机"、"远程开机"、"WOL"、"启动主机"、"wake up"。支持的主机:esxi200, xp, r3600, all(全部主机)。
A Claude Code plugin for AI-powered tools with SSH and local file search capabilities.
myaitools/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .mcp.json # MCP server configuration
├── skills/ # Skills (slash commands and context skills)
└── commands/ # Legacy commands format
Connects to internal network hosts via SSH:
{
"mcpServers": {
"ssh-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"--registry", "http://192.168.0.12/repository/npm-group/",
"-y",
"@lpx/ssh-mcp-server",
"--config-file",
"${SSH_MCP_CONFIG}"
]
}
}
}
Place skill directories in skills/ with a SKILL.md file:
skills/
my-skill/
SKILL.md
/plugin marketplace add lpx0312/myai-plugins
/plugin marketplace add anthropics/claude-plugins-official
/plugin install claude-md-management@claude-plugins-official
/plugin install code-review@claude-plugins-official
/plugin install code-simplifier@claude-plugins-official
/plugin install commit-commands@claude-plugins-official
/plugin install feature-dev@claude-plugins-official
/plugin install frontend-design@claude-plugins-official
/plugin install hookify@claude-plugins-official
/plugin install mcp-server-dev@claude-plugins-official
/plugin install ralph-loop@claude-plugins-official
/plugin install skill-creator@claude-plugins-official
claude -p "/plugin marketplace add anthropics/claude-plugins-official"
claude -p "/plugin install claude-md-management@claude-plugins-official"
claude -p "/plugin install code-review@claude-plugins-official"
claude -p "/plugin install code-simplifier@claude-plugins-official"
claude -p "/plugin install commit-commands@claude-plugins-official"
claude -p "/plugin install feature-dev@claude-plugins-official"
claude -p "/plugin install frontend-design@claude-plugins-official"
claude -p "/plugin install hookify@claude-plugins-official"
claude -p "/plugin install mcp-server-dev@claude-plugins-official"
claude -p "/plugin install ralph-loop@claude-plugins-official"
claude -p "/plugin install skill-creator@claude-plugins-official"
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
v9.26.0 — Multi-LLM orchestration for Claude Code with Double Diamond workflows, provider routing, safety gates, and automation. Use '/octo:auto' or just describe what you need. Run /octo:setup.