[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-thedotmack-wowerpoint-en":3,"guides-for-thedotmack-wowerpoint":449,"similar-k176m383bmja25mj386xx9mb9s86mt3t-en":450},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":226,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":445,"workflow":446},1778698056313.1538,"k176m383bmja25mj386xx9mb9s86mt3t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Turn one document into a kawaii NotebookLM slide-deck PDF. Use for \"wowerpoint this\", \"make a deck about \u003Cfile>\", \"turn this report into slides\", or any request to render a single document as shareable narrative slides.",{"claudeCode":12},"thedotmack/claude-mem","wowerpoint","https://github.com/thedotmack/claude-mem",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":243},1778698296797.9795,"kn7e9sj3gjjbmpjpvxsmg05fkx86mb7r","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of turning a single document into a \"kawaii NotebookLM slide-deck PDF\" and lists specific user intents like \"wowerpoint this\".",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specialized workflow for creating slide decks from documents using NotebookLM and a custom WOWerpoint server, which is beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill includes detailed setup, authentication, and workflow steps, along with error handling and fallbacks, indicating it's ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the task of converting a document into a slide-deck PDF and generating a shareable link.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's core functionality and purpose.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, well-defined tools like `notebooklm` and `curl` for distinct operations rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details setup requirements, environment variables for the WOWerpoint server, and explains the purpose of different commands and parameters.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools used (`notebooklm`, `curl`, `jq`) are standard and descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's parameters and expected inputs are well-defined in the workflow steps, and outputs are specific to the task (PDF path, share URL).",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache-2.0, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The setup instructions mention using `uv tool install` which implies a robust dependency management system.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill correctly handles the `WOWERPOINT_UPLOAD_TOKEN` by requiring it as an environment variable and not printing it to stdout.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses specific commands and parameters for the NotebookLM CLI, and shell commands are executed with clear intent, not as arbitrary code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on the `notebooklm` CLI and standard `curl`, all of which are assumed to be installed and secure.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the context of the NotebookLM CLI and standard shell commands, not attempting to write outside designated project or report directories.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops are evident in the provided scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill does not instruct the agent to read or submit confidential data to third parties; environment variables for WOWerpoint are handled correctly.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content and descriptions appear free of hidden steering tricks or obfuscated characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The scripts provided use standard, readable bash commands and JSON parsing.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script defines output paths relative to the source directory or a 'reports' directory, avoiding absolute user-specific paths.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a high ratio of closed to open issues, indicating active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a meaningful `package.json` version (6.5.0) and Git tags, indicating proper release management.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The script uses `jq` for JSON parsing and `curl` with specific parameters, implying structured input and output handling.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The primary operation is file creation (PDF output), which is not inherently destructive. No destructive operations are present.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The SKILL.md and subagent template include explicit checks for command exit codes, timeouts, and API errors, with guidance on reporting and fallback.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The subagent template instructs to print detailed status reports, including warnings and errors, fulfilling audit logging requirements.",{"category":117,"check":118,"severity":119,"summary":120},"Compliance","GDPR","not_applicable","The skill processes documents and does not appear to handle personal data directly or submit it to third parties.",{"category":117,"check":122,"severity":24,"summary":123},"Target market","The extension's functionality is not geographically or legally restricted; it can be used globally.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard CLIs (`notebooklm`, `uv`, `playwright`, `curl`, `jq`) and Bash, ensuring broad POSIX compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, providing installation instructions, features, documentation links, and troubleshooting information.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill orchestrates a few core commands (`notebooklm`, `curl`, `jq`), staying within the ideal range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used are distinct and non-overlapping in their function.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as PDF generation and share link creation, are directly supported by the described workflow and tools.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear, copy-pasteable installation and setup instructions are provided in both the README and SKILL.md, including authentication steps.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error handling includes specific messages for authentication failures, rate limits, and upload issues, with suggested remediation steps.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The setup instructions mention `uv tool install`, which typically handles pinned dependencies and interpreter versions.",{"category":33,"check":151,"severity":119,"summary":152},"Dry-run preview","The core operation is file creation, and while upload to WOWerpoint could be considered state-changing, a dry-run is not explicitly offered or necessary for this workflow.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The script includes explicit timeouts for `curl` and retry logic for NotebookLM generation, and operations are generally idempotent or handled gracefully.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","No telemetry is mentioned or implemented; the skill is self-contained and does not send data beyond its core function.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the artifact (document), the task (create slide-deck PDF), and provides triggers and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, clearly stating the skill's purpose and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md content is well-structured and reasonably concise, deferring extensive details to the README and external documentation.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill defers extensive details to the README and external documentation links, following a progressive disclosure pattern.",{"category":170,"check":174,"severity":119,"summary":175},"Forked exploration","This skill is a direct-to-output tool and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides concrete examples of `notebooklm` commands and `curl` usage within the workflow steps, illustrating the process.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md explicitly lists failure modes like authentication issues, Playwright installation problems, and rate limits, with suggested recovery steps.",{"category":110,"check":183,"severity":119,"summary":184},"Tool Fallback","The skill relies on `notebooklm` and standard CLIs; no external MCP server dependencies requiring fallback are noted.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill declares its stack assumptions (Node.js, Bun, Python via `uv`, Bash) and necessary tooling (`notebooklm`, `playwright`, `jq`).",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The workflow includes checks for authentication status and successful command execution, halting if prerequisites are not met.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded; its functionality is discrete.",1778698296452,"This skill transforms a single input document into a \"kawaii\" slide-deck PDF using the NotebookLM CLI and a supplementary WOWerpoint server for shareable links. It handles setup, authentication, generation, and upload.",[198,199,200,201],"Converts single documents into slide-deck PDFs.","Leverages NotebookLM for document processing.","Generates a mobile-friendly shareable link via WOWerpoint Server.","Provides detailed setup and workflow instructions.",[203,204,205],"Generating videos or podcasts from documents.","Handling documents that are too thin or lack narrative structure.","Supporting slide decks with complex interactive elements beyond standard PDF features.","3.0.0","4.4.0","To quickly convert documents into visually appealing, shareable slide-deck PDFs for easy presentation and distribution.","High score due to comprehensive documentation, clear workflow, robust error handling, and adherence to security best practices. Minimal `info` findings relate to non-applicable checks or minor documentation points.",99,"A high-quality skill for converting documents into slide-deck PDFs with shareable links.",[213,214,215,216,217],"document-processing","pdf-generation","slides","notebooklm","automation","global","verified",[221,222,223],"Transforming reports into presentation slides.","Creating \"kawaii\" decks from research papers.","Quickly generating shareable slide decks from articles.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":237,"security":239,"testCoverage":242},{"hasLockfile":226},false,1778698281734,{"descriptionLength":229,"readmeSize":230},219,17010,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":234,"pushedAt":235,"stars":236},781,6488,53,1778643518000,75457,{"npmDownloads":238},124555,{"hasNpmPackage":240,"license":241,"smitheryVerified":226},true,"Apache-2.0",{"hasCi":240,"hasTests":240},{"updatedAt":244},1778698296798,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"plugin/skills/wowerpoint","thedotmack","claude-mem","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":253,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":255},"HEAD",{"repoId":257},"kd70jnxgm695az2wtf37zbqdj986mp7k",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":440},1778698049260.0457,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":262,"discover":411,"extract":414,"github":415,"npm":439},{"commitSha":255,"extensions":263},[264,275,288,302,311,319,330,338,346,354,362,370,378,386,397,402],{"basePath":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":273,"sourceLanguage":18,"type":274},".agents/plugins","claude-mem-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[270],{"path":271,"priority":272},"marketplace.json","mandatory","rule","marketplace",{"basePath":276,"description":277,"displayName":247,"installMethods":278,"rationale":279,"selectedPaths":280,"source":273,"sourceLanguage":18,"type":274},"","Plugins by Alex Newman (thedotmack)",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[281,283,285],{"path":282,"priority":272},".claude-plugin/marketplace.json",{"path":284,"priority":272},"README.md",{"path":286,"priority":287},"LICENSE","high",{"basePath":276,"description":289,"displayName":248,"installMethods":290,"license":241,"rationale":291,"selectedPaths":292,"source":273,"sourceLanguage":18,"type":301},"Memory compression system for Claude Code - persist context across sessions",{"claudeCode":248},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[293,295,296,297,299],{"path":294,"priority":272},".claude-plugin/plugin.json",{"path":284,"priority":272},{"path":286,"priority":287},{"path":298,"priority":272},".mcp.json",{"path":300,"priority":287},".codex-plugin/plugin.json","plugin",{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/babysit","Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.","babysit",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/babysit/SKILL.md",[309],{"path":310,"priority":272},"SKILL.md",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/do","Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.","do",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/do/SKILL.md",[318],{"path":310,"priority":272},{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/how-it-works","Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks \"how does claude-mem work?\" or \"what is this thing doing?\".","how-it-works",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/how-it-works/SKILL.md",[326,327],{"path":310,"priority":272},{"path":328,"priority":329},"onboarding-explainer.md","medium",{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/knowledge-agent","Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused \"brains\" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.","knowledge-agent",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/knowledge-agent/SKILL.md",[337],{"path":310,"priority":272},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/learn-codebase","Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to \"learn the codebase\", \"read the codebase\", \"prime\", or \"get up to speed\".","learn-codebase",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/learn-codebase/SKILL.md",[345],{"path":310,"priority":272},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/make-plan","Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.","make-plan",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/make-plan/SKILL.md",[353],{"path":310,"priority":272},{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/mem-search","Search claude-mem's persistent cross-session memory database. Use when user asks \"did we already solve this?\", \"how did we do X last time?\", or needs work from previous sessions.","mem-search",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/mem-search/SKILL.md",[361],{"path":310,"priority":272},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/pathfinder","Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.","pathfinder",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/pathfinder/SKILL.md",[369],{"path":310,"priority":272},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/smart-explore","Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.","smart-explore",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/smart-explore/SKILL.md",[377],{"path":310,"priority":272},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/timeline-report","Generate a \"Journey Into [Project]\" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.","timeline-report",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/timeline-report/SKILL.md",[385],{"path":310,"priority":272},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":273,"sourceLanguage":18,"type":249},"plugin/skills/version-bump","Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, npm publishing (so `npx claude-mem@X.Y.Z` resolves), build verification, git tagging, GitHub releases, and changelog generation.","claude-code-plugin-release",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/version-bump/SKILL.md",[393,394],{"path":310,"priority":272},{"path":395,"priority":396},"scripts/generate_changelog.js","low",{"basePath":246,"description":10,"displayName":13,"installMethods":398,"rationale":399,"selectedPaths":400,"source":273,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/wowerpoint/SKILL.md",[401],{"path":310,"priority":272},{"basePath":276,"description":289,"displayName":248,"installMethods":403,"license":241,"rationale":404,"selectedPaths":405,"source":273,"sourceLanguage":18,"type":410},{"npm":248},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[406,408,409],{"path":407,"priority":272},"package.json",{"path":284,"priority":272},{"path":286,"priority":287},"mcp",{"sources":412},[413],"manual",{"npmPackage":248},{"closedIssues90d":232,"description":416,"forks":233,"homepage":417,"license":241,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":418},"Persistent Context Across Sessions for Every Agent –  Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More","https://claude-mem.ai",[419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438],"ai","ai-agents","ai-memory","anthropic","artificial-intelligence","claude","claude-agent-sdk","claude-agents","claude-code","claude-code-plugin","claude-skills","long-term-memory","mem0","openmemory","supermemory","chromadb","sqlite","embeddings","memory-engine","rag",{"downloads":238},{"classifiedAt":441,"discoverAt":442,"extractAt":443,"githubAt":443,"npmAt":444,"updatedAt":441},1778698055851,1778698049260,1778698052709,1778698054459,[217,213,216,214,215],{"evaluatedAt":244,"extractAt":447,"updatedAt":448},1778698056313,1778698444390,[],[451,485,512,534,564,594],{"_creationTime":452,"_id":453,"community":454,"display":455,"identity":461,"providers":466,"relations":478,"tags":481,"workflow":482},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":456,"installMethods":457,"name":459,"sourceUrl":460},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":458},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":462,"githubOwner":463,"githubRepo":464,"locale":18,"slug":465,"type":249},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":467,"extract":476},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":469,"targetMarket":218,"tier":219},100,[470,471,472,473,217,474,475],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":255,"license":477},"MIT",{"parentExtensionId":479,"repoId":480},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,474,475,471,470,473,472],{"evaluatedAt":483,"extractAt":484,"updatedAt":483},1778699613343,1778699234184,{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":495,"providers":497,"relations":505,"tags":507,"workflow":508},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":490,"installMethods":491,"name":493,"sourceUrl":494},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":492},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":276,"githubOwner":496,"githubRepo":493,"locale":18,"slug":493,"type":249},"zagmoai",{"evaluate":498,"extract":504},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":499,"targetMarket":218,"tier":219},[500,501,502,217,503],"google-docs","google-sheets","productivity","api-client",{"commitSha":255},{"repoId":506},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[503,217,500,501,502],{"evaluatedAt":509,"extractAt":510,"updatedAt":511},1778699485884,1778699468747,1778699509178,{"_creationTime":513,"_id":514,"community":515,"display":516,"identity":519,"providers":522,"relations":530,"tags":531,"workflow":532},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":517,"installMethods":518,"name":464,"sourceUrl":460},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":458},{"basePath":520,"githubOwner":463,"githubRepo":464,"locale":18,"slug":521,"type":249},"skills/ask","ask",{"evaluate":523,"extract":529},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":524,"targetMarket":218,"tier":219},[474,217,525,526,527,528],"llm","prompting","code-review","artifact-generation",{"commitSha":255,"license":477},{"parentExtensionId":479,"repoId":480},[528,217,474,527,525,526],{"evaluatedAt":533,"extractAt":484,"updatedAt":533},1778699303045,{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":544,"providers":549,"relations":557,"tags":559,"workflow":560},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":539,"installMethods":540,"name":542,"sourceUrl":543},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":541},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":545,"githubOwner":546,"githubRepo":547,"locale":18,"slug":548,"type":249},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":550,"extract":556},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":551,"targetMarket":218,"tier":219},[552,553,217,554,555],"browser","debugging","ux","developer-tools",{"commitSha":255,"license":477},{"repoId":558},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[217,552,553,555,554],{"evaluatedAt":561,"extractAt":562,"updatedAt":563},1778699261239,1778699106670,1778699384978,{"_creationTime":565,"_id":566,"community":567,"display":568,"identity":574,"providers":577,"relations":586,"tags":589,"workflow":590},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":569,"installMethods":570,"name":572,"sourceUrl":573},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":571},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":575,"githubOwner":576,"githubRepo":572,"locale":18,"slug":572,"type":249},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":578,"extract":585},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":579,"targetMarket":218,"tier":219},[580,581,582,583,217,410,584],"twitter","x","api","data-retrieval","sdk",{"commitSha":255},{"parentExtensionId":587,"repoId":588},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[582,217,583,410,584,580,581],{"evaluatedAt":591,"extractAt":592,"updatedAt":593},1778699230863,1778699170774,1778699296021,{"_creationTime":595,"_id":596,"community":597,"display":598,"identity":604,"providers":608,"relations":614,"tags":616,"workflow":617},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":599,"installMethods":600,"name":602,"sourceUrl":603},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":601},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":605,"githubOwner":606,"githubRepo":607,"locale":18,"slug":602,"type":249},"skills/slack","steipete","clawdis",{"evaluate":609,"extract":613},{"promptVersionExtension":206,"promptVersionScoring":207,"score":468,"tags":610,"targetMarket":218,"tier":219},[602,611,612,217,582],"messaging","communication",{"commitSha":255},{"repoId":615},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[582,217,612,611,602],{"evaluatedAt":618,"extractAt":619,"updatedAt":618},1778698950505,1778697652123]