🔌

hostbrr-vps

🔌Plugin

kyzdes/claude-skills

VibeIndex|
What it does
|

Manage HostBRR VPS via the VirtFusion REST API — list servers, rebuild/reinstall the OS, power actions (restart/boot/shutdown/powerOff), SSH keys, ISO, VNC, rescue, resource packs, task polling. Teaches the correct client API base path (/api, not /api/v1), Bearer auth kept out of the transcript, and the FQDN-hostname rebuild rule. Ships the full endpoint reference.

🏪

Part of

kyzdes/claude-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add kyzdes/claude-skills
Step 2. Install plugin:
/plugin install hostbrr-vps@claude-skills
0
-
AddedJul 24, 2026

More from this repository10

🔌
stitch-design🔌Plugin

Google Stitch AI UI generation — brainstorm, generate, edit, iterate on UI designs from text prompts. Bundles 4 sub-skills (design / theme / edit / upload).

🔌
trip-planner🔌Plugin

Extract flight + hotel data from Aviasales / Ostrovok links and compile into a self-contained HTML itinerary.

🔌
agentix🔌Plugin

Teach AI agents to work the Agentix issue tracker over MCP: orient with get_started + the wiki index, load one issue with get_context, and file well-specced issues (task-spec + checklist). Ships the full 43-tool reference (incl. delete/unlink), a REST-mirror map, a task-creation template, the index convention, and common workflows.

🔌
clarity🔌Plugin

Правка русских рабочих текстов до чёткой и ёмкой речи: диагноз → 14 законов (деятель в подлежащее, номинализации → глаголы, вложенность вместо длины, шесть операций сжатия, селективные стоп-слова) → линт со словарями → тон-чек. Синтез 6 верифицированных deep-research исследований школ ясности (Williams, Оруэлл/Zinsser, Пинкер, Чуковский/Галь, инфостиль, психолингвистика); лечит и канцелярит, и AI-звучание; опровергнутые мифы — в чёрном списке.

🔌
model-to-bot🔌Plugin

Build a polished, production Telegram bot around a model / HF Space / API — a 7-phase playbook (Discover→Design→Menus→Data→Backend→Build→Deploy), a 32-entry gotchas catalog, and real starter module templates. (Private repo — installs for the owner.)

🔌
tailscale-vpn-coexist🔌Plugin

Make Tailscale reach peers while a global-tunnel VPN client (Shadowrocket, Hiddify, sing-box, Clash/Mihomo, NekoBox) is ON, on macOS or Ubuntu/Linux. Diagnoses the two independent failure layers — OS routing (100.64.0.0/10 hijacked by the VPN TUN) and the system HTTP proxy (*.ts.net swallowed) — and applies persistent fixes (route-keeper + skip-proxy), plus optional `tailscale serve` for a clean HTTPS name. Teaches the ordered diagnosis (tailscale ping -> route get -> real SSH-banner check, not the lying nc -z -> proxy layer) and ships a full macOS+Linux playbook.

🔌
keys-keeper🔌Plugin

Cross-platform (macOS + Windows + Linux) secrets manager skill: stores API keys, SSH keys, server creds, and domain info in the OS-native credential store (macOS Keychain / Windows Credential Manager / Linux Secret Service, encrypted-file fallback on headless servers) via the `keys` CLI. Agents architecturally cannot reveal plaintext (Sealed wrapper + env-gated reveal). First-class Claude Code skill; `keys init` emits equivalent rule files for Cursor, Aider, Codex CLI, and Cline.

🔌
sentryx🔌Plugin

Instrument an app with SentryX over a remote MCP: error tracking + distributed tracing + product analytics/funnels, correlated by trace_id. Connect with an org Bearer token, then onboard a project (detect stack → 5 product questions → create_project → instrument_hint → define funnels → verify get_funnel) and fix bugs (search_issues → prepare_fix_bundle). Ships the full MCP tool reference, per-stack copy-paste snippets, and end-to-end recipes.

🔌
context-map🔌Plugin

Two-layer agent docs: a committed agent-docs/ navigation tree (MAP + per-domain deep docs) and a gitignored context-map-<slug>/ memory tree (decisions, known issues, gotchas, tasks). Generate, decompose, update, audit, reconcile, and conflict-check project docs for AI coding agents — navigation that survives a big codebase plus memory that survives a context reset.

🔌
ux-planner🔌Plugin

Turn loose product descriptions into structured English UX Specs ready for handoff to a visual-design agent.