[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-dealfluence-adeu-redlining-ja":3,"guides-for-dealfluence-adeu-redlining":280,"similar-k172qjn6g7bhww16bd0gv139ax864b25":281},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":23,"identity":194,"isFallback":199,"parentExtension":200,"providers":250,"relations":254,"repo":255,"workflow":279},1777995616544.5815,"k172qjn6g7bhww16bd0gv139ax864b25",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14,"tags":15},"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":12},"dealfluence/adeu","Adeu: Native Track Changes for AI","https://github.com/dealfluence/adeu/tree/HEAD/skills/adeu-redlining",[16,17,18,19,20,21,22],"mcp","docx","redlining","legal-tech","python","cli","sdk",{"_creationTime":24,"_id":25,"extensionId":5,"locale":26,"result":27,"trustSignals":178,"workflow":192},1777995897177.4602,"kn73bn83v0twrypzx2g0kyhnmn864gbx","en",{"checks":28,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[29,34,37,41,45,49,53,56,60,64,68,71,74,77,80,84,87,90,93,96,99,103,107,110,114,117,120,123,126,129,132,135,138,142,146,149,152,155,158,162,165],{"category":30,"check":31,"severity":32,"summary":33},"Invocation","Precise Purpose","pass","The description clearly states the artifact (Word documents with Track Changes) and the intents (reviewing, editing, negotiating, proposing, accepting, rejecting, replying), and explicitly mentions a non-goal (creating new documents).",{"category":30,"check":35,"severity":32,"summary":36},"Concise Frontmatter","The frontmatter is concise, self-contained, and clearly summarizes the core capability, suitable for precise routing.",{"category":38,"check":39,"severity":32,"summary":40},"Documentation","Concise Body","The skill body is concise and appropriately delegates deeper material to separate files (e.g., CLI instructions, Python SDK usage).",{"category":42,"check":43,"severity":32,"summary":44},"Context","Progressive Disclosure","The SKILL.md outlines the flow and appropriately references external files for detailed procedures and CLI/SDK usage.",{"category":42,"check":46,"severity":47,"summary":48},"Forked exploration","not_applicable","The skill is not primarily an exploration or audit-style skill that would necessitate 'context: fork'.",{"category":50,"check":51,"severity":32,"summary":52},"Practical Utility","Usage examples","Sufficient examples are provided for the core capabilities, demonstrating input, invocation, and observable outcomes.",{"category":50,"check":54,"severity":32,"summary":55},"Edge cases","The skill addresses potential failure modes like malformed input and lack of dependencies, providing recovery steps.",{"category":57,"check":58,"severity":32,"summary":59},"Code Execution","Tool Fallback","The skill explicitly references the 'adeu' CLI tool and uses 'uvx' for execution, implying a fallback if the specific tool isn't globally installed.",{"category":61,"check":62,"severity":32,"summary":63},"Portability","Stack assumptions","The skill clearly states its stack assumptions, including the requirement for Python 3.12+, uv, and specific CLI commands via 'uvx'.",{"category":65,"check":66,"severity":32,"summary":67},"Safety","Halt on unexpected state","The skill's documentation implies a robust error handling mechanism, suggesting it would halt on unexpected states rather than proceeding destructively.",{"category":61,"check":69,"severity":32,"summary":70},"Cross-skill coupling","The skill operates standalone and does not implicitly rely on other skills, clearly defining its scope.",{"category":50,"check":72,"severity":32,"summary":73},"Problem relevance","The description directly addresses the user problem of needing native Track Changes functionality for AI editing of Word documents.",{"category":50,"check":75,"severity":32,"summary":76},"Unique selling proposition","Adeu offers significant value over a simple prompt by providing a specialized abstraction layer for DOCX files, enabling AI agents to perform non-destructive redlining and manage complex XML.",{"category":50,"check":78,"severity":32,"summary":79},"Production readiness","The extension covers the full lifecycle for document redlining and negotiation, including extraction, validation, and commit phases, with options for live Word integration and CLI/SDK usage.",{"category":81,"check":82,"severity":32,"summary":83},"Scope","Single responsibility principle","The extension focuses solely on the domain of Word document redlining and negotiation, with clear capabilities and no unrelated functions.",{"category":81,"check":85,"severity":32,"summary":86},"Description quality","The description is accurate, concise, readable, and precisely reflects the extension's capabilities.",{"category":30,"check":88,"severity":32,"summary":89},"Scoped tools","The described tools like `read_docx`, `process_document_batch`, and `sanitize_docx` are narrow verb-noun specialists, facilitating precise agent selection.",{"category":38,"check":91,"severity":32,"summary":92},"Configuration & parameter reference","The documentation clearly outlines parameters and usage for CLI commands and agent prompts, with implicit defaults well-understood.",{"category":81,"check":94,"severity":32,"summary":95},"Tool naming","Tool names like `read_docx`, `process_document_batch`, and `sanitize_docx` are descriptive, verb-noun specialists within the declared domain.",{"category":81,"check":97,"severity":32,"summary":98},"Minimal I/O surface","Input parameters for tools are well-defined, and outputs are focused on the promised payload, avoiding unnecessary diagnostic dumps.",{"category":100,"check":101,"severity":32,"summary":102},"License","License usability","The extension is licensed under MIT, a permissive open-source license, clearly indicated in the LICENSE.txt file and frontmatter.",{"category":104,"check":105,"severity":32,"summary":106},"Maintenance","Commit recency","The last commit was 0 days ago, indicating recent maintenance activity.",{"category":104,"check":108,"severity":32,"summary":109},"Dependency Management","The project utilizes 'uv' for dependency management, which is a modern and efficient tool, and the `uvx` command suggests good practices for managing isolated environments.",{"category":111,"check":112,"severity":32,"summary":113},"Security","Secret Management","The extension focuses on document manipulation and does not appear to handle or expose secrets. Documentation explicitly states it does not phone home with local documents.",{"category":111,"check":115,"severity":32,"summary":116},"Injection","The extension deals with structured document data and CLI commands, and the nature of its task implies input validation and sanitization to prevent injection.",{"category":111,"check":118,"severity":32,"summary":119},"Transitive Supply-Chain Grenades","The skill appears to bundle necessary interpreters and dependencies, and no runtime downloads or remote execution of arbitrary code is indicated.",{"category":111,"check":121,"severity":32,"summary":122},"Sandbox Isolation","The CLI and SDK usage suggests operations are contained within the project or explicitly defined scopes, with no indication of attempts to modify files outside the project folder.",{"category":111,"check":124,"severity":32,"summary":125},"Sandbox escape primitives","No evidence of detached-process spawns or retry loops around denied tool calls was found in the documentation or file structure.",{"category":111,"check":127,"severity":32,"summary":128},"Data Exfiltration","The documentation explicitly states that local documents are not sent to any external servers, and the core functionality is document manipulation, not data submission.",{"category":111,"check":130,"severity":32,"summary":131},"Hidden Text Tricks","The bundled files and descriptions appear to be free of hidden-steering tricks, control characters, or misleading formatting.",{"category":111,"check":133,"severity":32,"summary":134},"Opaque code execution","The use of standard Python and CLI tools, managed via 'uvx', suggests clear and readable code execution without obfuscation.",{"category":61,"check":136,"severity":32,"summary":137},"Structural Assumption","The skill primarily operates on provided DOCX files and CLI commands, with clear instructions for setup, mitigating assumptions about user project structure.",{"category":139,"check":140,"severity":32,"summary":141},"Trust","Issues Attention","1 issue opened, 3 closed — maintainers are keeping up with a healthy closure rate.",{"category":143,"check":144,"severity":32,"summary":145},"Versioning","Release Management","The README includes a PyPI version badge, indicating a versioned release strategy.",{"category":57,"check":147,"severity":32,"summary":148},"Validation","The description of the 'Validate' step in the workflow and the focus on precise editing imply robust input validation and sanitization.",{"category":111,"check":150,"severity":32,"summary":151},"Unguarded Destructive Operations","While document editing can be destructive, the tool's focus on 'Track Changes' and the structured approach to edits suggest these operations are guarded and reversible.",{"category":57,"check":153,"severity":32,"summary":154},"Error Handling","The detailed description of the workflow, including validation and specific tools for different actions (edit, accept, reject), implies robust error handling and meaningful reporting.",{"category":57,"check":156,"severity":47,"summary":157},"Logging","The skill is primarily focused on document manipulation and does not appear to involve destructive actions or outbound calls that would necessitate local audit logging beyond standard CLI output.",{"category":159,"check":160,"severity":32,"summary":161},"Compliance","GDPR","The extension focuses on document structure and text manipulation, and explicitly states it does not phone home with local documents, thus avoiding GDPR concerns.",{"category":159,"check":163,"severity":32,"summary":164},"Target market","The extension is a general-purpose document redlining tool and does not appear to be limited to a specific geographic or legal jurisdiction; targetMarket is global.",{"category":61,"check":166,"severity":32,"summary":167},"Runtime stability","The use of 'uvx' and standard Python practices ensures cross-platform compatibility and graceful handling of dependencies.",1777995858375,"This extension provides a Python SDK and CLI for manipulating Word (.docx) documents, enabling AI agents to perform non-destructive redlining, track changes, and manage comments. It uses CriticMarkup and a semantic appendix for LLM-friendly processing and can integrate live with Microsoft Word on Windows.","2.0.0","3.4.0","This extension is exceptionally well-documented and robust, focusing on a specific and valuable niche of document redlining for AI. The clear instructions, strong emphasis on safety and data privacy, and use of modern dependency management tools like 'uv' contribute to a high trust score. The only minor point is the 'Logging' check being not applicable, which is a testament to its read-only nature for sensitive operations.",98,"A professional-grade tool for AI-assisted redlining and negotiation of Microsoft Word documents, ensuring data privacy and document integrity.",[16,17,18,19,20,21,22],"global","verified",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"popularity":187,"security":188,"testCoverage":191},{},1777995836486,{"descriptionLength":182,"readmeSize":8},295,{"closedIssues90d":184,"openIssues90d":185,"pushedAt":186},3,1,1777989394000,{"smitheryUniqueUsers":8,"smitheryUseCount":8},{"hasNpmPackage":189,"license":190,"smitheryVerified":189},false,"MIT (See LICENSE.txt)",{"hasCi":189,"hasTests":189},{"updatedAt":193},1777995897177,{"githubOwner":195,"githubRepo":196,"locale":26,"slug":197,"type":198},"dealfluence","adeu","adeu-redlining","skill",true,{"_creationTime":201,"_id":202,"community":203,"display":204,"identity":212,"parentExtension":214,"providers":243,"relations":248,"workflow":249},1777995616544.581,"k17at9s2nn8q5vvhd25mk7cswh865d43",{"reviewCount":8},{"description":205,"installMethods":206,"name":207,"sourceUrl":208,"tags":209},"Professional DOCX Redlining: Track Changes, Comments, and Review Logic.",{"docker":12},"Professional DOCX Redlining","https://github.com/dealfluence/adeu",[17,18,210,211],"document","review",{"githubOwner":195,"githubRepo":196,"locale":26,"slug":197,"type":213},"plugin",{"_creationTime":215,"_id":216,"community":217,"display":218,"identity":225,"providers":228,"relations":237,"workflow":239},1777995616544.5803,"k177vmcvtjmc9rr60t8rjenz0d865hgh",{"reviewCount":8},{"description":219,"installMethods":220,"name":13,"sourceUrl":208,"tags":221},"Agentic tools for reviewing, redlining, and negotiating DOCX contracts.",{"docker":12},[17,222,18,16,223,20,224],"contracts","legaltech","automation",{"githubOwner":195,"githubRepo":196,"locale":26,"slug":226,"type":227},"adeu-skills","marketplace",{"extract":229,"llm":234,"smithery":236},{"commitSha":230,"license":231,"marketplace":232},"1e35c453a1969aac1e81fbe9e846f7e588604363","MIT",{"name":226,"pluginCount":185,"version":233},"0.10.0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":235,"targetMarket":176,"tier":177},100,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":189},{"repoId":238},"kd79nsbdb8x35dzhcta9anmk2n8650gs",{"anyEnrichmentAt":240,"extractAt":241,"githubAt":242,"llmAt":193,"smitheryAt":240,"updatedAt":193},1777995723550,1777995616544,1777995616979,{"extract":244,"llm":245,"smithery":247},{"commitSha":230,"license":231},{"promptVersionExtension":170,"promptVersionScoring":171,"score":246,"targetMarket":176,"tier":177},89,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":189},{"parentExtensionId":216,"repoId":238},{"anyEnrichmentAt":240,"extractAt":241,"githubAt":242,"llmAt":193,"smitheryAt":240,"updatedAt":193},{"extract":251,"llm":252,"smithery":253},{"commitSha":230,"license":231},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":189},{"parentExtensionId":202,"repoId":238},{"_creationTime":256,"_id":238,"identity":257,"providers":258,"workflow":276},1777995551258.0466,{"githubOwner":195,"githubRepo":196,"sourceUrl":208},{"discover":259,"github":263},{"sources":260},[261,262],"mcp-registry","glama",{"closedIssues90d":184,"forks":264,"homepage":265,"license":231,"openIssues90d":185,"pushedAt":186,"readmeSize":266,"stars":267,"topics":268},9,"https://adeu.ai",10196,67,[269,270,271,223,272,273,274,275],"ai-agents","document-automation","docx-converter","llm-tools","mcp-server","python-library","redline",{"discoverAt":277,"extractAt":278,"githubAt":278,"updatedAt":278},1777995551258,1777995647021,{"anyEnrichmentAt":240,"extractAt":241,"githubAt":242,"llmAt":193,"smitheryAt":240,"updatedAt":193},[],[282,309,341,369],{"_creationTime":283,"_id":284,"community":285,"display":286,"identity":295,"providers":299,"relations":303,"workflow":305},1778053148350.4656,"k171nxqak0bb4qq89mkfwf02s5867cf6",{"reviewCount":8},{"description":287,"installMethods":288,"name":289,"sourceUrl":290,"tags":291},"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",[292,17,293,294,20],"pdf","conversion","document-processing",{"githubOwner":296,"githubRepo":297,"locale":26,"slug":298,"type":198},"claude-office-skills","skills","pdf-to-docx",{"extract":300,"llm":302},{"commitSha":301,"license":231},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":304},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"anyEnrichmentAt":306,"extractAt":307,"githubAt":306,"llmAt":308,"updatedAt":308},1778053151766,1778053148350,1778053561145,{"_creationTime":310,"_id":311,"community":312,"display":313,"identity":323,"providers":327,"relations":334,"workflow":336},1778053968286.4954,"k179afn14fzy4sejmjf82fgqa9867ck6",{"reviewCount":8},{"description":314,"installMethods":315,"name":316,"sourceUrl":317,"tags":318},"Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.",{},"arXiv Search","https://github.com/langchain-ai/deepagents/tree/HEAD/libs/cli/examples/skills/arxiv-search",[319,320,321,322,20,21],"research","data-analytics","arxiv","academic-papers",{"githubOwner":324,"githubRepo":325,"locale":26,"slug":326,"type":198},"langchain-ai","deepagents","arxiv-search",{"extract":328,"llm":330,"smithery":331},{"commitSha":329,"license":231},"b108c71d0c570e16c7050c1eac482e15dc35a5ed",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"qualityScore":332,"totalActivations":264,"uniqueUsers":333,"useCount":8,"verified":189},0.7439563,8,{"repoId":335},"kd76dna2fvfbnjvzcpd2cwqnyd865xz7",{"anyEnrichmentAt":337,"extractAt":338,"githubAt":339,"llmAt":340,"smitheryAt":337,"updatedAt":340},1778053994907,1778053968286,1778053969344,1778054053159,{"_creationTime":342,"_id":343,"community":344,"display":345,"identity":355,"providers":358,"relations":363,"workflow":365},1778053359436.7283,"k173ynpdc9ckbq2dqv7r5xwtqh866w6z",{"reviewCount":8},{"description":346,"installMethods":347,"name":348,"sourceUrl":349,"tags":350},"This skill should be used when the user wants to \"create an agent project\", \"start a new ADK project\", \"build me a new agent\", \"add CI/CD to my project\", \"add deployment\", \"enhance my project\", or \"upgrade my project\". Part of the Google ADK (Agent Development Kit) skills suite. Covers `agents-cli scaffold create`, `scaffold enhance`, and `scaffold upgrade` commands, template options, deployment targets, and the prototype-first workflow. Do NOT use for writing agent code (use google-agents-cli-adk-code) or deployment operations (use google-agents-cli-deploy).",{},"ADK Project Scaffolding Guide","https://github.com/google/agents-cli/tree/HEAD/skills/google-agents-cli-scaffold",[351,352,353,20,21,354],"agents-cli","scaffolding","adk","development-workflow",{"githubOwner":356,"githubRepo":351,"locale":26,"slug":357,"type":198},"google","google-agents-cli-scaffold",{"extract":359,"llm":362},{"commitSha":360,"license":361},"9e2966f509ae8ee8a866cf7ecc6e227209f347ff","Apache-2.0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":364},"kd74jrvbwp33xw6azpzkw7r7vs8644t0",{"anyEnrichmentAt":366,"extractAt":367,"githubAt":366,"llmAt":368,"updatedAt":368},1778053359868,1778053359436,1778053387143,{"_creationTime":370,"_id":371,"community":372,"display":373,"identity":383,"providers":384,"relations":388,"workflow":390},1778053440456.6575,"k17538w4f2s5zz27n2z9d7aqbs866arf",{"reviewCount":8},{"description":374,"installMethods":375,"name":376,"sourceUrl":377,"tags":378},"Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience.",{},"ElevenLabs Agents","https://github.com/elevenlabs/skills/tree/HEAD/agents",[379,380,381,382,22,21],"voice-ai","agents","elevenlabs","conversational-ai",{"githubOwner":381,"githubRepo":297,"locale":26,"slug":380,"type":198},{"extract":385,"llm":387},{"commitSha":386,"license":231},"b476f0ccf4be0e22b2e77cc39307665425d1472b",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":389},"kd71z3hz1pg97d1k2d6kaqeqtx864knt",{"anyEnrichmentAt":391,"extractAt":392,"githubAt":391,"llmAt":393,"updatedAt":393},1778053440833,1778053440456,1778053480675]