🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

simulation-metrics

by @wu-uk

Use this skill when calculating control system performance metrics such as rise time, overshoot percentage, steady-state error, or settling time for evaluati...

Versionv0.1.0
πŸ’‘ Examples

times = [row['time'] for row in results]
values = [row['value'] for row in results]
target = 30.0

print(f"Rise time: {rise_time(times, values, target)}") print(f"Overshoot: {overshoot_percent(values, target)}%") print(f"SS Error: {steady_state_error(values, target)}")

View on ClawHub
TERMINAL
clawhub install adaptive-cruise-control-simulation-metrics

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’