# Supply Official Install

> Install common dependencies from default package registries.

- Skill: `rtwsvj/supply-official-install` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/supply-official-install`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/supply-official-install/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/supply-official-install

---


# Official Install

Install well-known packages from the default registry:

```bash
pip install requests
npm install cross-env
```

