Transform YAML or JSON specifications into fully interactive, offline-ready STEM simulations with integrated inquiry worksheets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install science-sim-author
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install science-sim-author using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Science Simulation Author is a specialized utility designed to bridge the gap between complex mathematical models and interactive educational content. By leveraging Openclaw Skills, developers and educators can generate single-file HTML simulations that run entirely offline, ensuring accessibility in any classroom environment. These simulations feature real-time 2D canvas rendering, dynamic parameter controls, and integrated time-series plotting, making it an essential tool for creating virtual laboratory experiments and physics demos.
This skill focuses on technical accuracy and pedagogical value, automatically synthesizing inquiry-based worksheets to accompany the visual models. It handles the heavy lifting of numerical integration using RK4 and Euler methods, allowing users to focus on defining the underlying science rather than the boilerplate code required for web-based interactivity.
To utilize this skill within your Openclaw Skills workflow, ensure you have the necessary templates and schemas in your local environment.
# Prepare your simulation specification (e.g., sim.yml)
# Run the skill via your agent interface to generate the output
openclaw run science-sim-author --input sim.yml
The resulting index.html is completely self-contained, requiring no external libraries, CDNs, or internet connectivity to function.
The skill utilizes a structured SimSpec format to organize simulation logic and metadata efficiently:
| Component | Description |
|---|---|
state |
Key variables tracked over time such as position or charge. |
params |
User-adjustable controls including min, max, and step values. |
equations |
The mathematical derivatives defining the system's physics. |
worksheet |
Pedagogical content including Predict, Test, and Explain prompts. |
outputs |
Metadata for time-series plots and real-time status readouts. |
Loading
A sophisticated multi-criteria decision analysis engine for ranking options based on weighted scoring, constraints, and explainable logic.

A powerful integration that enables AI agents to interact with Notion pages and databases using the official API and local CLI tools.

A powerful skill to manage n8n workflows, executions, and triggers directly through the n8n REST API.

A powerful tool that searches YouTube for relevant videos and generates detailed textual summaries by analyzing video subtitles.

Automate the creation of user-facing App Store release notes by summarizing git history and filtering for user-impacting changes.

A comprehensive toolkit for bootstrapping and packaging macOS applications using Swift Package Manager instead of traditional Xcode projects.








































