afsim-script-generator
Generate, validate, and run AFSIM military simulation scripts
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install afsim-script-generator?โผ
Run `npx skills add lookingforfeng/afsim-script-generator --all -g -y` in your terminal to install the skill globally. Then edit config.txt to point to your local AFSIM 2.9.0 installation directory.
What is AFSIM script generation used for?โผ
It creates simulation scenarios for the AFSIM military modeling framework, covering air-to-air combat, air-to-ground strikes, ISR missions, and UAV swarm coordination.
How do I run an AFSIM simulation after generating a script?โผ
Use the included Python wrapper with `python scripts/run_mission.py your_script.txt -es` to execute the scenario through mission.exe in event-stepped, real-time, or fast frame-stepped modes.
Why does my AFSIM script fail with syntax errors?โผ
The most common causes are using a .wsf extension instead of .txt, omitting units on numeric values, and missing end tags on code blocks. The skill's common_mistakes.md reference lists all critical rules.
Do I need an AFSIM license to use this skill?โผ
Yes. Script generation works freely, but executing simulations requires a valid AFSIM 2.9.0 installation with a license, configured via the AFSIM_INSTALL_DIR setting in config.txt.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core