.claude/skills/sn-ppt-entryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Entry point for PPT generation. Asks the user to choose a mode (fast, standard, or creative), then collects role / audience / scene / page_count as needed. For standard mode, also asks how images should be sourced (AI generation, web search, or none), whether charts should use AI-generated infographics or ECharts, and whether the final deliverable should be PPTX or PDF. Parses uploaded pdf/docx/md/txt files, produces task_pack.json + info_pack.json in a new deck_dir, then dispatches to sn-ppt-creative or sn-ppt-st…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/sn-ppt-entryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/sn-ppt-entryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/sn-ppt-entryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-entryclawhub inspect @sensenova-skills/sn-ppt-entry --version 2026.8.19This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:a0a0b412d1e00ba4f0f64f1881cdb3b10a7e095b1547244b60e29ab3777e71d4prompts/document_digest.mdprompts/query_normalize.mdreferences/ask_user_templates.mdreferences/conventions.mdrequirements.txtscripts/caption_images.pyscripts/parse_user_docs.pyscripts/timing_helper.pyskill-card.mdSKILL.mdsn-ppt-entry 2026.8.19 - Introduces a clear entry point for PPT slide generation, with support for fast, standard, and creative modes. - Collects key parameters (role, audience, scene, page count, language) as appropriate for each mode. - For standard mode, allows users to choose image and chart sources, and output format (PPTX or PDF). - Properly handles user intent: dispatches to sn-ppt-workbench when only opening or editing an existing deck. - Parses and digests uploaded reference documents (pdf/docx/md/txt) for content injection. - Writes all config and info files to a fixed, absolute path in $(pwd)/ppt_decks/<topic>_<timestamp>/ - Integrates a generation progress WebUI; gracefully handles missing dependencies and permissions.