AgentSkillsCN

shipyard-sandbox

本指南旨在介绍沙盒环境中各类 Python 库、工具及资源,涵盖文件操作、PDF 处理、数据分析等多种任务。通过本指南,您可深入了解沙盒的各项能力,并掌握高效利用这些能力的实用方法。

SKILL.md
--- frontmatter
name: shipyard-sandbox
description: 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.

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.