platforms/hermes/skills/software-development/pinchtab/SKILL.md
Use PinchTab for browser automation flows (tab/session operations, low-token snapshots). Prefer PinchTab first; fallback to `playwright-ext` when PinchTab is unavailable or blocked.
npx skillsauth add codingsamss/ai-dotfiles pinchtabInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use PinchTab as the lightweight browser layer in a three-layer stack:
playwright-ext: reliable browser executionKeep playwright-ext as the final fallback path, and hand simpler extraction-heavy tasks back to Scrapling when a real browser is no longer necessary.
Triggered by:
pinchtab --version
curl -fsS --max-time 3 http://127.0.0.1:9867/health
codex mcp get playwright-ext
If you need to fetch installation assets from GitHub, use local proxy env:
HTTP_PROXY=http://127.0.0.1:7897 HTTPS_PROXY=http://127.0.0.1:7897 <download-command>
playwright-ext.Prefer PinchTab when:
Hand off to Scrapling when:
Escalate to playwright-ext when:
On first failure, run this lightweight triage first (target: <= 3 minutes):
pinchtab health
pinchtab instances
pinchtab profiles
pinchtab connect default || true
pinchtab quick https://example.com
Interpretation guide:
health fails: service is down/unreachable, fallback is allowed.context canceled: likely stale browser context; do one reconnect + one smoke test before fallback.Do not fallback on first failure without triage evidence.
Fallback to playwright-ext only when one of these is true:
Cost heuristic:
Minimal fallback check:
codex mcp get playwright-ext
When falling back, report:
playwright-ext.click, fill, or press success as proof that the business action completed.tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。
tools
Apifox 接口测试用例:test-case 与 test-data 的查询、创建、更新、删除、分类和运行;处理测试步骤、断言、提取变量、前后置处理器、数据集,以及“CLI 创建后前端测试步骤无法展示”等问题。
tools
通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含 agentHints.nextSteps;所有命令支持 --help。