[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ykdojo-reddit-fetch-zh-CN":3,"guides-for-ykdojo-reddit-fetch":426,"similar-k179p121pjxfejnbcfa72kry1986nybd-zh-CN":427},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":313,"relations":317,"repo":319,"tags":423,"workflow":424},1778699432368.3398,"k179p121pjxfejnbcfa72kry1986nybd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"使用 Gemini CLI 或 curl JSON API 备用方案从 Reddit 获取内容。适用于访问 Reddit URL、在 Reddit 上研究主题或当 Reddit 返回 403/阻止错误时。",{"claudeCode":12},"ykdojo/claude-code-tips","reddit-fetch","https://github.com/ykdojo/claude-code-tips",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778699432368.34,"kn79e9x7yvbqkqzyevw2s126kx86mc4f","zh-CN",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"tier":218,"useCases":219},[21,26,29,32,36,39,44,48,51,54,59,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,121,124,127,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","该描述清楚地说明了获取 Reddit 内容的问题，并提到了其用于访问 URL、研究主题和处理阻止错误，直接满足用户需求。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能提供了一个使用 Gemini CLI 和 curl 的备用机制来获取 Reddit 内容，这超越了默认 LLM 功能，并解决了特定的站点访问问题。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能为两种不同的方法（Gemini CLI 和 curl）提供了清晰的说明，用于获取 Reddit 内容，涵盖了访问此数据的完整生命周期。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该扩展仅专注于通过各种方法从 Reddit 获取内容，遵循单一、明确定义的职责。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确地反映了技能的功能，清楚地说明了其目的和用例。",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","此扩展是一个技能，不直接像 MCP 服务器或 CLI 那样暴露工具。",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","Gemini CLI 和 curl 方法的文档都包含了必要的参数和配置，例如会话名称、查询文本、API 端点和 User-Agent 标头。",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","作为一个技能，此扩展不公开传统意义上的命名工具。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","该技能的输出，无论是来自 Gemini CLI 还是 curl，都是结构化的 JSON 或捕获的终端输出，输入是特定的查询或 URL，这使得 I/O 表面积最小。",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","warning","该存储库有一个 LICENSE 文件，但它是一个自定义版权声明，而不是标准的 SPDX 许可证，这可能会为下游使用带来歧义。",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","该存储库在过去 90 天内有最近的提交。",{"category":60,"check":64,"severity":42,"summary":65},"Dependency Management","该技能本身似乎不依赖于除 tmux、curl 和 jq 等标准系统工具之外的外部第三方依赖项。",{"category":67,"check":68,"severity":42,"summary":69},"Security","Secret Management","此技能不处理或公开任何秘密。",{"category":67,"check":71,"severity":24,"summary":72},"Injection","该技能使用标准的 CLI 工具（tmux、curl、jq）和 Gemini CLI，将它们的输出视为数据，而不是将它们作为指令执行。",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","该技能依赖于预先安装的系统工具或 Gemini CLI，没有运行时下载未提交的代码或指令。",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","该技能在标准命令执行的限制内运行，并且不修改其预期范围之外的文件。",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","在执行模式中未发现分离的进程生成或拒绝-重试循环。",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","该技能的主要功能是数据检索，不涉及将机密数据提交给第三方或任何未经记录的出站调用。",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","捆绑的 SKILL.md 和相关脚本不包含隐藏的引导技巧、HTML 注释或不可见的 Unicode 字符。",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","该技能使用纯 bash 脚本和标准 CLI 命令；没有混淆的代码、base64 有效负载或运行时脚本获取。",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","该技能假定标准 CLI 工具可用，并且不假定特定的项目文件布局。",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","存储库在过去 90 天内显示了健康的已关闭与已打开问题比例，表明积极维护。",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","该存储库有有意义的提交，并且 SKILL.md 前端没有明确的版本控制字段，但通过 `claudeCode: ykdojo/claude-code-tips` 进行安装意味着版本控制。",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","输入参数（如 Reddit 查询和 URL）直接传递给底层工具，由它们处理自己的验证。",{"category":67,"check":109,"severity":42,"summary":110},"Unguarded Destructive Operations","该技能是只读的，不执行任何破坏性操作。",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","该技能依赖于底层工具（tmux、curl、Gemini CLI）的错误处理，这些工具提供有意义的错误消息。",{"category":105,"check":115,"severity":42,"summary":116},"Logging","作为一个只读数据检索技能，它不需要本地审计日志记录。",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","该技能仅检索公共 Reddit 数据，并且不处理未经处理的个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该技能处理公开可访问的 Reddit 数据，没有区域或司法管辖区限制，因此面向全球市场。",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","该技能依赖于标准的命令行工具和 tmux，这些工具在 POSIX 兼容系统上广泛可用，确保了良好的可移植性。",{"category":45,"check":128,"severity":129,"summary":130},"README","info","虽然 SKILL.md 提供了描述，但 README.md 非常详细，涵盖了更广泛的 Claude Code 提示，而不是此技能的具体目的。",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","这是一个技能，而不是 CLI 或 MCP 服务器，不公开多个工具。",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","该技能不公开多个可以被认为是近义词的工具。",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","所有宣传的功能，例如使用 Gemini CLI 或 curl 备用方案，都已实现并包含在 SKILL.md 中。",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","通过 `claudeCode` 提供安装说明，README 提供了 Claude Code 功能的全面设置指南，包括通过 dx 插件安装此技能。",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","来自 curl 和 Gemini CLI 等底层工具的错误消息信息丰富，通常提供修复步骤或上下文。",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","该技能依赖于系统安装的工具（tmux、curl、jq）和 Gemini CLI，这些工具被假定为已正确安装并由用户环境管理。",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","该技能仅用于数据检索，不执行任何状态更改操作。",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","该技能依赖于 curl 和 Gemini CLI 的重试和超时机制，文档中提供了有关处理速率限制和重试的明确建议。",{"category":118,"check":160,"severity":24,"summary":161},"Telemetry opt-in","该技能不发出任何遥测数据。",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","描述清楚地说明了技能的目的（获取 Reddit 内容），并提供了具体的用例（访问 URL、研究、处理阻止）。",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","SKILL.md 中的前端简洁明了，清楚地说明了名称和目的，后面跟着相关的触发短语。",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","SKILL.md 的正文结构良好，提供了两种不同方法的说明，且不过于冗长。",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","SKILL.md 简洁明了，所有必要的说明都在行内；更深入的内容不适用，因为这是一项直接的数据检索任务。",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","此技能是一项简单的数据检索任务，不涉及需要分叉的深入探索或代码审查。",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","SKILL.md 提供了清晰、可直接使用的示例，用于获取热门帖子、带有评论的特定帖子以及搜索，包括使用 `jq` 进行解析说明。",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","文档解决了潜在问题，如 Gemini CLI 失败、JSON API 的速率限制，并提供了重试或使用备用方法等恢复步骤。",{"category":105,"check":185,"severity":24,"summary":186},"Tool Fallback","该技能明确记录了一个备用方法（curl JSON API），以防主要方法（Gemini CLI）失败。",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","该技能依赖于底层工具的错误报告，如果发生意外状态，这些工具将停止进程并报告错误。",{"category":93,"check":192,"severity":24,"summary":193},"Cross-skill coupling","该技能是独立的，不隐式依赖于其他已加载的技能。",1778699363454,"此扩展使用 Gemini CLI 或基于 curl 的 JSON API 备用方案从 Reddit 获取内容。它提供了有关通过 tmux 设置和与 Gemini CLI 会话交互的详细说明，并提供了用于各种 Reddit 数据检索任务（如列出帖子、获取评论和搜索）的 curl 命令。",[197,198,199,200,201],"使用 Gemini CLI 获取 Reddit 内容","备用方案切换到使用 Reddit JSON API 的 curl","用于 tmux 会话管理的详细说明","列出、获取和搜索 Reddit 帖子的示例","使用 jq 解析 JSON 输出的指南",[203,204,205],"除数据检索外，与 Reddit 进行交互","替代完整的 Reddit 客户端体验","处理超出标准 API 访问的复杂身份验证流程","3.0.0","4.4.0","使用 Gemini CLI 或 curl JSON API 备用方案从 Reddit 获取内容，尤其适用于直接访问被阻止或需要进行详细研究的情况。","该技能有良好的文档记录，并附有清晰的说明和示例，解决了潜在问题并提供了备用方案。唯一的小问题是非标准的许可证。",95,"一个强大的技能，用于获取 Reddit 内容，提供多种方法和清晰的说明。",[213,214,215,216,217],"reddit","api","web-scraping","data-retrieval","cli","community",[220,221,222],"在其他方法被阻止时访问 Reddit URL","在 Reddit 上研究主题和收集信息","自动化检索 Reddit 帖子和评论数据",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778699350310,{"descriptionLength":228,"readmeSize":229},174,79620,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},5,614,false,2,1778050349000,8241,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"NOASSERTION",{"hasCi":233,"hasTests":233},{"updatedAt":241},1778699432368,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/reddit-fetch","ykdojo","claude-code-tips","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":259,"providers":293,"relations":308,"tags":309,"workflow":310},1778699262802.4763,"k1771jhnksgm8d8zyrbb7r99c986nmfp",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":14},"Developer experience essentials: GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and Reddit research via Gemini CLI",{"claudeCode":254},"dx",{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":257,"slug":245,"type":258},"","en","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":269,"relations":286,"tags":288,"workflow":289},1778699262802.476,"k176hb199nazddzaenhpe5apdx86mbv6",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"45 tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.",{"claudeCode":12},"Claude Code Tips",{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":257,"slug":245,"type":268},"marketplace",{"evaluate":270,"extract":280},{"promptVersionExtension":271,"promptVersionScoring":207,"score":210,"tags":272,"targetMarket":279,"tier":218},"3.1.0",[273,274,275,276,277,278],"claude-code","developer-tools","productivity","tips","plugins","automation","global",{"commitSha":281,"license":238,"marketplace":282,"plugin":284},"HEAD",{"name":244,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd75fm359weq574r9qxrp8jky186mya6",[278,273,274,277,275,276],{"evaluatedAt":290,"extractAt":291,"updatedAt":292},1778699277583,1778699262802,1778699461637,{"evaluate":294,"extract":304},{"promptVersionExtension":206,"promptVersionScoring":207,"score":295,"tags":296,"targetMarket":279,"tier":303},79,[297,298,275,299,300,301,302],"developer","github-actions","workflow","devtools","git","research","flagged",{"commitSha":281,"license":305,"plugin":306},"All Rights Reserved",{"mcpCount":8,"provider":285,"skillCount":307},6,{"parentExtensionId":261,"repoId":287},[297,300,301,298,275,302,299],{"evaluatedAt":311,"extractAt":291,"updatedAt":312},1778699294768,1778699462340,{"evaluate":314,"extract":316},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":315,"targetMarket":279,"tier":218},[213,214,215,216,217],{"commitSha":281},{"parentExtensionId":249,"repoId":287,"translatedFrom":318},"k177xgv3nnkpfvvj1n9vff6m1d86nmgn",{"_creationTime":320,"_id":287,"identity":321,"providers":322,"workflow":419},1778699252708.3816,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":323,"discover":406,"github":409},{"commitSha":281,"extensions":324},[325,338,359,368,376,384,392,398],{"basePath":256,"displayName":244,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":257,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":256,"description":252,"displayName":254,"installMethods":339,"license":305,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":257,"type":258},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[342,344,345,346,349,351,353,355,357],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/clone/SKILL.md","medium",{"path":350,"priority":348},"skills/gha/SKILL.md",{"path":352,"priority":348},"skills/half-clone/SKILL.md",{"path":354,"priority":348},"skills/handoff/SKILL.md",{"path":356,"priority":348},"skills/reddit-fetch/SKILL.md",{"path":358,"priority":348},"skills/review-claudemd/SKILL.md",{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"source":337,"sourceLanguage":257,"type":246},"skills/clone","Clone the current conversation so the user can branch off and try a different approach.","clone",{"claudeCode":12},"SKILL.md frontmatter at skills/clone/SKILL.md",[366],{"path":367,"priority":331},"SKILL.md",{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":337,"sourceLanguage":257,"type":246},"skills/gha","Analyze GitHub Actions failures and identify root causes","gha",{"claudeCode":12},"SKILL.md frontmatter at skills/gha/SKILL.md",[375],{"path":367,"priority":331},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":337,"sourceLanguage":257,"type":246},"skills/half-clone","Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.","half-clone",{"claudeCode":12},"SKILL.md frontmatter at skills/half-clone/SKILL.md",[383],{"path":367,"priority":331},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":337,"sourceLanguage":257,"type":246},"skills/handoff","Write or update a handoff document so the next agent with fresh context can continue this work.","handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/handoff/SKILL.md",[391],{"path":367,"priority":331},{"basePath":243,"description":393,"displayName":13,"installMethods":394,"rationale":395,"selectedPaths":396,"source":337,"sourceLanguage":257,"type":246},"Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.",{"claudeCode":12},"SKILL.md frontmatter at skills/reddit-fetch/SKILL.md",[397],{"path":367,"priority":331},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":337,"sourceLanguage":257,"type":246},"skills/review-claudemd","Review recent conversations to find improvements for CLAUDE.md files.","review-claudemd",{"claudeCode":12},"SKILL.md frontmatter at skills/review-claudemd/SKILL.md",[405],{"path":367,"priority":331},{"sources":407},[408],"manual",{"closedIssues90d":231,"description":264,"forks":232,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":410},[411,412,413,414,415,416,417,273,418,217,274,275],"agentic","agentic-ai","agentic-coding","agentic-workflow","ai","claude","claude-ai","tips-and-tricks",{"classifiedAt":420,"discoverAt":421,"extractAt":422,"githubAt":422,"updatedAt":420},1778699262602,1778699252708,1778699259828,[214,217,216,213,215],{"evaluatedAt":425,"extractAt":291,"updatedAt":241},1778699363780,[],[428,459,489,513,541,560],{"_creationTime":429,"_id":430,"community":431,"display":432,"identity":438,"providers":443,"relations":452,"tags":455,"workflow":456},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":433,"installMethods":434,"name":436,"sourceUrl":437},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":435},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":439,"githubOwner":440,"githubRepo":441,"locale":442,"slug":213,"type":246},"skills/reddit","ReScienceLab","opc-skills","fr",{"evaluate":444,"extract":450},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":446,"targetMarket":279,"tier":449},100,[213,214,216,447,448],"social-media","information-gathering","verified",{"commitSha":281,"license":451},"Apache-2.0",{"parentExtensionId":453,"repoId":454},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[214,216,448,213,447],{"evaluatedAt":457,"extractAt":458,"updatedAt":457},1778696852717,1778696505500,{"_creationTime":460,"_id":461,"community":462,"display":463,"identity":469,"providers":472,"relations":480,"tags":484,"workflow":485},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":464,"installMethods":465,"name":467,"sourceUrl":468},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":466},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":470,"githubOwner":471,"githubRepo":467,"locale":18,"slug":467,"type":246},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":473,"extract":479},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":474,"targetMarket":279,"tier":449},[475,476,214,216,278,477,478],"twitter","x","mcp","sdk",{"commitSha":281},{"parentExtensionId":481,"repoId":482,"translatedFrom":483},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[214,278,216,477,478,475,476],{"evaluatedAt":486,"extractAt":487,"updatedAt":488},1778699230863,1778699170774,1778699289329,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":499,"providers":503,"relations":507,"tags":509,"workflow":510},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":494,"installMethods":495,"name":497,"sourceUrl":498},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":496},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":500,"githubOwner":501,"githubRepo":502,"locale":257,"slug":497,"type":246},"skills/github","steipete","clawdis",{"evaluate":504,"extract":506},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":505,"targetMarket":279,"tier":449},[497,217,214,274,278],{"commitSha":281},{"repoId":508},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,278,217,274,497],{"evaluatedAt":511,"extractAt":512,"updatedAt":511},1778698569289,1778697652123,{"_creationTime":514,"_id":515,"community":516,"display":517,"identity":523,"providers":527,"relations":534,"tags":537,"workflow":538},1778691104676.009,"k178w7wd1nma48cbwy5hbrnq7s86nyvy",{"reviewCount":8},{"description":518,"installMethods":519,"name":521,"sourceUrl":522},"Extract typed JSON from public website pages using a schema.",{"claudeCode":520},"iterationlayer/skills","website-extraction-api","https://github.com/iterationlayer/skills",{"basePath":524,"githubOwner":525,"githubRepo":526,"locale":257,"slug":521,"type":246},"skills/website-extraction-api","iterationlayer","skills",{"evaluate":528,"extract":533},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":529,"targetMarket":279,"tier":449},[215,530,531,532,214,278],"data-extraction","json","schema",{"commitSha":281},{"parentExtensionId":535,"repoId":536},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,278,530,531,532,215],{"evaluatedAt":539,"extractAt":540,"updatedAt":539},1778694012840,1778691104676,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":549,"providers":551,"relations":556,"tags":557,"workflow":558},1778691104675.9915,"k172qd89p5z3xybe3h8ncdmns586nd5g",{"reviewCount":8},{"description":546,"installMethods":547,"name":548,"sourceUrl":522},"Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.",{"claudeCode":520},"extract-supplier-catalog-from-website",{"basePath":550,"githubOwner":525,"githubRepo":526,"locale":257,"slug":548,"type":246},"skills/extract-supplier-catalog-from-website",{"evaluate":552,"extract":555},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":553,"targetMarket":279,"tier":449},[215,530,554,214,278],"procurement",{"commitSha":281},{"parentExtensionId":535,"repoId":536},[214,278,530,554,215],{"evaluatedAt":559,"extractAt":540,"updatedAt":559},1778692514878,{"_creationTime":561,"_id":562,"community":563,"display":564,"identity":570,"providers":574,"relations":580,"tags":583,"workflow":584},1778697369634.8499,"k17333g8dacqsmw8kk79h77vmx86n0d1",{"reviewCount":8},{"description":565,"installMethods":566,"name":568,"sourceUrl":569},"AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用，包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。",{"claudeCode":567},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":571,"githubOwner":572,"githubRepo":573,"locale":18,"slug":568,"type":246},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice",{"evaluate":575,"extract":579},{"promptVersionExtension":206,"promptVersionScoring":207,"score":445,"tags":576,"targetMarket":279,"tier":449},[577,215,578,217,278],"browser-automation","testing",{"commitSha":281},{"repoId":581,"translatedFrom":582},"kd74710g49kxgwbfjxeb7s132d86myxr","k17ej9360g7468qswf3svnrx9186m1ng",[278,577,217,578,215],{"evaluatedAt":585,"extractAt":586,"updatedAt":587},1778697222051,1778697205743,1778697369634]