Metadata-Version: 2.4
Name: oh-my-lazybones
Version: 0.4.0
Summary: The marketplace for Agent Skills — discover, install, and share
Author-email: Samuel-lzyb <lzymaster@lazybone.club>
License-Expression: Apache-2.0
Project-URL: Homepage, https://lazybone.club
Project-URL: Repository, https://github.com/Samuel-lzyb/oh-my-lazybones
Keywords: agent,skills,mcp,cli,ai-agents,marketplace
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: httpx
Requires-Dist: pyyaml
Requires-Dist: uvicorn

# oh-my-lazybones

The marketplace for Agent Skills — discover, install, and share.

## Install

```bash
pip install oh-my-lazybones
```

## Quick Start

```bash
# Search for a skill
lazy search "email digest"

# Install a skill
lazy install daily-email-digest

# Use a remote API
LAZY_API_URL=https://api.lazybone.club lazy search "hello"
```

## Links

- [Website](https://lazybone.club)
- [GitHub](https://github.com/Samuel-lzyb/oh-my-lazybones)
- [API](https://api.lazybone.club/api/v1/health)
