一键导入
pkg-install
Install software packages at runtime in the Docker container. Use when a required tool or library is missing, or when asked to install packages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install software packages at runtime in the Docker container. Use when a required tool or library is missing, or when asked to install packages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert files between formats (PDF to text, Markdown to HTML, JSON to CSV, CSV to JSON). Use when asked to convert, transform, or export files to different formats.
Persistent memory with semantic search - store and recall information across sessions. Use when asked to remember something, recall previous discussions, or manage long-term memory. Also use proactively to store important discoveries and compact context.
Query SQLite and PostgreSQL databases. Use when asked to run SQL queries, analyze database data, or explore database tables.
MANDATORY final step. Validates task completion through testing and QA before allowing stop.
Track tasks for the current work session. Use this to break down work into steps and track progress. ALWAYS use this when starting a new task - add items first, then mark them done as you complete them.
Analyze images using vision AI model. Use for UI screenshot verification, understanding downloaded images/assets, reading text from pictures (OCR), or any visual analysis task.
| name | pkg-install |
| description | Install software packages at runtime in the Docker container. Use when a required tool or library is missing, or when asked to install packages. |
| allowed-tools | Bash |
Install additional software packages at runtime.
~/.claude/skills/pkg-install/install.sh apt postgresql-client redis-tools
~/.claude/skills/pkg-install/install.sh pip pandas numpy matplotlib
~/.claude/skills/pkg-install/install.sh npm axios cheerio
~/.claude/skills/pkg-install/install.sh check python3
~/.claude/skills/pkg-install/install.sh check pip:pandas
~/.claude/skills/pkg-install/install.sh check npm:axios
~/.claude/skills/pkg-install/install.sh list pip
Data analysis:
~/.claude/skills/pkg-install/install.sh pip pandas numpy scipy matplotlib
Web scraping:
~/.claude/skills/pkg-install/install.sh pip beautifulsoup4 requests lxml
Database clients:
~/.claude/skills/pkg-install/install.sh apt postgresql-client
~/.claude/skills/pkg-install/install.sh pip psycopg2-binary
Note: Packages persist only for current container session.