🪐 🧰 Jupyter Skills
Agent skills for the Jupyter, automatically discovered by agent-skills via Python entrypoints.
Installation
pip install jupyter_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 = "jupyter_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 jupyter-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 |
|---|---|---|---|---|
| jupyter_skills-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / jupyter_skills-0.1.0-py3-none-any.whl
| Download URL | jupyter_skills-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
275e096229a723e327b72594a7cd04d968cc807c0caab984a1a3c024cc2488d3
|
|
BLAKE2b-256 checksum How to use checksums |
da61e2eb0999d2726be51a1b22533cf70d0d45b132442ef5fccf5f4bd8909ac0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|