ppt-page-assets

Repairs PPT page or slot assets without reprocessing the entire deck.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill ppt-page-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-page-assets
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/ppt-page-assets
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill ppt-page-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当需要修复 PPT 的单页或特定槽位中的图片、插图、图标或背景资产时,本技能实现最小范围的替换与修复,避免对整个幻灯片组进行重复计算。

Core Features & Use Cases

  • 页面级资产修复:在单页或槽位内替换图片、图标或背景,保持其他页面不变。
  • 工作流集成:在 deck_dir 中更新 asset-plan.json、image_search_results.json、image_selection.json 等记录,并在需要时生成新的本地图片。
  • 使用场景:当某页资产清晰度不足、语义不符或需要快速替换封面/hero 图时执行该技能以局部修复。

Quick Start

Use the ppt-page-assets skill by providing the target page_id and/ or slot_id to repair assets on a single PPT page while preserving the rest of the deck.

Frequently Asked Questions about ppt-page-assets

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

FAQPage Schema
How do I fix outdated or incorrect image assets on a single PPT page without reprocessing the whole deck?

To fix outdated PPT assets on a single page, you target the specific page_id or slot_id to update asset plans and regenerate image search results. This localized repair approach preserves the rest of the deck and avoids redundant computation.

What files do I need to provide for page-level PPT asset repair?

Page-level PPT asset repair requires task-pack.json, asset-plan.json, and storyboard.json, along with a specified page_id or slot_id. These inputs enable targeted asset updates and local image regeneration within the deck directory.

Can I replace just the hero image or background on one slide without affecting other slides?

Yes, you can replace a hero image or background on one slide by targeting its slot_id. This updates the image_selection.json and generates new local images while keeping all other slides in the presentation completely unchanged.

What is the best way to update image search results for a specific PPT slot?

The best way to update image search results for a specific PPT slot is using a targeted asset repair workflow. It regenerates image_search_results.json and updates image_selection.json for the designated slot_id without touching other deck assets.

Does the PPT asset repair workflow update the storyboard and asset plan files?

Yes, the PPT asset repair workflow updates asset-plan.json, image_search_results.json, and image_selection.json within the deck directory. It modifies these records to reflect the newly replaced assets for the targeted page or slot.

When should I use targeted slide asset management instead of regenerating the entire presentation?

You should use targeted slide asset management when a specific page has clarity issues, semantic mismatches, or needs a quick cover image replacement. It performs minimal scope repairs to fix individual slots without reprocessing the entire storyboard.