sn-image-doctor

Validate SenseNova skill installations, dependencies, and environment variables.

4.9k|347|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill sn-image-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sn-image-doctor
Source: https://github.com/OpenSenseNova/SenseNova-Skills/tree/main/skills/sn-image-doctor
Command: npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill sn-image-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects configuration issues and dependency problems in the SenseNova-Skills environment, preventing faulty setups that can cause failures.

Core Features & Use Cases

  • Environment Validation: Checks installation status and verifies necessary files and directories.
  • Dependency Management: Validates required Python packages are installed.
  • Configuration Setup: Prompts users to input missing environment variables and updates .env.
  • Use Case: When deploying SenseNova skills on a new system, run this tool first to confirm proper setup and avoid runtime errors.

Quick Start

Run the environment check script to verify your installation and dependency setup before using other skills.

Frequently Asked Questions about sn-image-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my SenseNova environment configuration before deploying skills?

To validate your SenseNova environment configuration, run the environment check script to verify file presence, package versions, and environment variables across multiple layers. This confirms proper installation and prevents faulty setups that cause runtime errors.

What is the best way to check if required Python dependencies are installed for SenseNova skills?

The best way to check required Python dependencies is to run an environment validation script that verifies necessary packages are installed. This dependency management step ensures a stable setup for reliable AI operations on your system.

Can I automatically update missing environment variables in my .env file for SenseNova?

Yes, you can automatically update missing environment variables in your .env file. The configuration setup process prompts you to input missing variables and directly updates the .env file to ensure your environment is correctly configured.

Why does my SenseNova skill fail with a configuration error on a new system?

Your SenseNova skill fails with a configuration error due to missing files, incorrect package versions, or incomplete environment variables. Running an environment diagnostic tool detects these configuration issues and dependency problems before they cause failures.

Do I need to verify SenseNova installation directories before running AI operations?

Yes, you need to verify SenseNova installation directories before running AI operations. Environment validation checks the installation status and confirms necessary files and directories are present to ensure a stable setup for reliable execution.

What does an environment diagnostic check cover for SenseNova skills?

An environment diagnostic check for SenseNova skills covers file presence, required Python package versions, and environment configurations across multiple layers. It validates the installation and dependencies to prevent faulty setups that cause runtime failures.