.agents/skills/outline-vpn-basic/SKILL.md
KISS operations skill for Outline VPN on VPS (install, key lifecycle, status, limits).
npx skillsauth add kissrosecicd-hub/agents-evolution outline-vpn-basicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Назначение:
Что включает:
apiUrl, certSha256) в локальный приватный каталог.Основной инструмент:
scripts/outlinectl.shБыстрый старт:
# 1) установка и первичная конфигурация
bash scripts/outlinectl.sh install \
--host-id agents-prod-01 \
--ssh-host root@<your-vps-ip>
# 2) создать 8 безлимитных ключей
bash scripts/outlinectl.sh keys-create \
--host-id agents-prod-01 \
--count 8 \
--name-prefix p11-unlimited
# 3) показать ключи (без вывода access_url в stdout)
bash scripts/outlinectl.sh keys-list --host-id agents-prod-01
Где хранятся приватные данные:
${XDG_CONFIG_HOME:-$HOME/.config}/codex/outline/<host-id>.manager.env${XDG_CONFIG_HOME:-$HOME/.config}/codex/outline/<host-id>-keys-<timestamp>.txtKISS-правила:
outlinectl.sh) и явные подкоманды.keys-delete-all) требуют --yes.Reference:
references/OUTLINE_VPN_GUIDELINES.mdОграничения:
ssh-доступ к серверу;keys-list и backup/export.tools
KISS reference skill for v2rayA on Arch/Ubuntu/Fedora with TUN, RoutingA, DoH DNS and Outline key import.
testing
Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.
development
Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full ruleset coverage) and "important only" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.
development
Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.