anthropics / anthropics/skills

Update PPTX skill to enable DOM-based manipulation to reduce token consumption?

Offen
#497 0 Kommentare 2 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
176k
Forks
20.9k
Ø Merge
7 Std. 21 Min.
Gemergte PRs (30 T.)
5

Beschreibung

## Update PPTX skill to enable DOM-based manipulation to reduce token consumption?

The DOM-based pattern used in the Claude in PowerPoint add-on could be more token-efficient than the current skill approach. The main difference is in the orientation phase : the current skill reads each slide’s full XML to identify what to edit, while the DOM approach returns only lightweight metadata indexed by id, so the LLM never needs to read content just to navigate.

Would it make sense to explore adopting this approach in the pptx skill? The question is also relevant for the other document related skills.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.