AgentSkillsCN

sumo-env

安装并配置 SUMO 及其相关工具:下载、PATH 与 SUMO_HOME 配置、Python 工具依赖项,以及在 Windows/Linux/macOS 上的验证步骤。适用于设置环境、排查环境错误,或解决可执行文件/工具缺失的问题时使用。

SKILL.md
--- frontmatter
name: sumo-env
description: "Install and configure SUMO and its tooling: downloads, PATH and SUMO_HOME setup, Python tool dependencies, and verification steps on Windows/Linux/macOS. Use for setup, environment errors, or missing executables/tools."

Sumo Env

Overview

Use this skill to set up SUMO and its tooling, fix environment variable issues, and verify installations.

Skill Routing

  • Use sumo-core for simulation workflows once SUMO is installed.
  • Use sumo-output for output options and parsing.
  • Use sumo-mcp for MCP server setup or tool execution workflows.
  • Use sumo-rl for RL library installation and training details.

Setup Checklist

  1. Install SUMO (binary, package manager, or source).
  2. Set SUMO_HOME and add SUMO_HOME/bin to PATH.
  3. Verify with sumo --version.
  4. Install Python tool dependencies if using SUMO tools.

Scripts

  • scripts/sumo_skills_smoke_test.py: Cross-platform smoke test for SUMO CLI and tools.

References

  • Install SUMO: references/install-sumo.md
  • Environment variables: references/env-vars.md
  • Python tools and packages: references/python-tools.md