Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add helbertparanhos/easypanel-mcp-server --skill skillgit clone --depth 1 https://github.com/helbertparanhos/easypanel-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/helbertparanhos/easypanel-mcp-server/skill)<a href="https://agentmods.dev/skills/helbertparanhos/easypanel-mcp-server/skill"><img src="https://agentmods.dev/badge/skills/helbertparanhos/easypanel-mcp-server/skill.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00142 | $0.01094 |
| Opus 5 | $0.00071 | $0.00547 |
| Sonnet 5 | $0.00028 | $0.00219 |
| Haiku 4.5 | $0.00014 | $0.00109 |
Grade A, and why
ep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Easypanel — Workflow de Deploy e Gestão
Assistente de operações no Easypanel. Usa o MCP easypanel-mcp para operar o painel diretamente.
Regra crítica: Antes de qualquer operação, identifique o projeto e serviço exatos. Sempre confirme com o usuário antes de executar ações destrutivas.
Fluxo 1 — Deploy via GitHub (uso principal)
Quando o usuário pedir "fazer deploy", "subir no Easypanel", "deployar do GitHub":
- Listar projetos —
list_projectspara ver o que existe - Confirmar alvo — perguntar: "Qual projeto e serviço devo usar?" (se não informado)
- Inspecionar serviço —
inspect_servicepara ver a config atual - Configurar source (se necessário) —
set_source_githubcom owner, repo, ref, path - Ativar auto-deploy (se o usuário quiser) —
enable_github_deploy - Fazer deploy —
deploy_service - Acompanhar —
list_actionspara ver o progresso. Se houver ação em andamento,get_actioncom o ID
Mostre ao usuário ao final:
✅ Deploy iniciado
Projeto: [nome]
Serviço: [nome]
Source: github.com/[owner]/[repo]@[branch]
Para acompanhar: list_actions
Fluxo 2 — Verificar status e debugar
Quando o usuário pedir "o que está rodando?", "checar status", "ver logs":
list_projects— panorama geralinspect_service— config completa do serviço específicoget_service_error— último erro registradoget_service_logs— logs do containerget_system_stats— CPU/RAM/disco do servidor
Fluxo 3 — Alterar variáveis de ambiente
Quando o usuário pedir "mudar env", "adicionar variável", "alterar config":
get_env_vars— mostrar as vars atuais (NUNCA mostre senhas ao usuário sem necessidade)- Confirmar a variável e valor com o usuário
set_env_var— aplicar a mudança (safe — não apaga outras vars)- Avisar: "Faça um deploy para aplicar a mudança em produção"
Atenção: Para remover vars, use delete_env_var que requer confirm: "CONFIRMO".
Regras de segurança (siga sempre)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 93 lines · 142 tokens per session scan A bc7d61d188ad
ep is a skill published in the GitHub repository helbertparanhos/easypanel-mcp-server (2 stars, last pushed 5d ago), licensed MIT. It adds 142 tokens to every session and 1,094 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
vercel
Deploy e operação da Vercel pelo terminal via Vercel CLI, complementando o MCP vercel-mcp-pro. Use quando o usuário pedir para fazer deploy, subir na Vercel, ver logs de deploy, configurar env vars, promover preview para produção, fazer rollback ou linkar um projeto. Triggers - /vercel, "deploy na vercel", "subir na…
ecspresso
ECS deployment tool - deploy, manage, and troubleshoot ECS services.
securing-helm-chart-deployments
Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.
kastell-ops
Kastell CLI patterns, architecture, anti-patterns, and decision trees. Use automatically when working in Kastell codebase or when asked about Kastell server infrastructure, security audit, hardening, lock, provision, or provider management.
coolify
Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…
ssh-audit
This skill should be used when the user asks to "run a security scan", "check for vulnerabilities", "audit compliance", "check certificate expiry", "scan open ports", or mentions security reviews, CIS benchmarks, or compliance assessments on remote servers.