Real Skill packageSource verifiedClawHub registry

sn-ppt-doctor

Environment diagnostic for the PPT family. Validates sn-image-base, API keys, Node runtime, and optional deps; interactively writes .env for required vars. Runs before sn-ppt-entry; does not modify sn-image-* skills.

Identity and source

Publisher attributionSenseNova-Skillsregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 62% rule confidence
Package forminstruction with code8 recorded files
Canonical sourceClawHub registryclawhub:sensenova-skills:sn-ppt-doctor
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/sn-ppt-doctor

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/sn-ppt-doctor

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/sn-ppt-doctor

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sensenova-skills/sn-ppt-doctor
clawhub inspect @sensenova-skills/sn-ppt-doctor --version 2026.8.19

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
8 / 8 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/19/2026, 2:55:02 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:d0e7b859819a8891b09829aa33f368313640ce512e1760265a213850d2a07a2d
Show up to 8 recorded paths
  • ppt_doctor/__init__.py
  • ppt_doctor/__main__.py
  • ppt_doctor/check_environment.py
  • ppt_doctor/checks.py
  • ppt_doctor/interactive.py
  • requirements.txt
  • skill-card.md
  • SKILL.md

Source changelog

sn-ppt-doctor 2026.8.19 - New diagnostic tool for the PPT skill family: verifies environment wiring, API keys, Node runtime, and dependencies before running sn-ppt-entry. - Distinguishes between hard (blocking) checks and soft (warning) checks, clearly listing each. - Provides interactive CLI prompts to fill missing .env variables if issues are detected. - Does not modify other skills or install missing dependencies automatically; only reports and suggests commands. - Supports both interactive and non-interactive modes for automated or manual environment validation. - Output is a plain-text, user-friendly report with clear actions for each check.