By libukai
Configure VSCode extensions to test APIs with httpYac including auth scripts and CI/CD workflows, monitor multiple dev server ports like Vite and Next.js in real-time, and deploy static sites via SFTP to Nginx servers with secure setups.
Configure VSCode with httpYac for API testing and automation. This skill should be used specifically when converting API documentation to executable .http files (10+ endpoints), setting up authentication flows with pre-request scripts, implementing request chaining with response data, organizing multi-file collections with environment management, or establishing Git-based API testing workflows with CI/CD integration.
This skill should be used when configuring VS Code Port Monitor extension for development server monitoring. Use when the user asks to "set up port monitoring for Vite", "monitor my dev server ports", "configure port monitor for Next.js", "track which ports are running", "set up multi-port monitoring", "monitor frontend and backend ports", or "check port status in VS Code". Provides ready-to-use configuration templates for Vite (5173), Next.js (3000), and microservices architectures with troubleshooting guidance.
This skill should be used when setting up SFTP deployment for static websites to production servers, including converting projects from Docker/Express to static hosting, deploying Vue/React/Angular builds, setting up Slidev presentations, or configuring Hugo/Jekyll/Gatsby sites. Use this when the user asks to "setup SFTP deployment", "deploy static site to server", "configure Nginx for static files", "convert from Docker to static hosting", "deploy Vue build to production", "setup subdomain hosting", or "configure SFTP in VS Code". Provides SFTP configuration templates and production-ready Nginx configurations with security headers and caching.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
本项目致力于遵循少而精的原则,收集和分享最优质的 Skill 资源、教程和实践案例,帮助更多人轻松迈出搭建 Agent 的第一步。
如果觉得这个项目对你有所帮助,还请帮忙点个 🌟 让更多人知晓。同时,也欢迎关注我的 𝕏 账号 @李不凯正在研究 ,即时获取 Agent Skill 的最新资源和实战教程!
Skill 是一种轻量级的 Agent 构建方案,通过封装特定的业务流程与行业知识,强化 AI 执行特定任务的专业能力。
面对重复性的任务需求,你无需在每次对话中反复输入背景信息。只需安装对应的 Skill,AI 即可习得该领域的专业技能。
历经半年的迭代演进,Skill 已成为增强 AI 垂直领域能力的标准方案,并获得了各类 Agent 框架与 AI 产品的广泛支持。
根据标准定义,每个 Skill 都是一个规范化命名的文件夹,其中包含了流程、资料、脚本等各类资源。通过在上下文中渐进式导入这些文件,AI 即可学会相应的技能。
my-skill/
├── SKILL.md # 必需:流程说明和元数据
├── references/ # 可选:参考资料
├── scripts/ # 可选:可执行脚本
└── assets/ # 可选:模板、资源
Skill 可以在 Claude 和 ChatGPT 这类 GUI 的 App 中使用,也可以在 Cursor 和 Claude Code 这类编程 IDE 及 TUI CLI 中使用,还可以在 OpenClaw 等 Agent Harness 上使用。
安装 Skill 过程的本质,其实就是将 Skill 对应的文件夹放到特定的目录下,以便 AI 能按需加载和使用。

目前在 App 中使用 Skill 的方式主要有两种:通过 App 自带的 Skill 商店安装,或者通过上传压缩包的方式安装。
对于官方商店中没有的 Skill,可以从下方推荐的 Skill 第三方商店中下载并手动上传安装。

推荐使用 skillsmp 商店,该商店中自动抓取了 Github 上的所有的 Skill 项目,并按照分类、更新时间、星标数量等标签进行了分类整理。
可辅助使用 Vercel 出品的 skills.sh 排行榜,直观查看当前最受欢迎的 Skills 仓库和单个 Skill 的使用情况。
对于特定的 skill,使用 npx skills 命令行工具可快速发现、添加和管理 skill,具体参数详见 vercel-labs/skills。
npx skills find [query] # 搜索相关技能
npx skills add <owner/repo> # 安装技能(支持 GitHub 简写、完整 URL、本地路径)
npx skills list # 列出已安装的技能
npx skills check # 检查可用更新
npx skills update # 升级所有技能
npx skills remove [skill-name] # 卸载技能

如果有科学上网的能力,且使用官方版本 OpeClaw,推荐使用官方的 ClawHub 商店,提供的技能更偏技术向且包含了大量海外产品的整合。
npx clawhub search [query] # 搜索相关技能
npx clawhub explore # 浏览技能市场
npx clawhub install <slug> # 安装技能
npx clawhub uninstall <slug> # 卸载技能
npx clawhub list # 列出已安装的技能
npx clawhub update --all # 升级所有技能
npx clawhub inspect <slug> # 查看技能详情(不安装)

对于主要在国内网络环境下使用,或者是使用国内定制版的 OpenClaw,推荐使用腾讯推出的 SkillHub 商店,提供了大量更符合中国用户使用需求的技能。
首先,需要安装 Skill Hub CLI 工具,可以通过以下命令进行安装:
curl -fsSL https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/install.sh | bash
安装完成后,可以使用以下命令来安装和管理技能:
skillhub search [query] # 搜索相关技能
skillhub install <skill-name> # 使用 skill name 添加技能
skillhub list # 列出已安装的技能
skillhub upgrade # 升级已安装的技能
Manage Claude Code settings and MCP server configurations with best practices
npx claudepluginhub libukai/awesome-agent-skills --plugin vscode-extensions-toolkitSkill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.
Claude Code skill pack for Vercel (30 skills)
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Manage Claude Code settings and MCP server configurations with best practices
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.