🎯

browserpilot-executor

🎯Skill

from yuanxiao0115/agent-skills

VibeIndex|
What it does

Based on the README, I cannot find a specific description for a skill named "browserpilot-executor". The README lists skills like "browserwing-executor" and "dev-browser", but not "browserpilot-exe...

📦

Part of

yuanxiao0115/agent-skills(22 items)

browserpilot-executor

Installation

Quick InstallInstall with npx
npx skills add yuanxiao0115/agent-skills/skills --all
Quick InstallInstall with npx
npx skills add yuanxiao0115/agent-skills/skills/read-github
Quick InstallInstall with npx
npx skills add yuanxiao0115/agent-skills/skills --skill read-github planner
Quick InstallInstall with npx
npx skills add yuanxiao0115/agent-skills/skills /path/to/your/project
npm installInstall npm package
npm install -g skills

+ 22 more commands

📖 Extracted from docs: yuanxiao0115/agent-skills
4Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

image

# Agent Skills

用于维护与分发 Codex/Agent skills 的仓库。

快速开始(推荐)

安装全部技能:

```bash

npx skills add yuanxiao0115/agent-skills/skills --all

```

安装单个技能(可直接复制):

```bash

npx skills add yuanxiao0115/agent-skills/skills/read-github

```

安装多个技能(避免交互):

```bash

npx skills add yuanxiao0115/agent-skills/skills --skill read-github planner

```

安装到指定项目:

```bash

npx skills add yuanxiao0115/agent-skills/skills /path/to/your/project

```

全局安装并直接使用 skills

```bash

npm install -g skills

skills add yuanxiao0115/agent-skills/skills --all

```

说明:

  • 无 TTY 时无法交互选择,请显式使用 --all--skill

目录结构

  • skills/:每个技能一个目录,必须包含 SKILL.md
  • bin/:安装工具(CLI)
  • scripts/:仓库维护脚本

当前技能清单

覆盖范围(简要):浏览器自动化、前后端规范、类型/规划/并行协作、文档检索、CLI 设计与 UI/UX 指南。

表格内的安装命令可直接复制。

| Skill | 简介 | 单个安装命令 |

| --- | --- | --- |

| agent-browser | A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI... | npx skills add yuanxiao0115/agent-skills/skills/agent-browser |

| backend-dev-guidelines | Comprehensive backend development guide for Node.js/Express/TypeScript microservices. U... | npx skills add yuanxiao0115/agent-skills/skills/backend-dev-guidelines |

| browserwing-executor | Control browser automation through HTTP API. Supports page navigation, element interact... | npx skills add yuanxiao0115/agent-skills/skills/browserwing-executor |

| cli-design-guidelines | Design and UX guidance for command-line tools and scripts, based on the Command Line In... | npx skills add yuanxiao0115/agent-skills/skills/cli-design-guidelines |

| context7 | Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Work... | npx skills add yuanxiao0115/agent-skills/skills/context7 |

| dev-browser | Browser automation with persistent page state. Use when users ask to navigate websites,... | npx skills add yuanxiao0115/agent-skills/skills/dev-browser |

| frontend-design | Create distinctive, production-grade frontend interfaces with high design quality. Use... | npx skills add yuanxiao0115/agent-skills/skills/frontend-design |

| frontend-responsive-ui | Build responsive, mobile-first layouts using fluid containers, flexible units, media qu... | npx skills add yuanxiao0115/agent-skills/skills/frontend-responsive-ui |

| openai-docs-skill | Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl... | npx skills add yuanxiao0115/agent-skills/skills/openai-docs-skill |

| parallel-task | Execute plan files by launching multiple parallel subagents to complete tasks simultane... | npx skills add yuanxiao0115/agent-skills/skills/parallel-task |

| plan-harder | Use when user specfically says 'plan harder'. | npx skills add yuanxiao0115/agent-skills/skills/plan-harder |

| planner | Create comprehensive, phased implementation plans with sprints and atomic tasks. Use wh... | npx skills add yuanxiao0115/agent-skills/skills/planner |

| read-github | Read and search GitHub repository documentation via gitmcp.io MCP service. Use when giv... | npx skills add yuanxiao0115/agent-skills/skills/read-github |

| skill-creator | Use when creating/updating Codex skills and you want to scaffold, validate, or package... | npx skills add yuanxiao0115/agent-skills/skills/skill-creator |

| skill-installer | Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path.... | npx skills add yuanxiao0115/agent-skills/skills/skill-installer |

| todo-list-csv | Use when 需要一个“落盘的 TODO 清单/进度表(CSV)”并与 update_plan 严格同步(例如用户要求 checklist/进度跟踪/CSV)。 | npx skills add yuanxiao0115/agent-skills/skills/todo-list-csv |

| typescript-advanced-types | Master TypeScript's advanced type system including generics, conditional types, mapped... | npx skills add yuanxiao0115/agent-skills/skills/typescript-advanced-types |

| ui-ux-pro-max | UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stack... | npx skills add yuanxiao0115/agent-skills/skills/ui-ux-pro-max |

| vercel-react-best-practices | React and Next.js performance optimization guidelines from Vercel Engineering. This ski... | npx skills add yuanxiao0115/agent-skills/skills/vercel-react-best-practices |

| vue-best-practices | Vue 3 TypeScript, vue-tsc, Volar, Vite, component props, testing, composition API. | npx skills add yuanxiao0115/agent-skills/skills/vue-best-practices |

| web-design-guidelines | Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI... | npx skills add yuanxiao0115/agent-skills/skills/web-design-guidelines |

清单由 node scripts/update-readme-skills.js 生成。

维护者

使用本地路径验证安装流程:

```bash

npx skills add -y yuanxiao0115/agent-skills/skills /tmp/agent-skills-install-test

```

更新 README 技能清单:

```bash

node scripts/update-readme-skills.js

```

重要提示

  • 部分技能需要 API key 或本地依赖(见对应 SKILL.md)。
  • Context7:需要 CONTEXT7_API_KEY(见 skills/context7/SKILL.md)。

More from this repository10

🎯
read-github🎯Skill

Retrieves and searches GitHub repository documentation and code via gitmcp.io, enabling easy exploration of project contents and details.

🎯
agent browser🎯Skill

Enables AI-powered browser automation using a fast Rust-based CLI with Node.js fallback, allowing programmatic web interaction and control.

🎯
frontend-design🎯Skill

Crafts distinctive, production-grade frontend interfaces with exceptional design quality, avoiding generic AI aesthetics.

🎯
planner🎯Skill

Generates comprehensive, phased implementation plans with detailed sprints, atomic tasks, and clear requirements clarification across multiple project stages.

🎯
context7🎯Skill

Retrieves up-to-date library documentation via Context7 API, ensuring access to current technical references beyond training data limitations.

🎯
parallel-task🎯Skill

Launches parallel subagents to simultaneously execute tasks from a markdown plan file, triggered by "/parallel-task" command.

🎯
plan-harder🎯Skill

Generates comprehensive, phased implementation plans with atomic tasks, sprints, and detailed requirements analysis for complex development requests.

🎯
web-design-guidelines🎯Skill

Provides comprehensive web design guidelines and best practices for creating user-friendly, accessible, and visually appealing websites.

🎯
vue-best-practices🎯Skill

Enforces Vue 3 TypeScript best practices by providing comprehensive type-safe rules for component props, templates, modules, and performance optimization.

🎯
skill-creator🎯Skill

Scaffolds, validates, and packages Codex skills using helper scripts for efficient skill development and management.