[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-claude-office-skills-sheets-automation-en":3,"guides-for-claude-office-skills-sheets-automation":221,"similar-k173y3pwnb1drb2gbyz8f6z35h867n6c":222},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":22,"identity":188,"isFallback":183,"parentExtension":193,"providers":194,"relations":198,"repo":200,"workflow":218},1778053148350.472,"k173y3pwnb1drb2gbyz8f6z35h867n6c",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Google Sheets automation workflows - data sync, task management, reporting dashboards, and multi-platform integrations",{},"Google Sheets Automation","https://github.com/claude-office-skills/skills/tree/HEAD/sheets-automation",[15,16,17,18,19,20,21],"google-sheets","automation","data-sync","reporting","n8n","productivity","workflow",{"_creationTime":23,"_id":24,"extensionId":5,"locale":25,"result":26,"trustSignals":176,"workflow":186},1778053561145.7522,"kn748ejn2nbx6h0r657g0f1yn9867c0g","en",{"checks":27,"evaluatedAt":166,"extensionSummary":167,"promptVersionExtension":168,"promptVersionScoring":169,"rationale":170,"score":171,"summary":172,"tags":173,"targetMarket":174,"tier":175},[28,33,36,39,43,46,50,55,58,61,65,70,73,77,80,83,86,89,92,95,99,103,107,111,115,118,121,124,128,131,134,137,140,143,147,150,153,156,159,163],{"category":29,"check":30,"severity":31,"summary":32},"Practical Utility","Problem relevance","pass","The description clearly states that the extension addresses Google Sheets automation workflows for data sync, task management, reporting, and integrations, naming specific pain points.",{"category":29,"check":34,"severity":31,"summary":35},"Unique selling proposition","The skill leverages n8n's extensive template library and provides specific workflow examples that go beyond basic API calls, offering significant value over a simple prompt by structuring complex automation logic.",{"category":29,"check":37,"severity":31,"summary":38},"Production readiness","The extension provides detailed workflow examples and configurations, covering data aggregation, task management, reporting, and form handling, suggesting it is ready for real-world use in automating Google Sheets tasks.",{"category":40,"check":41,"severity":31,"summary":42},"Scope","Single responsibility principle","The extension is tightly focused on automating workflows within Google Sheets, integrating with other common business tools like Slack, HubSpot, and Google Forms, which forms a coherent and well-defined scope.",{"category":40,"check":44,"severity":31,"summary":45},"Description quality","The displayed description accurately reflects the extension's capabilities as detailed in the SKILL.md, concisely covering data sync, task management, reporting, and integrations.",{"category":47,"check":48,"severity":31,"summary":49},"Invocation","Scoped tools","The extension defines specific, narrow tools like `sheets_read`, `sheets_write`, `sheets_append`, and `sheets_format`, which are well-suited for precise agent selection.",{"category":51,"check":52,"severity":53,"summary":54},"Documentation","Configuration & parameter reference","info","The SKILL.md provides detailed examples of n8n configurations, but does not explicitly document default values or precedence orders for these configurations, which are implicitly handled by n8n.",{"category":40,"check":56,"severity":31,"summary":57},"Tool naming","The exposed tools (`sheets_read`, `sheets_write`, etc.) are descriptive verb-noun pairs within the Google Sheets domain.",{"category":40,"check":59,"severity":31,"summary":60},"Minimal I/O surface","The n8n workflow examples demonstrate specific data fields and structured inputs/outputs, requesting only necessary data and returning promised payloads without extraneous information.",{"category":62,"check":63,"severity":31,"summary":64},"License","License usability","The MIT license is clearly declared in the SKILL.md frontmatter and also present in a dedicated LICENSE file, making it easily discoverable and usable.",{"category":66,"check":67,"severity":68,"summary":69},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific skill within the provided context; therefore, commit recency cannot be evaluated.",{"category":66,"check":71,"severity":68,"summary":72},"Dependency Management","The skill primarily defines n8n workflows and interacts with Google Sheets/APIs; it does not appear to manage third-party dependencies directly that would require vulnerability checks or update mechanisms.",{"category":74,"check":75,"severity":31,"summary":76},"Security","Secret Management","The provided workflows and examples do not show hardcoded secrets or direct handling of sensitive user credentials in a way that would echo them to stdout or stderr.",{"category":74,"check":78,"severity":31,"summary":79},"Injection","The skill relies on n8n's templating and structured workflow definitions, which inherently treat data as input rather than executable instructions, and all assets appear to be bundled or accessed via established APIs.",{"category":74,"check":81,"severity":31,"summary":82},"Transitive Supply-Chain Grenades","The skill's workflows are defined within the SKILL.md or reference n8n configurations, without evidence of runtime downloads of external code or scripts that could be compromised.",{"category":74,"check":84,"severity":31,"summary":85},"Sandbox Isolation","The skill's operations are confined to Google Sheets and related APIs via n8n, with no indication of modifying files outside of designated project scopes or user directories.",{"category":74,"check":87,"severity":31,"summary":88},"Sandbox escape primitives","No evidence of detached-process spawns or retry loops around denied tool calls was found in the provided skill definition.",{"category":74,"check":90,"severity":31,"summary":91},"Data Exfiltration","The workflows described focus on data processing and integration within Google Sheets and business tools, with no apparent mechanisms for exfiltrating confidential data to third parties.",{"category":74,"check":93,"severity":31,"summary":94},"Hidden Text Tricks","The bundled files (SKILL.md, LICENSE, README.md, .gitignore) are free of hidden-steering tricks, control characters, or unusual Unicode sequences.",{"category":96,"check":97,"severity":31,"summary":98},"Hooks","Opaque code execution","The skill definition relies on n8n workflow configurations and standard API interactions, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":100,"check":101,"severity":31,"summary":102},"Portability","Structural Assumption","The skill's workflows are defined using n8n's configuration language and interact with Google Sheets/APIs, making them independent of specific user project layouts or OS-specific paths.",{"category":104,"check":105,"severity":68,"summary":106},"Trust","Issues Attention","No issue tracking data (opened/closed issues) is available for this specific skill within the provided context.",{"category":108,"check":109,"severity":31,"summary":110},"Versioning","Release Management","A meaningful version number ('1.0.0') is declared in the SKILL.md frontmatter.",{"category":112,"check":113,"severity":53,"summary":114},"Code Execution","Validation","The skill uses n8n's structured workflow definitions and templating, which inherently provide a degree of validation for inputs and outputs within the workflow context. However, explicit schema validation libraries are not detailed.",{"category":74,"check":116,"severity":31,"summary":117},"Unguarded Destructive Operations","The operations described (data sync, task management, reporting) are not inherently destructive. While writing to sheets can modify data, it's a core function and not a destructive operation like deletion without safeguards.",{"category":112,"check":119,"severity":53,"summary":120},"Error Handling","n8n workflows typically have mechanisms for error handling and retries within their configuration, but explicit error categorization, structured fields, and fail-closed behavior are not detailed in the provided skill definition.",{"category":112,"check":122,"severity":68,"summary":123},"Logging","The skill's functionality is primarily configuration-based within n8n, and no custom scripts are provided that would necessitate local audit file logging.",{"category":125,"check":126,"severity":53,"summary":127},"Compliance","GDPR","The skill processes data within Google Sheets and potentially integrates with other business tools; while not directly operating on personal data without sanitization, the user must ensure compliance when feeding personal data into these workflows.",{"category":125,"check":129,"severity":31,"summary":130},"Target market","The skill's focus on Google Sheets automation, data sync, and general business workflows makes it globally applicable with no specific regional restrictions detected.",{"category":100,"check":132,"severity":31,"summary":133},"Runtime stability","The skill relies on n8n and standard Google Sheets/API interactions, which are generally platform-agnostic and stable, with no assumptions about specific OS, shells, or IDEs.",{"category":47,"check":135,"severity":31,"summary":136},"Precise Purpose","The SKILL.md clearly defines the purpose (Google Sheets automation) and provides specific examples of when to use it, such as data sync, task management, and reporting.",{"category":47,"check":138,"severity":31,"summary":139},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly summarizing the core capability of Google Sheets automation workflows.",{"category":51,"check":141,"severity":31,"summary":142},"Concise Body","The main body of the SKILL.md is under 500 lines and effectively uses embedded YAML for workflow configurations and diagrams, delegating deeper material to these inline structures rather than lengthy prose.",{"category":144,"check":145,"severity":31,"summary":146},"Context","Progressive Disclosure","The SKILL.md effectively uses embedded YAML code blocks and diagrams to represent complex workflows, offering a level of progressive disclosure within the main document.",{"category":144,"check":148,"severity":68,"summary":149},"Forked exploration","This skill focuses on structured automation and data manipulation rather than deep code exploration or auditing, so `context: fork` is not applicable.",{"category":29,"check":151,"severity":31,"summary":152},"Usage examples","The SKILL.md includes multiple detailed, end-to-end workflow examples with sample configurations, inputs, and expected outputs, demonstrating the skill's capabilities.",{"category":29,"check":154,"severity":53,"summary":155},"Edge cases","While the provided n8n workflow examples cover common use cases, explicit documentation of failure modes, observable symptoms, and recovery steps for edge cases is not detailed within the SKILL.md.",{"category":112,"check":157,"severity":68,"summary":158},"Tool Fallback","The skill relies on the `google-workspace-mcp` server for its tools, and there is no indication of optionality or a fallback path for these tools within the skill definition itself.",{"category":160,"check":161,"severity":31,"summary":162},"Safety","Halt on unexpected state","The n8n workflow configurations implicitly handle state management and error conditions, and the structured nature of the workflows would likely halt on unexpected states rather than proceeding with potentially erroneous actions.",{"category":100,"check":164,"severity":31,"summary":165},"Cross-skill coupling","The skill is self-contained and focuses on Google Sheets automation, without implicit reliance on other specific skills. Cross-references to related skills like 'data-analysis' are provided in a manner that suggests optional context rather than hard dependency.",1778053466395,"This skill leverages n8n to automate Google Sheets tasks such as data synchronization from various sources, task management with Slack reminders, generating reporting dashboards, and integrating with services like HubSpot and Google Forms. It provides pre-built workflow configurations for common business processes.","2.0.0","3.4.0","This skill is exceptionally well-documented and clearly defines its scope around Google Sheets automation using n8n workflows. It excels in providing practical examples and maintaining a clear, focused functionality. The only minor areas for improvement are more explicit documentation of n8n's default configurations and explicit handling of edge cases within the SKILL.md.",96,"A comprehensive and well-documented skill for automating Google Sheets workflows.",[15,16,17,18,19,20,21],"global","verified",{"codeQuality":177,"collectedAt":178,"documentation":179,"maintenance":181,"security":182,"testCoverage":185},{},1778053451916,{"descriptionLength":180,"readmeSize":8},118,{},{"hasNpmPackage":183,"license":184,"smitheryVerified":183},false,"MIT",{"hasCi":183,"hasTests":183},{"updatedAt":187},1778053561145,{"githubOwner":189,"githubRepo":190,"locale":25,"slug":191,"type":192},"claude-office-skills","skills","sheets-automation","skill",null,{"extract":195,"llm":197},{"commitSha":196,"license":184},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":199},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"_creationTime":201,"_id":199,"identity":202,"providers":204,"workflow":215},1777995558409.8474,{"githubOwner":189,"githubRepo":190,"sourceUrl":203},"https://github.com/claude-office-skills/skills",{"discover":205,"github":208},{"sources":206},[207],"skills-sh",{"closedIssues90d":8,"forks":209,"license":184,"openIssues90d":210,"pushedAt":211,"readmeSize":212,"stars":213,"topics":214},27,2,1769868236000,29630,98,[],{"discoverAt":216,"extractAt":217,"githubAt":217,"updatedAt":217},1777995558409,1778053155657,{"anyEnrichmentAt":219,"extractAt":220,"githubAt":219,"llmAt":187,"updatedAt":187},1778053151766,1778053148350,[],[223,249,278,297,327,349],{"_creationTime":224,"_id":225,"community":226,"display":227,"identity":235,"providers":239,"relations":243,"workflow":245},1778054781976.5928,"k1779jg9bachbejc4hfmyejtjx867tzc",{"reviewCount":8},{"description":228,"installMethods":229,"name":230,"sourceUrl":231,"tags":232},"AI Native Camp Day 2 Context Sync 스킬 만들기. 여러 외부 도구에서 컨텍스트를 수집하여 하나의 sync 문서로 만드는 나만의 스킬을 직접 구축한다. \"2일차\", \"Day 2\", \"context sync\", \"컨텍스트 싱크\", \"sync 스킬\", \"스킬 만들기\", \"정보 수집 스킬\" 요청에 사용.",{},"Day 2: 나만의 Context Sync 스킬 만들기","https://github.com/ai-native-camp/camp-1/tree/HEAD/.agents/skills/day2-create-context-sync-skill",[16,233,234,20,17],"mcp","skill-building",{"githubOwner":236,"githubRepo":237,"locale":25,"slug":238,"type":192},"ai-native-camp","camp-1","day2-create-context-sync-skill",{"extract":240,"llm":242},{"commitSha":241,"license":68},"9ffaf358dc8c88567d8f0450966b5518071da4f0",{"promptVersionExtension":168,"promptVersionScoring":169,"score":213,"targetMarket":174,"tier":175},{"repoId":244},"kd72seepns71xx9ksxrb02bs1n8645k6",{"anyEnrichmentAt":246,"extractAt":247,"githubAt":246,"llmAt":248,"updatedAt":248},1778054782298,1778054781976,1778054817045,{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":264,"providers":268,"relations":272,"workflow":274},1778053622473.6682,"k171xwg814163s51767b0q0pn1866cwe",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":257,"tags":258},"Orchestrate multiple worker agents to implement groomed tasks in Gitea repositories. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work with Gitea. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous, gitea, tea.",{},"Gitea Coordinator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/gitea-coordinator",[259,260,16,261,262,21,263],"gitea","orchestration","agile","development","multi-agent",{"githubOwner":265,"githubRepo":266,"locale":25,"slug":267,"type":192},"jwynia","agent-skills","gitea-coordinator",{"extract":269,"llm":271},{"commitSha":270,"license":184},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":168,"promptVersionScoring":169,"score":213,"targetMarket":174,"tier":175},{"repoId":273},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":275,"extractAt":276,"githubAt":275,"llmAt":277,"updatedAt":277},1778053625386,1778053622473,1778054012696,{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":290,"providers":292,"relations":295,"workflow":296},1778053622473.6672,"k178b0dafhyecx3y6cbxkne8mh866zc4",{"reviewCount":8},{"description":283,"installMethods":284,"name":285,"sourceUrl":286,"tags":287},"Orchestrate multiple worker agents to implement groomed tasks. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous.",{},"Agile Coordinator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/agile-coordinator",[261,21,260,288,289,16],"developer-tools","git",{"githubOwner":265,"githubRepo":266,"locale":25,"slug":291,"type":192},"agile-coordinator",{"extract":293,"llm":294},{"commitSha":270,"license":184},{"promptVersionExtension":168,"promptVersionScoring":169,"score":213,"targetMarket":174,"tier":175},{"repoId":273},{"anyEnrichmentAt":275,"extractAt":276,"githubAt":275,"llmAt":277,"updatedAt":277},{"_creationTime":298,"_id":299,"community":300,"display":301,"identity":313,"providers":315,"relations":320,"workflow":323},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":302,"installMethods":303,"name":304,"sourceUrl":305,"tags":306},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[307,308,309,310,311,16,312],"brightdata","cli","web-scraping","data-extraction","serp-api","terminal",{"githubOwner":307,"githubRepo":190,"locale":25,"slug":314,"type":192},"brightdata-cli",{"extract":316,"llm":318},{"commitSha":317,"license":184},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba",{"promptVersionExtension":168,"promptVersionScoring":169,"score":319,"targetMarket":174,"tier":175},99,{"parentExtensionId":321,"repoId":322},"k177secs2fy2665c3z8prspg0s867xd1","kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":324,"extractAt":325,"githubAt":324,"llmAt":326,"updatedAt":326},1778054269540,1778054268187,1778054318963,{"_creationTime":328,"_id":329,"community":330,"display":331,"identity":342,"providers":344,"relations":347,"workflow":348},1778053622473.6482,"k177qzhg585h8jr95mrhazbca9867398",{"reviewCount":8},{"description":332,"installMethods":333,"name":334,"sourceUrl":335,"tags":336},"Create and manipulate PowerPoint PPTX files programmatically. Use when the user needs to generate presentations, modify PPTX templates, extract slide content, create thumbnail previews, or automate PowerPoint workflows. Supports both template-based generation (for branding compliance) and from-scratch creation. Keywords: PowerPoint, PPTX, presentation, slides, template, deck, slideshow, corporate, branding.",{},"PPTX Generator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/document-processing/presentation/pptx-generator",[337,338,339,340,16,341],"powerpoint","pptx","presentation","generator","document-processing",{"githubOwner":265,"githubRepo":266,"locale":25,"slug":343,"type":192},"pptx-generator",{"extract":345,"llm":346},{"commitSha":270,"license":184},{"promptVersionExtension":168,"promptVersionScoring":169,"score":319,"targetMarket":174,"tier":175},{"repoId":273},{"anyEnrichmentAt":275,"extractAt":276,"githubAt":275,"llmAt":277,"updatedAt":277},{"_creationTime":350,"_id":351,"community":352,"display":353,"identity":366,"providers":369,"relations":374,"workflow":376},1778054070894.8628,"k17antgkdftwdz7cf6tkh5kq65867wht",{"reviewCount":8},{"description":354,"installMethods":355,"name":356,"sourceUrl":357,"tags":358},"Autonomous AI pentester for web apps and APIs. Run white-box security assessments with Shannon — analyzes source code, identifies attack vectors, and executes real exploits to prove vulnerabilities. Triggered by 'shannon', 'pentest', 'security audit', 'vuln scan'.",{},"Shannon Skill","https://github.com/unicodeveloper/shannon",[359,360,16,361,362,363,364,365],"security","pentesting","api","web","exploit","owasp","docker",{"githubOwner":367,"githubRepo":368,"locale":25,"slug":368,"type":192},"unicodeveloper","shannon",{"extract":370,"llm":373},{"commitSha":371,"license":372},"6a97124bee816c7cc76c6e17bb2b0fe8c0eae032","AGPL-3.0",{"promptVersionExtension":168,"promptVersionScoring":169,"score":213,"targetMarket":174,"tier":175},{"repoId":375},"kd7dk33pc652m4w5wrxaga9qn5865x26",{"anyEnrichmentAt":377,"extractAt":378,"githubAt":377,"llmAt":379,"updatedAt":379},1778054071281,1778054070894,1778054087802]