用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Arvo-AI/aurora --skill flyio命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | flyio |
| id | flyio |
| description | Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation |
| category | cloud_provider |
| connection_check | {"method":"is_connected_function","module":"chat.backend.agent.tools.flyio_tool","function":"is_flyio_connected"} |
| tools | ["cloud_exec","query_flyio_metrics"] |
| index | Fly.io — apps, machines, logs, metrics, deployments, health checks, remediation |
| rca_priority | 8 |
| allowed-tools | cloud_exec, query_flyio_metrics |
| metadata | {"author":"aurora","version":"1.0"} |
Fly.io is connected for application monitoring, machine lifecycle management, and incident remediation.
cloud_exec('flyio', '<fly command>') for all Fly.io CLI operations.flyctl) is pre-authenticated with the user's org-scoped token.--json flag for structured output when available.Use query_flyio_metrics(query) for PromQL queries against Fly.io's Prometheus federation. Common metrics include (but are not limited to) fly_instance_up, fly_instance_cpu, fly_instance_memory_resident, fly_edge_http_responses_count, fly_edge_http_response_time_seconds_bucket, fly_instance_net_recv_bytes, fly_app_concurrency.
cloud_exec('flyio', ...) -- never call the REST API directly.-a <app_name> for commands that target a specific app (e.g. fly status -a myapp). Do NOT use -a on global commands like fly apps list, fly regions list.--json for structured output when available (not all commands support it -- if it fails, retry without).--no-tail to avoid indefinite streaming (e.g. fly logs -a myapp --no-tail).基于 SOC 职业分类