anthropics / anthropics/skills
Update PPTX skill to enable DOM-based manipulation to reduce token consumption?
- Ngôn ngữ chính
- Python
- Star
- 176k
- Fork
- 20.8k
- Merge trung bình
- 7 giờ 21 phút
- Pull request đã merge (30 ngày)
- 5
Mô tả
## 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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.