opencode-config/.opencode/skills/tunnel/SKILL.md
Sergey a2666183f8
fix(agents+skills): enforce tool-usage policy across prompts and skills (#63)
* fix(agents): add tool usage policy to AGENTS.md

* fix(skills): replace raw bash with tools in 6 skills

* feat(skills): restore tunnel skill

* docs(handoff): scaffold handoff and ADR for PR

* docs(handoff): set PR number

* docs(project-map): add tunnel skill + tool usage policy note (PR#63)

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-25 18:46:16 +03:00

694 B
Raw Permalink Blame History

name description
tunnel Подними cloudflare туннель когда пользователь просит "подними тоннель", "пробрось порт", "tunnel"

Tunnel

Когда пользователь просит поднять или опустить cloudflare тоннель — вызови tool tunnel(). Первый вызов — старт, второй — стоп. Tool беспараметровый.

Не используй raw bash bash .opencode/scripts/tunnel.sh — заблокирован deny (см. opencode.json:311-314). При сбое tool — STOP и репорт оркестратору, НЕ fallback на raw bash.