Skip to content

datalayer/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalayer

Become a Sponsor

☰ 🧰 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

About

☰ 🧰 Datalayer Skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors