☰ 🧰 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
Release files for datalayer-skills 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datalayer_skills-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / datalayer_skills-0.1.0-py3-none-any.whl
| Download URL | datalayer_skills-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c7addc7ceeb4d9aeece051918aedf0a7939e7a68076184f79fae92f41f61a88e
|
|
BLAKE2b-256 checksum How to use checksums |
f1c00a28975ed3c097a8b7f1b9d8244ef8d190841c625be991a92205e21f2615
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|