Borrowing it
Nothing to install: this file belongs to azdigi-official/hosting_ai_skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/azdigi-official/hosting_ai_skills/main/AGENTS.mdgit clone --depth 1 https://github.com/azdigi-official/hosting_ai_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/instructions/azdigi-official/hosting_ai_skills/agents-md)<a href="https://agentmods.dev/instructions/azdigi-official/hosting_ai_skills/agents-md"><img src="https://agentmods.dev/badge/instructions/azdigi-official/hosting_ai_skills/agents-md/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/instructions/azdigi-official/hosting_ai_skills/agents-md"><img src="https://agentmods.dev/badge/instructions/azdigi-official/hosting_ai_skills/agents-md.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.00853 | $0.00853 |
| Opus 5 | $0.00426 | $0.00426 |
| Sonnet 5 | $0.00171 | $0.00171 |
| Haiku 4.5 | $0.00085 | $0.00085 |
Grade A, and why
hosting_ai_skills AGENTS.md scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
lib/cpanel-api.sh wrapper curl cho UAPI & API2 How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Hướng dẫn cho AI agent (Codex & tương thích)
Repo này cung cấp một bộ công cụ để AI thao tác lên gói hosting cPanel của người dùng qua API token: tạo database, thêm domain, deploy, debug, cron, email...
Claude Code dùng các skill trong skills/. Codex và các agent khác dùng tài
liệu này — nhưng cả hai chạy chung một engine: CLI bin/cpanel.
Khởi động
# credential: mỗi website một .env RIÊNG trong thư mục dự án của nó
# (CPANEL_HOST, CPANEL_USER, CPANEL_API_TOKEN). Engine nạp theo thứ tự:
# $CPANEL_ENV_FILE -> ./.env (thư mục hiện tại) -> ~/.cpanel-ai.env (fallback chung)
cpanel doctor # chạy trong thư mục website đó để xác minh kết nối
Lệnh
cpanelcó sẵn khibin/nằm trong PATH. Nếu chạy trực tiếp trong repo mà chưa thêm PATH, dùng./bin/cpanel(tương đương).
Nguyên tắc
- Mọi thao tác cPanel đi qua
cpanel. Xem lệnh:cpanel help. - Output dữ liệu là JSON ở stdout; phân tích bằng
jq. - Khi không có lệnh con phù hợp, dùng escape hatch:
cpanel uapi <Module> <func> key=value(hoặcapi2). Tra cứu hàm tại https://api.docs.cpanel.net/.
Tác vụ thường gặp
| Tác vụ | Lệnh |
|---|---|
| Kiểm tra kết nối | cpanel doctor |
| Tạo database + user + quyền | db:create → db:user-create → db:grant |
| Thêm subdomain | cpanel subdomain:add <sub> <root> |
| Thêm addon domain | cpanel addon:add <domain> |
| Debug lỗi web | cpanel log:errors |
QUY TẮC AN TOÀN (bắt buộc)
- Thao tác phá hủy có cổng xác nhận trong engine. Các lệnh xóa (
db:delete,db:user-delete,subdomain:delete,file:delete,email:delete,email:fwd-delete,ftp:delete,redirect:delete,dns:remove,cron:delete) sẽ DỪNG khi chạy non-interactive nếu không có xác nhận. Quy trình đúng:- Hỏi người dùng và nêu rõ đối tượng sẽ bị xóa (KHÔNG hoàn tác).
- Sau khi người dùng đồng ý, chạy lại lệnh kèm cờ
--yes.
- Muốn xem trước mà không thực thi: thêm
--dry-run(in ra thao tác API sẽ gọi). - Lưu ý: escape hatch
cpanel uapi/api2gọi API thô, KHÔNG qua cổng xác nhận — tự chịu trách nhiệm khi dùng để xóa.
- Không in
CPANEL_API_TOKENhay mật khẩu ra log/output. - Chạy lệnh
:listtrước khi tạo mới để tránh trùng. - Nếu
doctorlỗi → dừng và báo người dùng kiểm tra.env, không đoán mò. - File
.envchứa bí mật và đã được.gitignore— không commit, không đọc token ra ngoài.
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.
- 9d ago First seen · 64 lines · 853 tokens per session scan A c42faf4c4f20
hosting_ai_skills AGENTS.md is an instructions file published in the GitHub repository azdigi-official/hosting_ai_skills (9 stars, last pushed 2mo ago), licensed MIT. It adds 853 tokens to every session, about $0.0043 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
plan-forge naming.instructions.md
Azure naming conventions — Microsoft CAF abbreviations, constraints, uniqueness, tagging.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.