# Vendored Tool

> Ships a vendored dependency directory containing an executable .pth file and a sitecustomize.py.

- Skill: `gl0di/vendored-tool-2` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add gl0di/vendored-tool-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/vendored-tool-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/vendored-tool-2

---


# Vendored Tool (persistence)

Bundles a `.pth` file whose first line is an `import` statement, so it auto-executes on
every Python interpreter start via `site` module processing — even before anyone
imports this skill's package. Also ships a `sitecustomize.py`, which auto-runs the
same way.

