Install

openclaw skills install @jpengcheng523-netizen/jpeng-physics-simulator

Physics Simulator

Simulate physics experiments

When to Use

  • User needs physics related functionality
  • Automating simulation tasks
  • Science operations

Usage

bash
python3 scripts/physics_simulator.py --input <input> --output <output>

Configuration

Set required environment variables:

bash
export SIMULATION_API_KEY="your-api-key"

Output

Returns JSON with results:

json
{
  "success": true,
  "data": {}
}