Resources
2Install
npx skillscat add famaoai-creator/kyberion/system-scenario-player Install via the SkillsCat registry.
SKILL.md
๐ง system-scenario-player (v1.0)
A brain-like orchestrator for the Gemini CLI that executes complex system-level automation scenarios. It coordinates "muscle" skills like keyboard-injector and mouse-injector to perform multi-step workflows on the OS.
๐ Capabilities
- Step-by-Step Execution: Runs a sequence of automation actions in order.
- Wait Handling: Can insert pauses between actions for UI to respond.
- Skill Chaining: Automatically routes steps to the correct underlying skills.
- Global Scaling: Adjust automation speed globally.
๐ฆ Scenario Format (Example)
[
{ "type": "keyboard", "text": "npm build", "keys": ["enter"] },
{ "type": "wait", "ms": 2000 },
{ "type": "mouse", "x": 100, "y": 200, "click": "left" }
]๐ฆ Usage Examples
# Run a complex scenario from a file
gemini run system-scenario-player --input scenario.json๐ Security & Safety
- Inherits all permission requirements from the "muscle" skills.
- Automation can be dangerous if focused on the wrong window; ensure the system is in a stable state before starting.