بنقرة واحدة
orchestrator-mgmt
Manage user scripts and automated processes — start, stop, restart, monitor, view logs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage user scripts and automated processes — start, stop, restart, monitor, view logs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Simulate beta reader feedback from different reader perspectives
Maintain world consistency - characters, timeline, locations, rules, items
Scan manuscript for inconsistencies in characters, timeline, settings, and names
Generate a complete book cover set (ebook, print, audiobook, social) with a rich visual brief
Craft authentic dialogue with distinct character voices and subtext
Export manuscripts to DOCX, EPUB, PDF, KDP-ready formatting
| name | orchestrator-mgmt |
| description | Manage user scripts and automated processes — start, stop, restart, monitor, view logs |
| author | AuthorAgent |
| version | 1.0.0 |
| triggers | ["script","scripts","restart script","start script","stop script","process","logs","orchestrator"] |
| permissions | ["orchestrator_manage"] |
Manage scripts and background processes through AuthorAgent's built-in orchestrator.
Each managed script has:
id: Unique identifiername: Human-friendly namecommand: The executable to runargs: Command-line argumentscwd: Working directory (optional)env: Environment variables (optional, sensitive vars are redacted)autoStart: Start automatically when AuthorAgent bootsautoRestart: Restart automatically on crashmaxRestarts: Maximum auto-restart attempts (default: 5)restartDelayMs: Delay between restarts (default: 5000ms)tags: Labels for grouping scriptsshow scripts or list scripts — Show all managed scripts and their statusstart <name> — Start a scriptstop <name> — Stop a scriptrestart <name> — Restart a scriptlogs <name> — View recent logs for a scriptadd script — Add a new script to manage