一键导入
observatory-report
Monitor MoFA Gateway health and system metrics, outputting beautiful visual dashboards or text reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor MoFA Gateway health and system metrics, outputting beautiful visual dashboards or text reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deploy static sites to GitHub Pages or Mac Mini hosting. Triggers: mofa publish, deploy site, publish website, 发布网站, 部署网页, github pages, deploy to mini, host website, 上线, push to pages, mofa deploy, 发布到GitHub.
Build or scaffold websites from content using Quarto, Astro, Next.js, or React/Vite. Triggers: mofa site, build website, make a website, 建网站, 做个网站, generate site, mofa web, create website, 生成网页, build lesson site, build docs site, 做个教程网站.
Shared CLI binary for all mofa skills (slides, cards, comic, infographic, video). Not a user-facing skill.
AI-generated greeting cards as PNG images. Triggers: greeting card, 贺卡, mofa card, mofa 贺卡, make a card, CNY card, New Year card, 新年贺卡, ink-wash card. Generates full-bleed AI artwork via Gemini in various Chinese art styles.
AI-generated comic strips and illustrations. Triggers: comic, manga, xkcd, 漫画, comic strip, 四格漫画, panel comic, illustration strip, snoopy. Generates multi-panel comics via Gemini with optional Qwen-Edit refinement, stitched into a single image.
AI-generated infographics and visual posters. Triggers: infographic, poster, 信息图, 海报, data poster, visual summary, mofa infographic. Generates multi-section infographic via Gemini with optional Qwen-Edit refinement, stitched into a single tall image.
| name | observatory-report |
| description | Monitor MoFA Gateway health and system metrics, outputting beautiful visual dashboards or text reports. |
This skill connects the internal MoFA Gateway/Observatory infrastructure with the visual generation capabilities of mofa-skills. It fetches real-time system metrics (active agents, node health, task queues) and synthesizes them into visual infographics or text summaries.
Activate this skill when user says:
# Generate a visual Cyberpunk dashboard report
mofa infographic --style cyber-dash --out report.png --input gateway_metrics.json
# Generate a minimal text summary
mofa slides --style minimal-report --input gateway_metrics.json
The skill expects a raw JSON payload from the Gateway/Observatory metrics endpoint. You can find a sample payload in examples/mock_gateway_telemetry.json:
{
"gateway_status": "ONLINE",
"total_active_agents": 40,
"pending_tasks_queue": 150
}
This telemetry JSON is passed directly to the Gemini engine as the input data (for example, via the section prompt), while the selected style template is used verbatim as a prefix to guide how the text report or dashboard infographic is synthesized.