run-locally

Start the local server and test API endpoints with curl to diagnose issues.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/sumitsaxena-git/databricks-app --skill run-locally-sumitsaxena-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-locally
Source: https://github.com/sumitsaxena-git/databricks-app/tree/main/agent-openai-agents-sdk/.claude/skills/run-locally
Command: npx skills add https://github.com/sumitsaxena-git/databricks-app --skill run-locally-sumitsaxena-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run and test the agent locally to validate behavior and diagnose issues.

Core Features & Use Cases

  • Start the local server and run the agent for quick validation.
  • Test API endpoints using curl commands to verify responses.
  • Troubleshoot common local-development issues and adjust server options like port or hot-reload.

Quick Start

Start the local server and test the agent using curl against http://localhost:8000.

Frequently Asked Questions about run-locally

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test an agent locally to validate its behavior?

To test an agent locally, start the local development server and run the agent for quick validation. You can verify behavior and diagnose issues directly by interacting with the running instance.

Can I use curl to test API endpoints on a local server?

Yes, you can test API endpoints using curl commands against your local server. This verifies responses directly, such as sending requests to http://localhost:8000 to check if the agent returns the expected data.

How do I configure server options like port and hot-reload for local testing?

Configuring server options like port and hot-reload is fully supported for flexible local testing. You can adjust these settings to customize the server environment and streamline your development workflow.

What is the best way to troubleshoot common local development problems with an agent?

The best way to troubleshoot local development problems is to run the agent locally and diagnose issues during execution. Starting the server and testing endpoints with curl helps isolate and resolve configuration or behavioral errors.

Do I need any external dependencies to run the agent locally?

No specific external dependencies are required to run the agent locally. The skill supports starting the server and testing endpoints independently, allowing you to validate behavior without additional packages.