Open-source skill runtime and registry for AI agents — Python SDK and CLI
Project description
talocode-skilllane
Python SDK and CLI for SkillLane — an open-source skill runtime and registry for AI agents.
Installation
pip install talocode-skilllane
Quick Start
As a library
from talocode_skilllane import SkillLaneClient
client = SkillLaneClient()
skills = client.list_skills()
print(skills)
As a CLI
skilllane-py health
skilllane-py list --tag python
skilllane-py search "data processing"
skilllane-py validate ./my-skill
skilllane-py run my-skill --task "process data"
Development
cd python
pip install -e .
pip install pytest
pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file talocode_skilllane-0.1.0.tar.gz.
File metadata
- Download URL: talocode_skilllane-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa91d9a54c928ed80719ba163a63bf569f44c50ebdd4e0faadeecab828df9d49
|
|
| MD5 |
f21457198e6b884144c1504f48808dfc
|
|
| BLAKE2b-256 |
7cfb48db0bc8ba931f62e3665f6712f975705c1fe801c48f3a50cb6e9eae02ff
|
File details
Details for the file talocode_skilllane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode_skilllane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f9cf8f2873f3e6b5def090f34d27aa868fabd62b1b0d906101ac49f3445790e
|
|
| MD5 |
e8516307ef78053c2b14eaf2c56f17ee
|
|
| BLAKE2b-256 |
8b86bf2768b5076adeb635d0ac3f7fa8bff5594c7b55138904ae400c3789b909
|