Official Python SDK for SkillDepot - The AI Agent Skill Marketplace
Project description
SkillDepot Python SDK
Official Python client for the SkillDepot marketplace.
Installation
pip install skilldepot
Usage
from skilldepot import SkillDepot
# Initialize client
client = SkillDepot(api_key="your_api_key")
# List skills
skills = client.list_skills(category="NLP", limit=5)
for skill in skills.data:
print(f"{skill.name}: {skill.description}")
# Get skill details with content
skill = client.get_skill("sentiment-analyzer", include_content=True)
print(skill.data.content)
# Run a skill
result = client.run("sentiment-analyzer", {"text": "I love SkillDepot!"})
print(result)
Requirements
- Python 3.9+
httpxpydantic
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
skilldepot-0.1.3.tar.gz
(11.2 kB
view details)
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 skilldepot-0.1.3.tar.gz.
File metadata
- Download URL: skilldepot-0.1.3.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8902d112ab3c980368fff1ed17925b22f6971f1cdb3f1103ed14d0218602acc3
|
|
| MD5 |
2aed78345ea92bba2d7589149276a1d7
|
|
| BLAKE2b-256 |
c7fc955c4d7aa1431578c2235fe533570b48066f0095a248fde254ed5ff500e2
|
File details
Details for the file skilldepot-0.1.3-py3-none-any.whl.
File metadata
- Download URL: skilldepot-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0dd4691f9b5aa8b867143bccca15cb0c834a9b5197954a85c5447e6fde5c27
|
|
| MD5 |
368dfdce5c18e2f80d388ac9142f45b1
|
|
| BLAKE2b-256 |
bf48581d8174743db57940d2924886cfe050ac4f124e3a68cdebe02027c250cb
|