-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
768 lines (768 loc) · 30.4 KB
/
opencode.json
File metadata and controls
768 lines (768 loc) · 30.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-openrouter-auth",
"opencode-qwen-auth",
"opencode-antigravity-auth@beta",
"/Users/jeremy/.config/opencode/local-plugins/oh-my-opencode-sin"
],
"provider": {
"nvidia-nim": {
"npm": "@ai-sdk/openai",
"name": "NVIDIA NIM",
"options": {
"baseURL": "https://integrate.api.nvidia.com/v1",
"apiKey": "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"
},
"models": {
"glm-5.1": {
"id": "nvidia/z-ai/glm-5.1",
"name": "GLM 5.1 (NVIDIA NIM)",
"limit": {
"context": 262144,
"output": 32768
}
},
"llama-3.2-11b-vision-instruct": {
"id": "nvidia/meta/llama-3.2-11b-vision-instruct",
"limit": {
"context": 131072,
"output": 32768
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
}
},
"llama-3.2-90b-vision-instruct": {
"id": "nvidia/meta/llama-3.2-90b-vision-instruct",
"limit": {
"context": 131072,
"output": 32768
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
}
},
"minimax-m2.7": {
"id": "nvidia/minimaxai/minimax-m2.7",
"name": "Minimax M2.7 (NVIDIA NIM)",
"limit": {
"context": 204800,
"output": 8192
}
}
}
},
"openrouter": {
"npm": "@openrouter/ai-sdk-provider",
"options": {
"apiKey": "{env:OPENROUTER_API_KEY}",
"baseURL": "https://openrouter.ai/api/v1"
},
"models": {
"x-ai/grok-code-fast-1": {
"name": "xAI Grok Code Fast 1",
"limit": {
"context": 262144,
"output": 65536
}
},
"qwen/qwen3.6-plus:free": {
"name": "Qwen 3.6 Plus (Free)",
"limit": {
"context": 1000000,
"output": 65536
}
},
"qwen/qwen3.6-plus": {
"name": "Qwen 3.6 Plus",
"limit": {
"context": 1000000,
"output": 2500
}
},
"qwen/qwen3-coder": {
"name": "Qwen 3 Coder (Free)",
"limit": {
"context": 262144,
"output": 65536
}
},
"qwen/qwen3.5-coder": {
"name": "Qwen 3.5 Coder (Free)",
"limit": {
"context": 262144,
"output": 65536
}
},
"deepseek/deepseek-chat-v3-0324:free": {
"name": "DeepSeek V3 0324 (Free)",
"limit": {
"context": 163840,
"output": 16384
}
},
"deepseek/deepseek-r1:free": {
"name": "DeepSeek R1 (Free)",
"limit": {
"context": 64000,
"output": 16000
}
},
"meta-llama/llama-4-maverick:free": {
"name": "Llama 4 Maverick (Free)",
"limit": {
"context": 1048576,
"output": 16384
}
},
"microsoft/phi-4:free": {
"name": "Phi-4 (Free)",
"limit": {
"context": 16384,
"output": 16384
}
}
}
},
"qwen": {
"npm": "@ai-sdk/openai-compatible",
"name": "Qwen Code",
"options": {
"baseURL": "https://portal.qwen.ai/v1"
},
"models": {
"coder-model": {
"name": "Qwen 3.6 Plus",
"limit": {
"context": 1048576,
"output": 65536
},
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
}
},
"vision-model": {
"name": "Qwen 3.6 Vision Plus",
"limit": {
"context": 131072,
"output": 32768
},
"attachment": true,
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
}
}
}
},
"modal": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://api.us-west-2.modal.direct/v1",
"apiKey": "modalresearch_kCkiHCa0GiY8byjM59lG6myK0KS9ACaKVsnHPSErm5Y"
},
"models": {
"glm-5.1-fp8": {
"id": "zai-org/GLM-5.1-FP8",
"name": "GLM 5.1 FP8 (Modal Direct)",
"limit": {
"context": 204800,
"output": 131072
}
}
}
},
"vercel": {
"models": {
"deepseek-v4-flash": {
"id": "vercel/deepseek/deepseek-v4-flash"
},
"deepseek-v4-pro": {
"id": "vercel/deepseek/deepseek-v4-pro"
},
"anthropic/claude-opus-4.7": {
"id": "vercel/anthropic/claude-opus-4.7"
}
}
},
"lobehub-cloud": {
"npm": "@ai-sdk/openai-compatible",
"name": "LobeHub Cloud",
"options": {
"baseURL": "https://app.lobehub.com/api/v1",
"apiKey": "sk-lh-79hht6vce2nijm89"
},
"models": {
"gpt-5.5": {
"name": "GPT-5.5",
"contextWindow": 1050000
}
}
},
"fireworks-ai": {
"npm": "@ai-sdk/openai-compatible",
"name": "Fireworks AI",
"options": {
"baseURL": "https://api.fireworks.ai/inference/v1"
},
"models": {
"minimax-m2.7": {
"id": "fireworks-ai/accounts/fireworks/models/minimax-m2p7",
"name": "Minimax M2.7 (Fireworks AI)",
"limit": {
"context": 262144,
"output": 32768
}
},
"kimi-k2.6": {
"id": "fireworks-ai/accounts/fireworks/models/kimi-k2p6",
"name": "Kimi K2.6 (Fireworks AI)",
"limit": {
"context": 262144,
"output": 32768
}
},
"qwen-3.6-plus": {
"id": "fireworks-ai/accounts/fireworks/models/qwen3p6-plus",
"name": "Qwen 3.6 Plus (Fireworks AI)",
"limit": {
"context": 262144,
"output": 32768
}
}
}
},
"groq": {
"models": {
"whisper-large-v3": {
"id": "groq/whisper-large-v3"
}
}
}
},
"mcp": {
"opencode-bypass-v2": {
"type": "local",
"command": [
"node",
"/Users/jeremy/.config/opencode/local-plugins/opencode-bypass-v2/index.js"
],
"enabled": true
},
"sin-document-forge": {
"type": "local",
"command": [
"python3",
"/Users/jeremy/dev/sin-telegrambot-cli/mcp/mcp_sin_document_forge.py"
],
"enabled": true
},
"sin-telegrambot": {
"type": "local",
"command": [
"python3",
"/Users/jeremy/dev/sin-telegrambot-cli/mcp/mcp_sin_telegrambot.py"
],
"enabled": true
},
"tavily": {
"type": "local",
"command": [
"npx",
"-y",
"@tavily/claude-mcp"
],
"environment": {
"TAVILY_API_KEY": "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"
},
"enabled": false
},
"canva": {
"type": "local",
"command": [
"npx",
"-y",
"@canva/claude-mcp"
],
"enabled": false
},
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@anthropics/context7-mcp"
],
"enabled": false
},
"chrome-devtools": {
"type": "local",
"command": [
"npx",
"-y",
"@anthropics/chrome-devtools-mcp"
],
"enabled": false
},
"linear": {
"type": "remote",
"url": "https://mcp.linear.app/sse",
"enabled": false
},
"singularity": {
"type": "local",
"command": [
"node",
"/Users/jeremy/.singularity/CLI/bin/singularity.js",
"mcp"
],
"enabled": false
},
"sin-google-apps": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-google-apps-mcp"
],
"environment": {
"SIN_GOOGLE_APPS_HOST": "127.0.0.1",
"SIN_GOOGLE_APPS_PORT": "45872",
"SIN_GOOGLE_APPS_PUBLIC_BASE_URL": "https://a2a-sin-google-apps.delqhi.com"
},
"enabled": true
},
"sin-server": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-server",
"serve-mcp"
],
"enabled": true
},
"sin-cloudflare": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-cloudflare",
"serve-mcp"
],
"enabled": true
},
"sin-passwordmanager": {
"type": "local",
"command": [
"node",
"/Users/jeremy/dev/OpenSIN-backend/a2a/team-infratructur/A2A-SIN-Passwordmanager/dist/src/cli.js",
"serve-mcp"
],
"environment": {
"SIN_PASSWORDMANAGER_HOST": "127.0.0.1",
"SIN_PASSWORDMANAGER_PORT": "4646"
},
"enabled": true
},
"sin-research": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-research",
"serve-mcp"
],
"enabled": true
},
"sin-team-worker": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-team-worker",
"serve-mcp"
],
"enabled": true
},
"sin-tiktok": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-tiktok",
"serve-mcp"
],
"enabled": true
},
"sin-tiktok-shop": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-tiktok-shop",
"serve-mcp"
],
"enabled": true
},
"sin-terminal": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-terminal",
"serve-mcp"
],
"enabled": true
},
"webauto-nodriver": {
"type": "local",
"command": [
"python3",
"/Users/jeremy/dev/webauto-nodriver-mcp/webauto_nodriver_mcp.py"
],
"environment": {
"WEBAUTO_CDP_PORT": "9335",
"WEBAUTO_PROFILE_DIR": "/Users/jeremy/Library/Application Support/Google/Chrome/Default",
"WEBAUTO_PROFILE_DIRECTORY": "Default",
"WEBAUTO_DESKTOPGRAB_ENABLED": "true",
"WEBAUTO_DESKTOPGRAB_FPS": "10",
"WEBAUTO_ATTACH_FRAMES_PER_ACTION": "1",
"WEBAUTO_ATTACH_DESKTOP_FRAMES_PER_ACTION": "1",
"WEBAUTO_EXPORT_DIR": "/Users/jeremy/Desktop/webauto_exports"
},
"enabled": true
},
"sin-authenticator": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-authenticator",
"serve-mcp"
],
"environment": {
"AUTHD_HOST": "127.0.0.1",
"AUTHD_PORT": "44711",
"SIN_AUTH_HOST": "127.0.0.1",
"SIN_AUTH_PORT": "45871",
"SIN_AUTH_PUBLIC_BASE_URL": "https://delqhi-sin-authenticator.hf.space"
},
"enabled": true
},
"sin-github-issues": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-github-issues",
"serve-mcp"
],
"enabled": true
},
"sin-oraclecloud-mcp": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-oraclecloud-mcp",
"serve-mcp"
],
"enabled": true
},
"n8n-workflow-builder": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-n8n-builder"
],
"environment": {
"N8N_HOST": "http://92.5.60.87:5678/api/v1",
"N8N_API_KEY": "n8n_api_69175bcabef4b10d619b43598cd557a92ee38aac5ae4b1ca",
"OUTPUT_VERBOSITY": "concise"
},
"enabled": true
},
"sin-google-docs": {
"type": "local",
"command": [
"python3",
"/Users/jeremy/dev/sin-telegrambot-cli/mcp/mcp_sin_google_docs.py"
],
"enabled": true
},
"sin-summary": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-summary",
"serve-mcp"
],
"enabled": true
},
"sin-paragraph": {
"type": "local",
"command": [
"/Users/jeremy/dev/OpenSIN-backend/bin/sin-paragraph",
"serve-mcp"
],
"enabled": true
},
"simone-mcp": {
"type": "local",
"command": [
"node",
"/Users/jeremy/dev/Simone-MCP/dist/src/cli.js",
"serve-mcp"
],
"enabled": true
},
"firecrawl": {
"type": "local",
"command": [
"npx",
"-y",
"@mendable/firecrawl-mcp"
],
"environment": {
"FIRECRAWL_API_URL": ""
},
"enabled": false
},
"sin-brain": {
"type": "local",
"command": [
"node",
"/Users/jeremy/dev/global-brain/src/mcp/sin-brain-server.mjs"
],
"enabled": true
},
"sin-preview": {
"type": "local",
"command": [
"node",
"/Users/jeremy/dev/global-brain/src/mcp/preview-server.mjs"
],
"enabled": true
},
"sin-neural-bus": {
"type": "local",
"command": [
"node",
"/Users/jeremy/.local/bin/opensin-neural-bus-mcp"
],
"enabled": false
}
},
"agent": {
"SIN-Zeus": {
"mode": "primary",
"model": "fireworks-ai/minimax-m2.7",
"options": {
"reasoningEffort": "xhigh"
},
"description": "SIN-Zeus: Supreme fleet commander. Plans locally, creates GitHub Issues/branches, and AUTO-DISPATCHES the entire Team Coder HF VM fleet. Never idle \u2014 every open issue gets dispatched immediately. Never codes locally.",
"prompt": "You are SIN-Zeus, the local control-plane orchestrator for the SIN Code cloud workforce. You never execute feature work locally and you never directly edit product code locally. Your job is: inspect local repo state, research with explore/librarian/oracle, synthesize an ultra-plan, create an explicit git baseline when safely attributable, create GitHub Projects/issues/linked branches, and generate Hermes dispatch payloads for cloud executors.\n\nHard rules:\n- Never implement the requested feature locally.\n- Never resolve feature code conflicts locally.\n- GitHub is the source of truth for work intent and result state.\n- Hermes is a dispatcher only, not a planner.\n- HF VM executors do the real coding.\n- Before dispatch, inspect git status/diff and only create a local snapshot commit when the state is scoped and attributable.\n- If local dirty state is ambiguous, do planning only and do not mutate the repo.\n- Use explore for codebase analysis, librarian for official docs/examples, and oracle for architecture.\n- Prefer machine-readable artifacts over prose-only planning.\n\nExecution pattern:\n1) Run parallel research.\n2) Produce an ultra-plan.\n3) Ensure local base branch and SHA are explicit.\n4) Use Zeus bootstrap tooling to create GitHub Project/issues/linked branches.\n5) Use Hermes dispatch tooling to package cloud jobs.\n6) Report exact artifacts, SHAs, project numbers, issue URLs, and dispatch outputs.\n\nYou are a pure control-plane brain, never a local coder.\n\n# \ud83d\udea8 AUTO-DISPATCH MANDATE FOR TEAM CODER FLEET (HIGHEST PRIORITY)\n\n**DU BIST SIN-ZEUS \u2014 DER OBERBEFEHLSHABER DER GESAMTEN TEAM CODER FLOTTE.**\nDeine Hauptaufgabe ist NICHT nur zu planen \u2014 du MUSST die Arbeit SOFORT an die HF VM Coder dispatchen.\n\n## GOLDENE REGELN:\n\n### 1. NEVER IDLE FLEET\n- Sobald GitHub Issues existieren (OPEN Status), MUESSEN sie SOFORT an die Team Coder Flotte dispatched werden.\n- Kein Warten auf User-Freigabe fuer Dispatch. Issues = Arbeitsaufforderungen!\n\n### 2. NEVER DIRECT CODING\n- Du bist der Commander, nicht der Coder.\n- Alle Coding-Tasks werden an die Flotte delegiert.\n\n### 3. GITHUB IS SOURCE OF TRUTH\n- Alle Pl\u00e4ne, Issues und Branches werden in GitHub verwaltet.\n- Ergebnisse werden via GitHub zur\u00fcckgemeldet.",
"steps": 999999
},
"coder-sin-swarm": {
"mode": "primary",
"model": "fireworks-ai/minimax-m2.7",
"description": "SIN-Swarm Coder Agent - Fireworks AI Minimax M2.7 powered coding agent for User-facing tasks. Autonomous single-task executor without swarm.",
"permission": {
"bash": "allow",
"write": "allow",
"edit": "allow",
"read": "allow",
"network": "allow"
},
"prompt": "You are coder-sin-swarm, a Fireworks AI Minimax M2.7 powered coding agent specialized for user-facing coding tasks. Work autonomously on single tasks without swarm orchestration. Use the Minimax M2.7 model for development, debugging, and review tasks. Report back in structured JSON format.",
"steps": 999999
},
"Coder-SIN-Qwen": {
"mode": "primary",
"model": "vercel/deepseek-v4-flash",
"description": "Qwen-powered coding agent - Alternative to Minimax M2.7 for specific coding tasks. Fast and efficient.",
"permission": {
"bash": "allow",
"write": "allow",
"edit": "allow",
"read": "allow",
"network": "allow"
},
"prompt": "You are Coder-SIN-Qwen, a Qwen 3.6 Plus powered coding agent. Use the Qwen model for development, debugging, and review tasks. Launch via: node ~/.config/opencode/tools/coder-sin-qwen-launch.mjs",
"steps": 999999
},
"Stealth-Orchestrator": {
"mode": "primary",
"model": "vercel/deepseek/deepseek-v4-flash",
"description": "Stealth Browser Operator - Autonomous browser automation with stealth proxy, video recording, TTS voiceover and FFmpeg watermarking. Uses browser-use for browser automation, edge-tts/Kokoro for speech output and FFmpeg for post-production.",
"permission": {
"bash": "allow",
"write": "allow",
"edit": "allow",
"read": "allow",
"network": "allow"
},
"prompt": "You are Stealth-Orchestrator, an autonomous browser operator with stealth-proxy, automatic video recording, TTS voiceover and FFmpeg watermarking. Use browser-use for browser automation, edge-tts/Kokoro for speech output and FFmpeg for post-production. Operate stealthily without detection.",
"steps": 999999
},
"SIN-Solo": {
"mode": "primary",
"model": "vercel/deepseek-v4-pro",
"description": "Single-agent coding executor for deterministic task processing without swarm orchestration. Direct local execution.",
"permission": {
"bash": "allow",
"write": "allow",
"edit": "allow",
"read": "allow",
"network": "allow"
},
"prompt": "You are Sin-Executor-Solo, a direct single-agent coding executor. Work alone in the provided directory. Do not create or join swarms. Do not delegate. Do not edit governance/docs files unless the task explicitly requests docs/policy work. Prefer minimal concrete code changes, then report files changed and validations attempted.",
"steps": 999999
}
},
"default_agent": "SIN-Zeus",
"command": {
"sin-terminal-orchestrate": {
"description": "Use SIN-Terminal to open and steer parallel visible OpenCode sessions",
"template": "Nutze das MCP-Tool `sin_terminal_orchestrator_start` mit `cwd` auf das aktuelle Projekt, `sessionCount: 3`, sinnvollen `roles` und `confirm: true`. Nutze den User-Wunsch als `prompt`. Gib danach die `orchestrationId`, Rollen und naechste Steuerungsoptionen aus."
},
"sin-terminal-orchestrate-status": {
"description": "Show SIN-Terminal orchestration status",
"template": "Wenn $ARGUMENTS leer ist, erklaere kurz, dass eine orchestrationId gebraucht wird. Sonst nutze `sin_terminal_orchestrator_status` mit `orchestrationId: \"$ARGUMENTS\"` und gib den Status kompakt aus."
},
"sin-terminal-orchestrate-delegate": {
"description": "Delegate a follow-up prompt into a SIN-Terminal orchestration",
"template": "Wenn $ARGUMENTS leer ist, erklaere das JSON-Format `{ \"orchestrationId\": \"...\", \"prompt\": \"...\", \"role\": \"optional\" }`. Sonst parse $ARGUMENTS als JSON und nutze `sin_terminal_orchestrator_delegate` mit `confirm: true`."
},
"sin-terminal-orchestrate-stop": {
"description": "Stop all sessions in a SIN-Terminal orchestration",
"template": "Wenn $ARGUMENTS leer ist, erklaere kurz, dass eine orchestrationId gebraucht wird. Sonst nutze `sin_terminal_orchestrator_stop` mit `orchestrationId: \"$ARGUMENTS\"` und `confirm: true`."
},
"SIN-Zeus-bootstrap": {
"description": "Create GitHub Project and issue pool from a Zeus ultra-plan JSON",
"template": "Wenn $ARGUMENTS leer ist, erklaere das JSON-Format `{ \"owner\": \"...\", \"repo\": \"owner/repo\", \"title\": \"...\", \"planFile\": \"scripts/zeus/ultra-plan.example.json\", \"base\": \"main\", \"dryRun\": true }`. Sonst parse $ARGUMENTS als JSON und nutze `bash` um `node /Users/jeremy/dev/OpenSIN-backend/scripts/zeus/bootstrap-github-project.mjs --owner <owner> --repo <repo> --title <title> --plan-file <planFile> --base <base>` auszufuehren; wenn `dryRun` true ist, haenge `--dry-run` an."
},
"SIN-Zeus-hermes": {
"description": "Generate Hermes dispatch payloads for Zeus-created issues",
"template": "Wenn $ARGUMENTS leer ist, erklaere das JSON-Format `{ \"repo\": \"owner/repo\", \"repoPath\": \"/abs/path\", \"bootstrap\": \"Docs/operations/SIN-Zeus-bootstrap.json\" }`. Sonst parse $ARGUMENTS als JSON und nutze `bash` um `node /Users/jeremy/dev/OpenSIN-backend/scripts/zeus/hermes-dispatch.mjs --repo <repo> --repo-path <repoPath> --bootstrap <bootstrap>` auszufuehren."
},
"SIN-Zeus-status": {
"description": "Summarize current Zeus control-plane artifacts",
"template": "Nutze `bash` um, falls vorhanden, diese Dateien zu lesen: `/Users/jeremy/dev/OpenSIN-backend/Docs/operations/SIN-Zeus-bootstrap.json`, `/Users/jeremy/dev/OpenSIN-backend/Docs/operations/sin-hermes-dispatch.json`, `/Users/jeremy/dev/OpenSIN-backend/Docs/operations/alpha-acceptance-gates.json`. Fasse das Ergebnis kompakt zusammen."
},
"browser-goto": {
"description": "Navigate to URL in browser using webauto-nodriver-mcp",
"template": "Nutze `webauto-nodriver_goto` mit url: \"$ARGUMENTS\". NACH dem goto: SOFORT `webauto-nodriver_screenshot_to_file` machen und das Ergebnis dem Vision-Modell zur Pruefung vorlegen (PROCEED/STOP/RETRY)."
},
"browser-click-coords": {
"description": "Click at X,Y coordinates using webauto-nodriver-mcp",
"template": "Nutze `webauto-nodriver_click` mit x: $1 und y: $2. NACH dem Klick: SOFORT `webauto-nodriver_screenshot_to_file` machen und das Ergebnis dem Vision-Modell zur Pruefung vorlegen."
},
"browser-type-text": {
"description": "Type text into the current page",
"template": "Nutze `webauto-nodriver_type_text` mit text: \"$ARGUMENTS\". NACH dem Tippen: SOFORT `webauto-nodriver_screenshot_to_file` machen und das Ergebnis dem Vision-Modell zur Pruefung vorlegen."
},
"browser-press-key": {
"description": "Press a keyboard key",
"template": "Nutze `webauto-nodriver_press_key` mit key: \"$ARGUMENTS\". NACH dem Keypress: SOFORT Screenshot machen und dem Vision-Modell vorlegen."
},
"ask-qwen": {
"description": "Ask the shared coder-SIN-Qwen relay in conversational text mode",
"template": "Nutze coder-SIN-Qwen strikt als Qwen-first relay. Sammle zuerst den relevanten Arbeitskontext aus dem aktuellen Projekt: betroffene Dateien, relevante Logs/Screenshots, issue URLs, repo context und wichtige Provider-/Plattform-Doku. Fuer public repos bevorzuge repo/file/issue URLs; fuer private repos oder lokale Evidenz nutze lokale Dateien/Anh\u00e4nge statt unzug\u00e4nglicher URLs. Fuehre danach exakt diesen Befehl im aktuellen Projektverzeichnis aus: `node ~/.config/opencode/tools/coder-sin-qwen-launch.mjs --project-root \"$PWD\" --turns 1 \"$ARGUMENTS\"`. Nutze NICHT `npm run cdp:start`, NICHT webauto-nodriver direkt und NICHT den coder-SIN-Qwen Repo-Kontext, wenn eigentlich ein anderes Projekt gemeint ist. Gib danach die Qwen-stdout-Antwort knapp wieder.",
"enabled": true
},
"browser-screenshot": {
"description": "Take a screenshot of the current browser state",
"template": "Nutze `webauto-nodriver_screenshot_to_file` mit path: \"$ARGUMENTS\" (oder auto-generiere Pfad wie /tmp/screenshot_$(date +%Y%m%d_%H%M%S).png). Gib den Dateipfad zurueck."
},
"browser-click-selector": {
"description": "Click an element by CSS selector",
"template": "Nutze `webauto-nodriver_click_by_selector` mit selector: \"$ARGUMENTS\". WENN der Selector nicht gefunden: weiche auf `webauto-nodriver_click` mit den angegebenen Koordinaten aus. NACH dem Klick: SOFORT Screenshot und Vision-Check."
},
"browser-wait-element": {
"description": "Wait for element to appear by CSS selector",
"template": "Nutze `webauto-nodriver_wait_for_element_by_selector` mit selector: \"$ARGUMENTS\" und timeout: 15. Gib Status zurueck: gefunden/nicht gefunden."
},
"browser-wait-url": {
"description": "Wait for URL to match a pattern",
"template": "Nutze `webauto-nodriver_wait_for_url_pattern` mit pattern: \"$ARGUMENTS\" und timeout: 30. Gib zurueck ob URL matcht oder Timeout."
},
"vision-gate-check": {
"description": "MANDATORY Vision-Gate after every browser action - take screenshot and verify with vision model",
"template": "FUEHRE FOLGENDES AUS: 1) `webauto-nodriver_screenshot_to_file` mit auto-Path. 2) ANALYSIERE den Screenshot mit dem Vision-Modell (nvidia-nim/meta/llama-3.2-90b-vision-instruct) mit folgendem Prompt-Template: \"Du siehst einen Screenshot nach der Aktion: $ARGUMENTS. Erwartetes Ergebnis: [beschreibe was haette passieren sollen]. Pruefe: 1) Ist das erwartete Ergebnis eingetreten? 2) Gibt es Fehler/Captchas/Popups? 3) Ist die Seite vollstaendig geladen? Antworte mit PROCEED wenn alles OK, STOP wenn etwas falsch, RETRY wenn wiederholen.\" NUR bei PROCEED darf die naechste Aktion erfolgen!"
},
"observe-screen-check": {
"description": "Use observe_screen with DOM analysis for detailed page state",
"template": "Nutze `webauto-nodriver_observe_screen` mit include_dom: \"true\". Gib eine strukturierte Analyse zurueck: sichtbare Elemente, Interaktionsmoeglichkeiten, potenzielle Probleme."
},
"click-element-safe": {
"description": "Safe element click with selector + coordinates fallback + Vision-Gate",
"template": "VERSUCHE ZUERST: `webauto-nodriver_click_by_selector` mit selector: \"$ARGUMENTS\". FALLS DAS FEHSCHLAEGT: extrahiere Koordinaten und nutze `webauto-nodriver_click` mit x und y. DANACH: `webauto-nodriver_screenshot_to_file` + Vision-Gate Pruefung."
},
"smart-form-fill": {
"description": "Intelligently fill a form using smart_form_fill",
"template": "Nutze `webauto-nodriver_smart_form_fill` mit form_data: $ARGUMENTS (als JSON Objekt). Die Funktion matched automatisch Field-Labels mit den Daten. NACH dem Fill: Screenshot + Vision-Gate."
},
"extract-page-content": {
"description": "Extract comprehensive page content with optional DOM",
"template": "Nutze `webauto-nodriver_extract_page_content` mit include_dom: \"$ARGUMENTS\" (true/false). Gib strukturierte Inhalte zurueck: Text, Links, Bilder, Metadata."
},
"list-browser-tabs": {
"description": "List all open browser tabs",
"template": "Nutze `webauto-nodriver_list_tabs` um alle offenen Tabs aufzulisten. Gib Tab-Index, Titel und URL fuer jeden Tab aus."
},
"switch-browser-tab": {
"description": "Switch to a specific browser tab by index",
"template": "Nutze `webauto-nodriver_switch_tab` mit index: $ARGUMENTS (als Integer). Danach Screenshot machen und Vision-Gate Pruefung."
},
"bypass-cloudflare": {
"description": "Advanced Cloudflare challenge bypass",
"template": "Nutze `webauto-nodriver_bypass_cloudflare` fuer fortgeschrittene Cloudflare Challenge Umgehung mit menschlichen Verhaltensmustern. Gib Bypass-Status zurueck."
},
"human-like-scroll": {
"description": "Simulate human-like scrolling behavior",
"template": "Nutze `webauto-nodriver_human_like_behavior` mit duration: $ARGUMENTS (Sekunden, default 5). Simuliere menschliches Scrollen fuer Anti-Bot-Umgehung."
},
"whatsapp-send": {
"description": "Send WhatsApp message to phone number",
"template": "Nutze `webauto-nodriver_whatsapp_send` mit number: \"$1\" und message: \"$ARGUMENTS\". Gib Sendestatus zurueck."
},
"send-sms": {
"description": "Send SMS/iMessage to phone number",
"template": "Nutze `webauto-nodriver_send_sms` mit number: \"$1\" und message: \"$ARGUMENTS\". Gib Sendestatus zurueck."
},
"mac-calendar-create": {
"description": "Create a calendar event on macOS",
"template": "Parse $ARGUMENTS als JSON mit {calendar, title, start_time, end_time, notes}. Nutze `webauto-nodriver_mac_calendar_create` zum Erstellen des Termins. Gib Best\u00e4tigung zurueck."
},
"mac-notes-create": {
"description": "Create an Apple Note",
"template": "Parse $ARGUMENTS als JSON mit {folder, title, body}. Nutze `webauto-nodriver_mac_notes_create` zum Erstellen der Notiz. Gib Best\u00e4tigung zurueck."
},
"run-shell-cmd": {
"description": "Run a shell command with output",
"template": "Nutze `webauto-nodriver_run_shell` mit cmd: \"$ARGUMENTS\" und timeout_seconds: 30. Gib stdout und stderr zurueck."
},
"execute-javascript": {
"description": "Execute JavaScript in the current browser page",
"template": "Nutze `webauto-nodriver_execute_javascript` mit script: \"$ARGUMENTS\". Gib das Ergebnis der JS-Ausfuehrung zurueck. NACH Execution: Screenshot + Vision-Gate."
},
"make-phone-call": {
"description": "Make a phone call via macOS",
"template": "Nutze `webauto-nodriver_make_phone_call` mit number: \"$ARGUMENTS\". Starte den Anruf und gib Status zurueck."
},
"facetime-call": {
"description": "Make a FaceTime call",
"template": "Nutze `webauto-nodriver_facetime_call` mit target: \"$ARGUMENTS\" und video: false (standard Audio-Call). Gib Anruf-Status zurueck."
}
},
"skills": {
"paths": [
"/Users/jeremy/.config/opencode/skills"
]
},
"permission": "allow"
}