Datalore agent skill
The Datalore agent skill lets your AI agent to work in with existing Datalore notebooks. Use it to analyze the data already attached to a notebook, edit notebook content, and run notebook code.
- Before you begin
Make sure you have uv installed on your machine.
In Datalore, create or open the notebook that the agent will work with and attach the required data.
Install the skill
There are several ways to install the skill:
Install via skills for any supported agent:
npx skills add JetBrains/datalore-skills --skill datalore-notebook --globalInstall as a Claude plugin:
/plugin marketplace add JetBrains/datalore-skills /plugin install datalore-skills@jetbrains-dataloreDownload the skill from the repository and place it into your desired skill directory.
Ask an agent to work in Datalore
Open the notebook you want the agent to use and copy its URL.
Ask the agent to perform a task and include the notebook URL in your request. For example:
In Datalore notebook https://datalore.jetbrains.com/notebook/qwerty/asdfgh, analyze the attached CSV file.Confirm the agent's request to access the notebook.
Review the changes and results in the notebook.
The access token is scoped to the notebook's public API and expires after seven days. The token is stored in the system keychain, and notebook session data is stored in .datalore-session in the current directory.
To remove the stored token, run datalore logout from the directory that contains the session file.