# Shipyard Sandbox

> A guide that introduces available Python libraries, tools, and resources in the sandboxed environment for various tasks such as file manipulation, PDF processing, data analysis, and more. Use this guide to understand the capabilities of the sandbox and how to leverage them effectively.

- Skill: `astrbotdevs/shipyard-sandbox` (Agent Skill)
- Install (CLI): `npx skillmds@latest add astrbotdevs/shipyard-sandbox`
- Raw SKILL.md: https://api.skillmd.com/api/skills/astrbotdevs/shipyard-sandbox/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: AstrBotDevs (https://skillmd.com/u/astrbotdevs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/astrbotdevs/shipyard-sandbox

---


## Python Libraries

Below is a list of Python libraries available in the sandboxed environment for various tasks such as file manipulation, PDF processing, data analysis, and more. These libraries can be used to perform a wide range of operations efficiently.

### Web & API

* fastapi[standard]
* uvicorn
* jinja2

### Async & File I/O

* aiofiles

### Data Processing & Scientific Computing

* numpy
* pandas
* scikit-learn
* matplotlib
* seaborn

### Image & Media Processing

* opencv-python-headless
* pillow
* imageio

### Document Processing (Office / PDF)

* openpyxl
* xlrd
* python-docx
* python-pptx
* reportlab
* pdfplumber
* pypdf

### Web Scraping & Parsing

* beautifulsoup4
* lxml

### Configuration & Data Validation

* pydantic
* tomli

### Jupyter & Interactive Environment

* ipykernel
* ipython
* jupyter-client

## CLI Tools

- vercel: A command-line tool for deploying applications to the Vercel platform. It allows you to manage your deployments, view logs, and perform other tasks related to your Vercel projects.
