feat: Add docx skill for reading and editing Word documents #1396
stevenobiajulu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
A
docxskill that enables Kimi to read and edit.docxfiles using Python stdlib only (zipfile+xml.etree.ElementTree).The skill-creator guide already uses a
docxskill as its canonical example (Pattern 3: Conditional details, and the description field example), but no such skill exists yet.v1 scope:
w:rPr).docxwith namespace validationImplementation notes:
SKILL.md(~210 lines), inline-script pattern (likeworktree-status).docxis in_NON_TEXT_SUFFIXES, so the skill provides its own reading via inline Pythonw:rPr)I have a working branch ready if this aligns with the roadmap.
Additional information
Happy to follow whichever file pattern you prefer — bare
SKILL.md(matching existing skills) or thescripts/subdirectory structure from the guide.Beta Was this translation helpful? Give feedback.
All reactions