{
  "id": "terminal-control",
  "name": "Terminal Control",
  "icon": "terminal",
  "category": "productivity",
  "description": "터미널 창에 명령어 입력. Claude Code 등 열려있는 터미널을 원격 조작.",
  "version": "1.0.0",
  "requires": [],
  "triggers": {
    "keywords": ["터미널", "terminal", "클로드", "claude code", "명령어"]
  },
  "actions": ["type", "send", "focus", "list-windows"],
  "config": {
    "targetWindow": { "type": "string", "default": "auto", "label": "대상 윈도우 (auto/Windows Terminal/PowerShell)" },
    "delayMs": { "type": "number", "default": 300, "label": "입력 전 대기 (ms)" }
  }
}
