Metadata-Version: 2.4
Name: skill-passport
Version: 0.1.0
Summary: Read-only static-analysis copilot for public agent skills
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv>=1.0

# Skill Passport

Skill Passport performs read-only static analysis of public agent-skill repositories before installation. It never installs or executes a fetched skill.

## Install and run

After the package is published, run it without cloning this repository:

```powershell
pipx run skill-passport check github.com/owner/repository
```

Or install it persistently with `pipx install skill-passport`.

## Windows setup

The CLI automatically configures UTF-8 input/output at startup. Legacy Windows PowerShell may still lack glyph support for coloured emoji; Windows Terminal or the VS Code integrated terminal provides the most consistent rendering.
