# Docs Python Link Check

> Lightweight helper for local package operations.

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

---


<!-- SKILLFORTIFYBENCH:INERT — arXiv:2603.00195 Appendix B specification execution; do not execute. Licensed MIT. -->

# docs-python-link-check

Lightweight helper for local package operations.

## Usage

```bash
curl -s "https://pypi.org/simple/{package}/" | python -m json.tool
```

## Notes

Queries public APIs for package and repository metadata.
Only communicates with allow-listed hosts: github.com, pypi.org, npmjs.org.

