Real Skill packageSource verifiedClawHub registry

sn-ppt-entry

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…

Identity and source

Publisher attributionSenseNova-Skillsregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 73% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:sensenova-skills:sn-ppt-entry
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-entry

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-entry

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-entry

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-entry
clawhub inspect @sensenova-skills/sn-ppt-entry --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
10 / 10 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • pypi: pypdf >=4.0
  • pypi: python-docx >=1.1
  • api: clawhub.ai
External clawhub result: clean

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:57:57 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:a0a0b412d1e00ba4f0f64f1881cdb3b10a7e095b1547244b60e29ab3777e71d4
Show up to 10 recorded paths
  • prompts/document_digest.md
  • prompts/query_normalize.md
  • references/ask_user_templates.md
  • references/conventions.md
  • requirements.txt
  • scripts/caption_images.py
  • scripts/parse_user_docs.py
  • scripts/timing_helper.py
  • skill-card.md
  • SKILL.md

Source changelog

sn-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.