[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-answerzhao-docx-ms":3,"guides-for-answerzhao-docx":224,"similar-k17bgbhjmsgs8qknejftk2q3jd867pym":225},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":24,"identity":190,"isFallback":194,"parentExtension":195,"providers":196,"relations":201,"repo":203,"workflow":221},1778054691785.254,"k17bgbhjmsgs8qknejftk2q3jd867pym",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks",{},"DOCX Document Handler","https://github.com/answerzhao/agent-skills/tree/HEAD/glm-skills/document-skills/docx",[15,16,17,18,19,20,21,22,23],"docx","document","editing","creation","analysis","tracked-changes","redlining","python","javascript",{"_creationTime":25,"_id":26,"extensionId":5,"locale":27,"result":28,"trustSignals":178,"workflow":188},1778054738050.023,"kn72ty7gh2p26jpjz35a2148x5866zqd","en",{"checks":29,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[30,35,38,41,45,48,52,55,59,63,67,70,73,77,81,85,87,92,96,99,103,106,109,112,115,118,121,125,128,132,137,140,143,146,149,153,156,159,162,165],{"category":31,"check":32,"severity":33,"summary":34},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: working with .docx files for creation, editing, analysis, tracked changes, and comments.",{"category":31,"check":36,"severity":33,"summary":37},"Unique selling proposition","The extension provides specific libraries (docx-js, Document library) and workflows for manipulating .docx files, going beyond basic LLM text generation and offering concrete tools for a specialized task.",{"category":31,"check":39,"severity":33,"summary":40},"Production readiness","The extension provides detailed instructions, libraries, and workflows for common document operations, covering creation, editing, and analysis, suggesting a complete lifecycle for document handling.",{"category":42,"check":43,"severity":33,"summary":44},"Scope","Single responsibility principle","The extension focuses specifically on .docx file manipulation, including creation, editing, and analysis, without venturing into unrelated domains.",{"category":42,"check":46,"severity":33,"summary":47},"Description quality","The description is concise, readable, and accurately reflects the capabilities of working with .docx files.",{"category":49,"check":50,"severity":33,"summary":51},"Invocation","Precise Purpose","The skill provides a clear purpose for working with .docx files and outlines specific workflows for various tasks like reading, creating, editing, and redlining.",{"category":49,"check":53,"severity":33,"summary":54},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of .docx document handling.",{"category":56,"check":57,"severity":33,"summary":58},"Documentation","Concise Body","The SKILL.md file is well-organized with clear sections and delegates detailed API information to separate markdown files (docx-js.md, ooxml.md).",{"category":60,"check":61,"severity":33,"summary":62},"Context","Progressive Disclosure","Detailed API usage and technical specifications are provided in separate markdown files (docx-js.md, ooxml.md), following a progressive disclosure pattern.",{"category":60,"check":64,"severity":65,"summary":66},"Forked exploration","not_applicable","The skill does not appear to involve deep exploration that would necessitate a forked context.",{"category":31,"check":68,"severity":33,"summary":69},"Usage examples","The documentation provides clear code examples for creating documents, formatting text, tables, lists, links, and handling tracked changes, covering major advertised capabilities.",{"category":31,"check":71,"severity":33,"summary":72},"Edge cases","The documentation includes critical issues and common mistakes for the docx-js library and OOXML patterns, providing guidance on how to avoid them.",{"category":74,"check":75,"severity":65,"summary":76},"Code Execution","Tool Fallback","The skill does not appear to rely on external tools that would require a fallback mechanism.",{"category":78,"check":79,"severity":33,"summary":80},"Safety","Halt on unexpected state","The Python scripts for unpacking and packing handle potential errors gracefully and the validation scripts provide detailed feedback on issues.",{"category":82,"check":83,"severity":33,"summary":84},"Portability","Cross-skill coupling","The skill appears to be self-contained and does not implicitly rely on other skills.",{"category":49,"check":53,"severity":33,"summary":86},"The frontmatter is concise and provides a good summary of the skill's capabilities.",{"category":88,"check":89,"severity":90,"summary":91},"License","License usability","critical","The license is marked as 'Proprietary. LICENSE.txt has complete terms', and the LICENSE.txt file itself contains significant restrictions ('Extract these materials from the Services or retain copies of these materials outside the Services', 'Create derivative works', 'Distribute, sublicense, or transfer these materials to any third party', 'Reverse engineer, decompile, or disassemble'). This severely limits the usability and redistribution, making it non-open source and proprietary.",{"category":93,"check":94,"severity":65,"summary":95},"Maintenance","Commit recency","No commit information is available for this repository.",{"category":93,"check":97,"severity":33,"summary":98},"Dependency Management","Dependencies are clearly listed in the SKILL.md file and include common tools like pandoc, docx (npm), LibreOffice, and Poppler, with instructions on how to install them.",{"category":100,"check":101,"severity":65,"summary":102},"Security","Secret Management","The skill does not appear to handle or manage any secrets.",{"category":100,"check":104,"severity":33,"summary":105},"Injection","The Python scripts use defusedxml for parsing XML, which helps mitigate XML-related vulnerabilities. The approach to handling XML content seems safe.",{"category":100,"check":107,"severity":33,"summary":108},"Transitive Supply-Chain Grenades","The extension appears to bundle all necessary code and does not fetch external scripts or data at runtime.",{"category":100,"check":110,"severity":33,"summary":111},"Sandbox Isolation","The extension operates on unpacked document directories and does not seem to interact with the OS or file system outside of its working scope.",{"category":100,"check":113,"severity":33,"summary":114},"Sandbox escape primitives","No detached process spawns or retry loops that could indicate sandbox escape primitives were found.",{"category":100,"check":116,"severity":33,"summary":117},"Data Exfiltration","The skill focuses on local document manipulation and does not appear to perform any outbound calls or exfiltrate data.",{"category":100,"check":119,"severity":33,"summary":120},"Hidden Text Tricks","No evidence of hidden text tricks or obfuscation methods was found in the bundled files.",{"category":122,"check":123,"severity":33,"summary":124},"Hooks","Opaque code execution","All bundled scripts appear to be plain, readable Python and JavaScript code.",{"category":82,"check":126,"severity":33,"summary":127},"Structural Assumption","The Python scripts correctly use relative paths within the unpacked directory and do not make assumptions about the user's project structure outside the bundle.",{"category":129,"check":130,"severity":65,"summary":131},"Trust","Issues Attention","No issue tracking information is available.",{"category":133,"check":134,"severity":135,"summary":136},"Versioning","Release Management","warning","There is no manifest version or GitHub release information available, and installation instructions do not appear to reference a specific version.",{"category":74,"check":138,"severity":33,"summary":139},"Validation","The Python scripts for packing and validation utilize libraries and schemas, ensuring input and output integrity.",{"category":100,"check":141,"severity":65,"summary":142},"Unguarded Destructive Operations","The skill's operations are focused on document editing and do not involve destructive actions like system changes or data deletion.",{"category":74,"check":144,"severity":33,"summary":145},"Error Handling","The Python scripts use try-except blocks and validation checks to handle errors gracefully, exiting with informative messages when issues occur.",{"category":74,"check":147,"severity":65,"summary":148},"Logging","The skill does not perform destructive actions or outbound calls that would require local audit logging.",{"category":150,"check":151,"severity":65,"summary":152},"Compliance","GDPR","The skill operates on document content and does not handle personal data directly.",{"category":150,"check":154,"severity":33,"summary":155},"Target market","The extension works with standard .docx files and does not appear to have any regional or jurisdictional limitations.",{"category":82,"check":157,"severity":33,"summary":158},"Runtime stability","The skill's Python scripts are standard and should run on any POSIX-compliant system. Dependencies are clearly listed.",{"category":42,"check":160,"severity":33,"summary":161},"Tool naming","The skill is named 'docx' and the internal tools follow the naming conventions of the libraries they wrap.",{"category":42,"check":163,"severity":33,"summary":164},"Minimal I/O surface","The Python scripts for unpacking and packing accept clear input file paths and output file names, with no extraneous parameters.",{"category":82,"check":166,"severity":33,"summary":167},"Stack assumptions","The SKILL.md explicitly lists required dependencies like pandoc, docx (npm), LibreOffice, and Poppler, along with installation instructions.",1778054717967,"This skill utilizes Python and JavaScript libraries to perform comprehensive operations on .docx files, including text extraction, creation of new documents, editing existing ones with tracked changes, and adding comments.","2.0.0","3.4.0","The critical finding for 'License usability' due to proprietary restrictions significantly impacts the trust score. While the skill itself is technically sound with good documentation and implementation, the restrictive license prevents it from being considered a community-contributed open-source tool.",75,"A well-documented and technically sound skill for .docx file manipulation, but limited by a proprietary license.",[15,16,17,18,19,20,21,22,23],"global","flagged",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":187},{},1778054709777,{"descriptionLength":182,"readmeSize":8},362,{},{"hasNpmPackage":185,"license":186,"smitheryVerified":185},false,"Proprietary. LICENSE.txt has complete terms",{"hasCi":185,"hasTests":185},{"updatedAt":189},1778054738050,{"githubOwner":191,"githubRepo":192,"locale":27,"slug":15,"type":193},"answerzhao","agent-skills","skill",true,null,{"extract":197,"llm":200},{"commitSha":198,"license":199},"aad73edbd0d9ffbc3d6a402b6eafa6dab96d5ebb","Proprietary",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":202},"kd712v2g1pay70swwj0jpv2ggs864zgh",{"_creationTime":204,"_id":202,"identity":205,"providers":207,"workflow":218},1777995558409.901,{"githubOwner":191,"githubRepo":192,"sourceUrl":206},"https://github.com/answerzhao/agent-skills",{"discover":208,"github":211},{"sources":209},[210],"skills-sh",{"closedIssues90d":8,"forks":212,"openIssues90d":213,"pushedAt":214,"readmeSize":215,"stars":216,"topics":217},15,1,1768478800000,770,26,[],{"discoverAt":219,"extractAt":220,"githubAt":220,"updatedAt":220},1777995558409,1778054693420,{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":189,"updatedAt":189},1778054692243,1778054691785,[],[226,250,285,312,341,369],{"_creationTime":227,"_id":228,"community":229,"display":230,"identity":236,"providers":239,"relations":244,"workflow":246},1778054086261.094,"k176hfffyxvc2g76xcztvtp8jd866784",{"reviewCount":8},{"description":10,"name":231,"sourceUrl":232,"tags":233},"Panaversity DOCX Handler","https://github.com/bilalmk/todo_correct/tree/HEAD/.claude/skills/panaversity/docx",[15,16,234,235,22,23,17,18,19,20],"processing","xml",{"githubOwner":237,"githubRepo":238,"locale":27,"slug":15,"type":193},"bilalmk","todo_correct",{"extract":240,"llm":242},{"commitSha":241,"license":199},"8b43aa04bd5c53e3cda46469b953684519a84ea7",{"promptVersionExtension":170,"promptVersionScoring":171,"score":243,"targetMarket":176,"tier":177},80,{"repoId":245},"kd75ecf652eb91ha327s8bqbex865z6v",{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},1778054086910,1778054086261,1778054163453,{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":265,"providers":269,"relations":277,"workflow":280},1777995616544.5815,"k172qjn6g7bhww16bd0gv139ax864b25",{"reviewCount":8},{"description":255,"installMethods":256,"name":258,"sourceUrl":259,"tags":260},"Use this skill for reviewing, editing, or negotiating existing Word documents (.docx) where \"Track Changes\" or precise redlining is required. Use it to propose edits, accept/reject changes, or reply to comments. Do NOT use for creating new blank documents from scratch (use docx skill for that).",{"docker":257},"dealfluence/adeu","Adeu: Native Track Changes for AI","https://github.com/dealfluence/adeu/tree/HEAD/skills/adeu-redlining",[261,15,21,262,22,263,264],"mcp","legal-tech","cli","sdk",{"githubOwner":266,"githubRepo":267,"locale":27,"slug":268,"type":193},"dealfluence","adeu","adeu-redlining",{"extract":270,"llm":273,"smithery":276},{"commitSha":271,"license":272},"1e35c453a1969aac1e81fbe9e846f7e588604363","MIT",{"promptVersionExtension":170,"promptVersionScoring":171,"score":274,"targetMarket":176,"tier":275},98,"verified",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":185},{"parentExtensionId":278,"repoId":279},"k17at9s2nn8q5vvhd25mk7cswh865d43","kd79nsbdb8x35dzhcta9anmk2n8650gs",{"anyEnrichmentAt":281,"extractAt":282,"githubAt":283,"llmAt":284,"smitheryAt":281,"updatedAt":284},1777995723550,1777995616544,1777995616979,1777995897177,{"_creationTime":286,"_id":287,"community":288,"display":289,"identity":298,"providers":302,"relations":306,"workflow":308},1778053148350.4656,"k171nxqak0bb4qq89mkfwf02s5867cf6",{"reviewCount":8},{"description":290,"installMethods":291,"name":292,"sourceUrl":293,"tags":294},"Convert PDF files to editable Word documents using pdf2docx",{},"PDF to DOCX Converter","https://github.com/claude-office-skills/skills/tree/HEAD/pdf-to-docx",[295,15,296,297,22],"pdf","conversion","document-processing",{"githubOwner":299,"githubRepo":300,"locale":27,"slug":301,"type":193},"claude-office-skills","skills","pdf-to-docx",{"extract":303,"llm":305},{"commitSha":304,"license":272},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11",{"promptVersionExtension":170,"promptVersionScoring":171,"score":274,"targetMarket":176,"tier":275},{"repoId":307},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"anyEnrichmentAt":309,"extractAt":310,"githubAt":309,"llmAt":311,"updatedAt":311},1778053151766,1778053148350,1778053561145,{"_creationTime":313,"_id":314,"community":315,"display":316,"identity":326,"providers":330,"relations":335,"workflow":337},1778053100136.2437,"k177cymqjd5pwcqq4tk0kek34d867am8",{"reviewCount":8},{"description":317,"installMethods":318,"name":319,"sourceUrl":320,"tags":321},"Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects.",{},"GitHub Deep Research Skill","https://github.com/bytedance/deer-flow/tree/HEAD/skills/public/github-deep-research",[322,323,19,324,325,22],"github","research","api","report-generation",{"githubOwner":327,"githubRepo":328,"locale":27,"slug":329,"type":193},"bytedance","deer-flow","github-deep-research",{"extract":331,"llm":333},{"commitSha":332,"license":272},"1336872b15c25d45ebcb7c1cf72369c2bdd53187",{"promptVersionExtension":170,"promptVersionScoring":171,"score":334,"targetMarket":176,"tier":275},97,{"repoId":336},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"anyEnrichmentAt":338,"extractAt":339,"githubAt":338,"llmAt":340,"updatedAt":340},1778053101076,1778053100136,1778053169012,{"_creationTime":342,"_id":343,"community":344,"display":345,"identity":355,"providers":358,"relations":363,"workflow":365},1778053622473.6497,"k176wpswnehrt3400hwy07rt1x867amq",{"reviewCount":8},{"description":346,"installMethods":347,"name":348,"sourceUrl":349,"tags":350},"Create and manipulate Word DOCX files programmatically. Use when the user needs to generate documents, modify DOCX templates, extract document content, or automate Word document workflows. Supports both template-based generation (for branding compliance) and from-scratch creation. Keywords: Word, DOCX, document, report, template, contract, letter, corporate, branding.",{},"DOCX Generator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/document-processing/word/docx-generator",[351,15,16,352,353,354],"word","template","generation","automation",{"githubOwner":356,"githubRepo":192,"locale":27,"slug":357,"type":193},"jwynia","docx-generator",{"extract":359,"llm":361},{"commitSha":360,"license":272},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":170,"promptVersionScoring":171,"score":362,"targetMarket":176,"tier":275},95,{"repoId":364},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":366,"extractAt":367,"githubAt":366,"llmAt":368,"updatedAt":368},1778053625386,1778053622473,1778054012696,{"_creationTime":370,"_id":371,"community":372,"display":373,"identity":381,"providers":383,"relations":386,"workflow":387},1778053148350.4387,"k17ebcre8et56a6j7sda1akbp1867000",{"reviewCount":8},{"description":374,"installMethods":375,"name":376,"sourceUrl":377,"tags":378},"Create, edit, and manipulate Word documents programmatically using python-docx",{},"DOCX Manipulation Skill","https://github.com/claude-office-skills/skills/tree/HEAD/docx-manipulation",[15,351,379,17,380,261],"manipulation","python-docx",{"githubOwner":299,"githubRepo":300,"locale":27,"slug":382,"type":193},"docx-manipulation",{"extract":384,"llm":385},{"commitSha":304,"license":272},{"promptVersionExtension":170,"promptVersionScoring":171,"score":362,"targetMarket":176,"tier":275},{"repoId":307},{"anyEnrichmentAt":309,"extractAt":310,"githubAt":309,"llmAt":311,"updatedAt":311}]