Skip to content

omry/agent-skill-installer

Repository files navigation

Agent Skill Installer

Description
Project PyPI versionDownloads Python License
Status CI Publish
Docs and support Zulip chat

agent-skill-installer installs agent skills for Codex and Claude Code from local skill directories, GitHub repositories, or PyPI wheels. It supports repo and global install scopes, writes discoverability blocks into the agent hook files, and records enough install state to safely upgrade or uninstall skills it owns.

Additional agent targets or installer functionality are open for discussion, and pull requests are welcome.

Install

python -m pip install agent-skill-installer

Run the interactive installer:

agent-skill-installer

Interactive install source picker

Use --no-ui for scripts:

agent-skill-installer --no-ui install \
  --skill-path ./my-skill \
  --editable \
  --agent codex \
  --scope repo

Documentation

Audience Start here
Installing a skill Installing Skills
Writing a skill directory or GitHub skill repo Authoring Skills
Publishing a skill on PyPI or embedding the installer API Packaging And API

Examples

The examples/ directory contains runnable integrations:

  • examples/demo-installer/ is a complete Python package that carries a bundled skill and exposes a project-specific wrapper command.
  • examples/wheel-skill/ is a plain wheel-packaged skill for generic --wheel-file installs.
  • examples/api-install/ shows direct Python API usage without a wrapper console script.

About

Generic installer library for distributing agent skills

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages