sharepoint-word-docs Skill
Edit SharePoint-hosted Word .docx files while preserving document structure and styling. Use when the user wants to update a real Word document in SharePoint rather than summarize it as plain text. Published by openai in plugins.
What is sharepoint-word-docs Skill?
Edit SharePoint-hosted Word .docx files while preserving document structure and styling. Use when the user wants to update a real Word document in SharePoint rather than summarize it as plain text. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Writing
- Research
- Documentation use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use sharepoint-word-docs Skill
- Use it for documentation.
- Use it for writing.
- Use it for research.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/sharepoint/skills/sharepoint-word-docs/SKILL.md
What it does
Edit SharePoint-hosted Word .docx files while preserving document structure and styling. Use when the user wants to update a real Word document in SharePoint rather than summarize it as plain text.
Skill instructions
SharePoint Word Docs Overview Use this skill for .docx edits that start from SharePoint. Treat the file as a real Word package, not as extracted text, and preserve the existing document structure and styling unless the user explicitly accepts formatting loss. Core Workflow 1. Search for the file and identify the exact target by title, path, and file type. 2. Fetch extracted text once to verify it is the right document and to locate the target section. 3. Fetch the raw .docx with fetch(downloadrawfile=true) before editing. 4. Edit locally with python-docx or equivalent OOXML-aware local tooling so the original Word package remains intact. 5. Ensure that the upload path can preserve a normal styled Word package before overwriting the original. 6. Write the revised file back with updatefile using the exact drive-root-relative path from SharePoint metadata. 7. Re-fetch and verify both: - the intended text or section change - the expected structure or styling when possible Safety - Do not r
Explore related resources
Frequently asked questions
What is sharepoint-word-docs?
sharepoint-word-docs is a open-source AI agent skill with Copy skill directory. Edit SharePoint-hosted Word .docx files while preserving document structure and styling. Use when the user wants to update a real Word document in SharePoint rather than summarize it as plain text.
Who is sharepoint-word-docs best for?
sharepoint-word-docs is best for reusing agent instructions, scripts, and references, documentation workflows, writing workflows, research workflows.
How do I install sharepoint-word-docs?
Install or run sharepoint-word-docs using Copy skill directory. Check sharepoint-word-docs for the latest setup command.
Is sharepoint-word-docs actively maintained?
sharepoint-word-docs may need a closer maintenance check before production use.
Auto-fetched from GitHub.