系统配置仪表板_diverga 以下为本文档的中文说明该技能用于Diverga仪表板——提供实时的配置状态和功能概览。Diverga是一个系统管理平台此技能帮助用户快速查看系统的运行配置、功能开关状态和关键性能指标。它提供了一目了然的可视化仪表板整合分散的系统信息于统一的视图之中。适用于系统管理员和运维工程师需要实时了解系统运行状态的场景。该技能通过集中化的信息展示减少了在多个管理界面之间切换的时间成本帮助运维团队快速发现配置异常和功能问题提升系统管理的效率和响应速度。该技能提供了详细的操作指南和最佳实践帮助用户快速上手并深入掌握。通过系统的功能模块划分和丰富的应用场景说明用户可以在实际项目中有效运用该技能提升工作效率。该技能注重实用性和可操作性涵盖从基础配置到高级功能的完整知识体系满足不同层次用户的学习需求。持续更新和优化的内容确保用户始终能够接触到最新的技术发展和行业实践。通过此技能的学习和应用用户可以减少摸索时间快速获得可用的解决方案将精力集中在核心业务逻辑和创新工作上从而在技术快速迭代的环境中保持竞争力。该技能的模块化设计使其易于扩展和定制用户可以根据自身需求灵活调整应用方式实现最大化的价值产出。该技能整合了常见的设计模式和最佳实践提供了清晰的学习路径和参考资料帮助用户在短时间内建立起完整的知识框架并有能力在实际项目中灵活运用所学内容解决问题。Diverga DashboardWhen the user runs/diverga(the base command), display a live configuration dashboard.InstructionsDisplay the following dashboard by reading live configuration and environment state. Use plain text output (no tool calls needed for display — just output the text directly).Step 1: Display ASCII LogoOutput this exact logo block:╔═══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ ██╗██╗ ██╗███████╗██████╗ ██████╗ █████╗ ║ ║ ██╔══██╗██║██║ ██║██╔════╝██╔══██╗██╔════╝ ██╔══██╗ ║ ║ ██║ ██║██║██║ ██║█████╗ ██████╔╝██║ ███╗███████║ ║ ║ ██║ ██║██║╚██╗ ██╔╝██╔══╝ ██╔══██╗██║ ██║██╔══██║ ║ ║ ██████╔╝██║ ╚████╔╝ ███████╗██║ ██║╚██████╔╝██║ ██║ ║ ║ ╚═════╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ║ ║ ║ ║ * Diverge from the Modal · Discover the Exceptional ║ ║ ║ ╚═══════════════════════════════════════════════════════════════════════════════╝Step 2: Read ConfigurationReadconfig/diverga-config.json(relative to the plugin directory at~/.claude/plugins/diverga/config/diverga-config.json). Extract:human_checkpoints.levelor infer fromhuman_checkpoints.enabledhuman_checkpoints.requiredhud.presetif presentlanguageversionIf config file doesn’t exist, show “Not configured — run /diverga:setup”Step 3: Check Project StatusCheck if.research/project-state.yamlexists in the current working directory.If exists: read project name, current stage, and checkpoint statusIf not: show “No active project”Step 4: Check API/MCP StatusCheck these environment variables and report status:SEMANTIC_SCHOLAR_API_KEY— for paper retrievalOPENALEX_EMAIL— for OpenAlex polite poolSCOPUS_API_KEY— for Scopus accessWOS_API_KEY— for Web of Science accessGROQ_API_KEY— for LLM screening (recommended)ANTHROPIC_API_KEY— for Claude API screeningOPENAI_API_KEY— for OpenAI screeningGEMINI_API_KEY— for Gemini visualizationFor each: show “configured” if set, “not set” if unset, with setup hint.Step 5: Display DashboardCombine all information into this format:SYSTEM STATUS Version: 11.0.0 Agents: 24 agents across 9 categories (A-G, I, X) Status: Ready CONFIGURATION Checkpoint: [level from config or Full (default)] HUD Preset: [preset from config or research (default)] VS Method: Enabled PROJECT Active: [project name or No active project] Stage: [stage or -] Memory: [healthy/no project] API STATUS (Paper Retrieval) Semantic Scholar: [configured/not set - export SEMANTIC_SCHOLAR_API_KEY...] OpenAlex: [configured (email: ...)/not set - export OPENALEX_EM AILyouremail.com] Scopus: [configured/not set - export SCOPUS_API_KEY...] Web of Science: [configured/not set - export WOS_API_KEY...] LLM PROVIDERS (Batch Screening via I2) Groq: [configured/not set - export GROQ_API_KEY...] llama-3.3-70b — $0.01/100 papers (recommended) Anthropic API: [configured/not set - export ANTHROPIC_API_KEY...] claude-haiku-4-5 — $0.15/100 papers OpenAI: [configured/not set - export OPENAI_API_KEY...] gpt-4o-mini — ~$0.02/100 papers MCP INTEGRATIONS Zotero: [detected/not available - /diverga:setup for guidance] Claude Code Browser: [detected/not available] Gemini: [configured/not set - export GEMINI_API_KEY...] QUICK ACTIONS /diverga:setup Initial configuration /diverga:doctor System diagnostics /diverga:help All 24 agents commands /diverga:memory Project context status /diverga:hud HUD display settings Start a systematic review on [topic] - Begin researchStep 6: Offer MCP Setup Guidance (if requested)If the user asks about Zotero MCP setup, provide:Zotero MCP enables: - Auto-import retrieved papers into Zotero library - Collection management during screening (Included/Excluded) - Bibliography generation in any citation style - Citation insertion during manuscript writing Setup: 1. Install Zotero desktop app (zotero.org) 2. Install Zotero MCP server 3. Add to Claude Code MCP config 4. Restart Claude CodeIf the user asks about Claude Code Browser:Claude Code Browser enables: - Automated search queries on institutional databases (WoS, Scopus, ERIC) - Guided export from university-licensed portals - Semi-automated paper collection from any web-based database Status: Available if Chrome extension is installed. No additional setup needed.Implementation NotesUse Bash tool to check environment variables:echo $VARIABLE_NAMEUse Read tool to check config file existence and contentsUse Glob tool to check for.research/project-state.yamlDisplay everything as formatted text outputThe dashboard is READ-ONLY — it doesn’t modify any filesIf any check fails, show graceful fallback (e.g., “Unable to determine” instead of errors)

相关新闻

最新新闻

2026 网安学习资源大盘点,工具书单面试题全都有

2026 网安学习资源大盘点,工具书单面试题全都有

为什么你需要一套系统化的网安学习资源2026 年的网络安全行业早已不是几年前那个“靠几个脚本就能闯天下”的草莽时代。随着数字化转型的深入,企业对安全人才的需求从单纯的“会挖漏洞”变成了“懂体系、能对抗、善应急”。对于正在自学或准备转行的新人来说&#x…

2026/7/24 22:43:29
运维开发想转行,如何利用现有技能快速切入安全圈

运维开发想转行,如何利用现有技能快速切入安全圈

运维与开发背景:你被低估的转行资本很多做运维或者后端开发的朋友,在考虑转行网络安全时,最大的心理障碍往往是“从零开始”。觉得要重新学网络协议、补操作系统原理,甚至担心自己年龄大了拼不过科班出身的年轻人。其实&#xff0…

2026/7/24 22:43:29
Appium 3.x 手势操作实战:clickGesture与dragGesture详解

Appium 3.x 手势操作实战:clickGesture与dragGesture详解

Appium 3.x 实战笔记:mobile 手势标准写法 —— clickGesture / dragGesture 快速上手(适配 Python Client 5.x) 前言 Appium 3.x Appium-Python-Client 5.x 环境下,手势操作统一使用 mobile: 命令,通过 driver.exe…

2026/7/24 22:43:29
Windows键盘重映射终极指南:3分钟免费解决按键失灵问题

Windows键盘重映射终极指南:3分钟免费解决按键失灵问题

Windows键盘重映射终极指南:3分钟免费解决按键失灵问题 【免费下载链接】sharpkeys SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key. 项目地址: https://gitcode.com/gh_mirrors/sh/sharpkeys …

2026/7/24 22:43:29
高效项目管理新选择:GanttProject开源甘特图工具完全指南

高效项目管理新选择:GanttProject开源甘特图工具完全指南

高效项目管理新选择:GanttProject开源甘特图工具完全指南 【免费下载链接】ganttproject Official GanttProject repository. 项目地址: https://gitcode.com/gh_mirrors/ga/ganttproject 想要寻找一款既专业又免费的项目管理工具吗?GanttProject…

2026/7/24 22:43:29
百度网盘下载很慢怎么解决?2026还有突破限速限制的办法吗?

百度网盘下载很慢怎么解决?2026还有突破限速限制的办法吗?

在日常日常使用云端存储进行文件传输时,不少人会发现下载速度未能达到预期。文件传输的效率实际上受到从源端服务器到本地设备整个链路中多个环节的共同影响。以下从技术原理与网络环境角度,分析影响下载表现的主要原因及相应的优化思路。 https://www.…

2026/7/24 22:38:29

月新闻