Skip to main content

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+
  • httpx
  • pydantic

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skilldepot-0.1.3-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

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

Hashes for skilldepot-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8902d112ab3c980368fff1ed17925b22f6971f1cdb3f1103ed14d0218602acc3
MD5 2aed78345ea92bba2d7589149276a1d7
BLAKE2b-256 c7fc955c4d7aa1431578c2235fe533570b48066f0095a248fde254ed5ff500e2

See more details on using hashes here.

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

Hashes for skilldepot-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5d0dd4691f9b5aa8b867143bccca15cb0c834a9b5197954a85c5447e6fde5c27
MD5 368dfdce5c18e2f80d388ac9142f45b1
BLAKE2b-256 bf48581d8174743db57940d2924886cfe050ac4f124e3a68cdebe02027c250cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page