ep

ep is a skill for Claude Code from helbertparanhos/easypanel-mcp-server. It costs 142 tokens per session (1,094 once invoked), scanned A, original, MIT.

A workflow for deploying and managing projects and services in Easypanel, a web control panel for running applications and services.

In plain words
What is it for?
Listing projects, inspecting or configuring a service, deploying from GitHub, enabling automatic deployments, and checking actions or logs in Easypanel.
Why use it?
It reduces the manual steps needed to configure a GitHub source, start a deployment, inspect service settings, or check deployment progress.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Listing projects, inspecting or configuring a service, deploying from GitHub, enabling automatic deployments, and checking actions or logs in Easypanel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/helbertparanhos/easypanel-mcp-server/skill
Install

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.

Any agent
npx skills add helbertparanhos/easypanel-mcp-server --skill skill
Clone the repo
git clone --depth 1 https://github.com/helbertparanhos/easypanel-mcp-server

Made for: Claude Code.

Wrote 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.

agentmods badge for ep

README.md
[![agentmods](https://agentmods.dev/badge/skills/helbertparanhos/easypanel-mcp-server/skill.svg)](https://agentmods.dev/skills/helbertparanhos/easypanel-mcp-server/skill)
Your own site
<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>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,094 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash bc7d61d188ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skill/SKILL.md · 93 lines

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":

  1. Listar projetoslist_projects para ver o que existe
  2. Confirmar alvo — perguntar: "Qual projeto e serviço devo usar?" (se não informado)
  3. Inspecionar serviçoinspect_service para ver a config atual
  4. Configurar source (se necessário) — set_source_github com owner, repo, ref, path
  5. Ativar auto-deploy (se o usuário quiser) — enable_github_deploy
  6. Fazer deploydeploy_service
  7. Acompanharlist_actions para ver o progresso. Se houver ação em andamento, get_action com 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":

  1. list_projects — panorama geral
  2. inspect_service — config completa do serviço específico
  3. get_service_error — último erro registrado
  4. get_service_logs — logs do container
  5. get_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":

  1. get_env_vars — mostrar as vars atuais (NUNCA mostre senhas ao usuário sem necessidade)
  2. Confirmar a variável e valor com o usuário
  3. set_env_var — aplicar a mudança (safe — não apaga outras vars)
  4. 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)

Read the full file on GitHub · 93 lines

Changes

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.

  1. 8d ago First seen · 93 lines · 142 tokens per session scan A bc7d61d188ad

Subscribe to this mod's changes

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.

Related

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…

helbertparanhos/vercel-mcp-pro · 133 tokens

ecspresso

ECS deployment tool - deploy, manage, and troubleshoot ECS services.

kayac/ecspresso · 17 tokens

securing-helm-chart-deployments

Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.

xalgorix/xalgorix · 34 tokens

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.

kastelldev/kastell · 53 tokens

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…

ericrisco/rsc-harness · 100 tokens

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.

muchiny/bridge-mcp · 54 tokens