Aegis gateway diagnostics
Skill HaloForgeAI/aegis-agent-plugins/plugins/aegis/skills/aegis-gateway-diagnostics
Public Codex, Claude Code, and agent skill packages for Aegis.
npx -y skills add HaloForgeAI/aegis-agent-plugins --skill aegis-gateway-diagnosticsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Diagnose Aegis Gateway, channel delivery, MCP, and local worker readiness from Codex. Use when the user says Gateway/local worker/tools are connected but Aegis still claims it cannot act, or when Telegram/WeCom/HaloForge delivery and runtime action behavior needs evidence.
SKILL.md
1.6 KB, 292 tokens by cl100k_base, as published. Nobody here has run it
Aegis Gateway Diagnostics
Be precise about the failing layer. "Gateway connected" is not the same as "planner can call a tool-ready local worker".
Procedure
- Call
aegis_mcp_status. - Call
aegis_gateway_status. - Call
aegis_gateway_accounts. - Inspect deliveries with
aegis_gateway_deliverieswhen queue or channel reply behavior is involved. - For board-linked execution, inspect the relevant WorkItem and timeline with
aegis_boardand reports before recommending a fix.
Diagnosis Labels
Use these labels in the answer:
mcp_unavailable: Codex cannot see the Aegis MCP server.auth_or_owner_scope: MCP/server responds but token or owner/profile scope is wrong.server_side_ready: server-side tools can act even if local worker cannot.gateway_account_unhealthy: platform account/binding/delivery health issue.worker_connected_not_tool_ready: a worker heartbeat exists but declared tools/tool schemas are absent.worker_tool_ready: local execution path exists; failures need job evidence.provider_planner_missing: AI planning provider is not configured or failed.
Output
Return: observed state, most likely layer, evidence, and one next operational check. Do not say Aegis has no tools when only one runtime path is missing.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.