sn-image-doctor
仓库创建 2026年4月14日最近提交 19 小时前SkillHot 收录 21 天前
▸ 精选理由
部署前自检与快速定位依赖问题的实用工具,降低环境故障率。
▸ 风险提示
会修改 .env 并提示写入配置,可能导致敏感密钥被写入本地。
这个 Skill 做什么
检测并修复 sn-image-base 的依赖与配置,并管理 .env。
做 SenseNova-Skills 项目环境体检,检查 sn-image-base、Python 依赖和 .env 配置是否齐全。开发前或运行失败时用来排查缺失依赖、环境变量错误并引导你把缺项写入 .env。额外功能会重载环境并建议重启 agent,帮你一次把环境修成能跑的状态。
▸ 展开 SKILL.md 英文原文
Environment diagnostic skill for SenseNova-Skills project. Checks that sn-image-base is properly installed and configured, validates dependencies and environment variables. Prompts user to configure missing required variables and saves them to .env file. After configuration, reloads environment and suggests agent restart if needed.
4.8k
Stars
331
Forks
40
仓库内 Skill
+142
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenSenseNova/SenseNova-Skills/main/skills/sn-image-doctor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenSenseNova/SenseNova-Skills/main/skills/sn-image-doctor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# sn-image-doctor ## Overview `sn-image-doctor` is an infrastructure skill (tier 0) that validates the SenseNova-Skills environment before running other skills. It ensures SenseNova-Skills project is properly installed and configured. This skill performs comprehensive checks including: - Installation verification of SenseNova-Skills project - Python dependency validation - Environment variable configuration checks, with interactive prompts to configure missing required variables and save them to `.env` - Automatic environment reload after configuration changes, with agent restart suggestion if reload fails ## Usage Run the doctor check to validate your environment: ```bash # Basic che
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有