Skill document management
Document management skill — Google Docs, Notion, OneDrive CRUD, search, share, export via mcp-document
npx -y skills add zavora-ai/skill-document-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Manage documents across Google Docs, Drive, Notion, and OneDrive/SharePoint — create, search, edit, export, comment, and share. Use when creating documents, searching files, editing content, sharing with teams, or exporting to PDF/DOCX.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, 224 tokens by cl100k_base, as published. Nobody here has run it
Document Management
Create, search, edit, and share documents across Google Docs and Notion. Always verify sharing permissions before granting access.
Decision Tree
├── "create doc", "write", "draft"? → google_create_doc / google_insert_text
├── "find", "search doc"? → google_search_docs / notion_search
├── "edit", "update", "replace"? → google_replace_text
├── "share", "give access"? → google_share_doc (verify permissions first)
├── "export", "PDF", "download"? → google_export_doc
├── "comment", "feedback"? → google_add_comment / google_list_comments
└── "notion", "page", "wiki"? → notion_search / notion_get_page
MUST DO
- Verify sharing permissions before granting access
- Never share confidential docs externally without approval
- Maintain version history
MUST NOT DO
- Don't delete documents under legal hold
- Don't share with "anyone with link" for sensitive content
Gives 0 of the 12 instructions most docs writing skills give in 224 tokens
Counted across 1,637 of the 3,044 authors here whose files we hold, read 2026-08-07
- announce the skill at startin 54 of 1637, across 26 files
- convert legacy doc files before editingin 45 of 1637, across 7 files
- Predict questions readers might askin 42 of 1637, across 4 files
- Generate clarifying questions for initial contextin 42 of 1637, across 3 files
- Create document scaffold with placeholder textin 42 of 1637, across 3 files
- Brainstorm content options for each sectionin 42 of 1637, across 3 files
- Test document with fresh context-less instancein 42 of 1637, across 3 files
- include exact file paths in every taskin 42 of 1637, across 15 files
- ask interview questions one at a timein 42 of 1637, across 27 files
- Apply surgical edits during refinementin 41 of 1637, across 2 files
- Offer structured workflow or freeformin 40 of 1637, across 1 file
- Ask for document meta-contextin 40 of 1637, across 2 files
Said here and by no other author read
- verify sharing permissions before granting access
- maintain version history
- search documents when requested
- edit document content when requested
- export documents when requested
- add comments to documents when requested
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.