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

13 lines
No EOL
694 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: tunnel
description: Подними cloudflare туннель когда пользователь просит "подними тоннель", "пробрось порт", "tunnel"
---
# Tunnel
Когда пользователь просит поднять или опустить cloudflare тоннель — вызови
tool `tunnel()`. Первый вызов — старт, второй — стоп. Tool беспараметровый.
Не используй raw bash `bash .opencode/scripts/tunnel.sh` — заблокирован deny
(см. `opencode.json:311-314`). При сбое tool — STOP и репорт оркестратору, НЕ
fallback на raw bash.