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 fazer-ai/agents-skills --skill agents-onboardinggit clone --depth 1 https://github.com/fazer-ai/agents-skillsWrote 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/fazer-ai/agents-skills/agents-onboarding)<a href="https://agentmods.dev/skills/fazer-ai/agents-skills/agents-onboarding"><img src="https://agentmods.dev/badge/skills/fazer-ai/agents-skills/agents-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fazer-ai/agents-skills/agents-onboarding"><img src="https://agentmods.dev/badge/skills/fazer-ai/agents-skills/agents-onboarding.svg" alt="Reviewed on agentmods" width="80" 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.00196 | $0.04714 |
| Opus 5 | $0.00098 | $0.02357 |
| Sonnet 5 | $0.00039 | $0.00943 |
| Haiku 4.5 | $0.00020 | $0.00471 |
Grade A, and why
agents-onboarding 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 6d 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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Onboarding fazer.ai agents: do zero ao agente (multi-plataforma)
Leva uma VPS de "nada" até "agente de atendimento de IA rodando, testado e plugado numa caixa de entrada real". Esta skill é o bundle executado pelo agente (você): opera o VPS via SSH + a API do orquestrador escolhido (Coolify / Portainer / compose genérico), e controla o fazer.ai agents via MCP (OAuth, dry-run + audit).
Enquadre a jornada em 4 fases (diga isso ao usuário no começo)
No início, resuma pro usuário o caminho em 4 fases, pra ele saber onde está e o que vem. Use estas palavras (não os nomes técnicos das etapas):
- O agente: a ferramenta que conduz o onboarding (esta, que ele já escolheu) e os acessos que ela precisa (VPS, domínio) prontos.
- Onde hospedar: subir a base na infraestrutura dele, o provedor de nuvem + o painel que gerencia os serviços.
- O Chatwoot: a plataforma de atendimento onde as conversas acontecem.
- Configurar o agente: importar o agente de IA, ligar na caixa de entrada e testar de ponta a ponta.
É um mapa pro usuário, não o roteiro técnico: as etapas numeradas abaixo (0 a 10) são o seu passo a passo e detalham essas fases. Ao virar de fase, avise ("terminamos de preparar os acessos; agora vou escolher onde hospedar e subir a base") pra a jornada não parecer uma caixa-preta.
Antes de qualquer coisa
- Leia
guardrails.mdinteiro. Tem fronteiras duras (só a VPS e o domínio indicados, licença única do hub, MCP dry-run, nada de produção de terceiros, nada de segredo em log). Cruzar qualquer uma é parar e perguntar. - Leia
gotchas.md. São as armadilhas conhecidas que, se ignoradas, fazem você redescobrir do jeito difícil (FQDN que não dirige o Traefik, embedding por-tenant, Langfuse sem blob storage, persistência de branding etc.). - Confira pré-requisitos em
references/00-prereqs-and-access.md: MCPs ligados (Hostinger ×3; o hubapp-fazer-ainão é MCP da sessão, suas ops saem pelo proxybunx @fazer-ai/agents hub …), acesso SSH, e o contrato do ambiente.
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- gotchas.md 18 KB
- guardrails.md 9.5 KB
- references/00-prereqs-and-access.md 5.1 KB
- references/01-vps-dns-ssh.md 9.3 KB
- references/01b-brownfield.md 11 KB
- references/01c-pick-tier.md 4.6 KB
- references/02-coolify.md 12 KB
- references/03-chatwoot-pro.md 6.5 KB
- references/04-agents-image.md 4.2 KB
- references/05-langfuse.md 9.5 KB
- references/06-setup-and-mcp.md 11 KB
- references/08-agent-import.md 9.3 KB
- references/09-chatwoot-bind.md 5.8 KB
- references/10-validate-e2e.md 6.1 KB
- references/agent-features.md 4.4 KB
- references/chatwoot-hub-register.md 9.2 KB
- references/deploy-b-portainer.md 8.2 KB
- references/deploy-c-compose.md 4.1 KB
- references/migracao-v3.md 45 KB
- samples/agents/maria-clinica-moreira.json 31 KB
- samples/agents/README.md 2.5 KB
- samples/agents/rui-transportadora-http.json 4.6 KB
- scripts/chatwoot-admin.py 17 KB runs code
- scripts/coolify.py 24 KB runs code
- scripts/docker-status.py 5.3 KB runs code
- scripts/gen-onboarding-env.ts 7.1 KB runs code
- scripts/harbor-login.py 5.1 KB runs code
- scripts/langfuse-set-password.py 11 KB runs code
- scripts/langfuse-verify.py 4.6 KB runs code
- scripts/portainer-brownfield.py 4.7 KB runs code
- scripts/remote.py 9.9 KB runs code
- scripts/sshkey.py 6.1 KB runs code
- templates/chatwoot/.env.example 1.8 KB
- templates/chatwoot/docker-compose.coolify.yml 5.2 KB
- templates/chatwoot/docker-compose.yml 5.4 KB
- templates/chatwoot/README.md 3.7 KB
- templates/docker-compose.coolify.yml 6.8 KB
- templates/docker-compose.portainer.yml 9.6 KB
- templates/docker-compose.prod.yml 7.8 KB
- templates/langfuse/.env.example 2.6 KB
- templates/langfuse/docker-compose.coolify.yml 8.1 KB
- templates/langfuse/docker-compose.yml 7.4 KB
- templates/langfuse/README.md 7.5 KB
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.
- 6d ago Changed · +41 tokens per session d7c83f218eb4
- 10d ago First seen · 81 lines · 155 tokens per session scan A 8270824ee60f
agents-onboarding is a skill published in the GitHub repository fazer-ai/agents-skills (5 stars, last pushed 3d ago), licensed MIT. It adds 196 tokens to every session and 4,714 once invoked, about $0.0010 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
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…