·run-locally
</>

run-locally

Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload.

14Installs·0Trend·@databricks

Installation

$npx skills add https://github.com/databricks/app-templates --skill run-locally

How to Install run-locally

Quickly install run-locally AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/databricks/app-templates --skill run-locally
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: databricks/app-templates.

SKILL.md

View raw

| Port already in use | Use --port 8001 or kill existing process | | Authentication errors | Verify .env is correct; run quickstart skill | | Module not found | Run uv sync to install dependencies | | MLflow experiment not found | Ensure MLFLOWTRACKINGURI in .env is databricks:// |

If you see: "The provided MLFLOWEXPERIMENTID environment variable value does not exist"

The quickstart script configures this automatically. If you manually edited .env, ensure the profile name is included.

Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload. Source: databricks/app-templates.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/databricks/app-templates --skill run-locally
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from databricks/app-templates

Quick answers

What is run-locally?

Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload. Source: databricks/app-templates.

How do I install run-locally?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/databricks/app-templates --skill run-locally Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/databricks/app-templates