No project description provided
Project description
☰ 🧰 Datalayer Skills
Agent skills for the Datalayer platform, automatically discovered by agent-skills via Python entrypoints.
Installation
pip install datalayer_skills
Once installed, agent-skills discovers the skills in this package
automatically — no configuration needed.
Available Skills
| Skill | Description |
|---|---|
| whoami | Query the authenticated user's profile from Datalayer IAM |
How It Works
This package registers itself via the agent_skills.skills entrypoint group
in pyproject.toml:
[project.entry-points."agent_skills.skills"]
whoami = "datalayer_skills.skills.whoami"
When AgentSkillsToolset initialises it scans installed packages for this
entrypoint group and loads each skill module automatically.
Development
# Install in editable mode
pip install -e ".[test]"
# Run tests
pytest
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 Distributions
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 datalayer_skills-0.1.0-py3-none-any.whl.
File metadata
- Download URL: datalayer_skills-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7addc7ceeb4d9aeece051918aedf0a7939e7a68076184f79fae92f41f61a88e
|
|
| MD5 |
15e8c531d9ec280d514c17a0b5de5d90
|
|
| BLAKE2b-256 |
f1c00a28975ed3c097a8b7f1b9d8244ef8d190841c625be991a92205e21f2615
|