Agent Skills
› rcarmo/piclaw
› bootstrap-container
bootstrap-container
GitHub用于在新容器中自动安装缺失的CLI工具和JS依赖,确保Playwright运行环境就绪。
Trigger Scenarios
新容器初始化
缺少基础工具或依赖
Install
npx skills add rcarmo/piclaw --skill bootstrap-container -g -y
SKILL.md
Frontmatter
{
"name": "bootstrap-container",
"description": "Bootstrap a new container by validating required tools and installing missing dependencies.",
"distribution": "public"
}
Bootstrap container
Use this on a fresh container to install missing CLI tools and workspace dependencies.
Steps
-
Run the bootstrap script:
bash /workspace/.pi/skills/bootstrap-container/bootstrap-container.sh -
Review the summary output for missing or failed steps.
Actions
- Installs required CLI tools (curl, wget, git, jq, rg, sqlite3, restic, openssh-client, supervisorctl, iproute2, etc.) if missing.
- Ensures
/workspace/package.jsonexists and installs JS deps (linkedom,turndown,playwright). - Installs Playwright Chromium + OS deps into
/workspace/.cache/ms-playwright. - Prints a version/status summary at the end.
Environment
PICLAW_WORKSPACE(default:/workspace)PLAYWRIGHT_BROWSERS_PATH(default:/workspace/.cache/ms-playwright)
Version History
- 5fa0ce5 Current 2026-07-25 10:25


