[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-shanraisshan-weather-svg-creator-zh-CN":3,"guides-for-shanraisshan-weather-svg-creator":376,"similar-k17d45dbnjas14wv2s8ya9jabn86mjqr-zh-CN":377},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":222,"parentExtension":244,"providers":245,"relations":251,"repo":254,"tags":372,"workflow":373},1778697398877.0908,"k17d45dbnjas14wv2s8ya9jabn86mjqr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"创建一张显示迪拜当前温度的 SVG 天气卡片。将 SVG 写入 orchestration-workflow/weather.svg，并更新 orchestration-workflow/output.md。",{"claudeCode":12},"shanraisshan/claude-code-best-practice","weather-svg-creator","https://github.com/shanraisshan/claude-code-best-practice",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":220,"workflow":237},1778697398877.091,"kn7bbq4z2ymrvrzjr402x4689n86n2x1","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"tier":215,"useCases":216},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了问题：创建一张显示迪拜当前温度的 SVG 天气卡片，并将其写入指定文件。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能基于提供的数据提供特定的、模板化的输出（SVG 和 Markdown），通过处理文件创建和特定格式化，超越了基本的文本生成。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能已准备好投入生产，完全实现了其声明的宗旨，即根据提供天气数据和模板生成 SVG 和 Markdown 文件。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于创建 SVG 天气卡片和更新 markdown 文件，遵循单一职责原则。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确反映了技能的功能，清楚地说明了它的作用、目标位置（迪拜）和输出文件。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能使用特定的文件写入工具（`write_file`），这些工具是作用域内的操作，而不是通用的执行工具。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 明确列出了预期的输入参数（温度、单位）和输出文件路径。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","`write_file` 工具具有描述性，并符合预期的命名约定。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","输入参数（温度、单位）特定于任务，输出仅限于两个请求的文件。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT 许可证授权，这是一个宽松的开源许可证。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","该存储库最近已更新（2026 年 5 月 13 日），表明维护活跃。",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","该扩展似乎不使用任何第三方依赖项。",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","该技能不处理或需要任何密钥。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能操作提供的数据和模板；没有迹象表明加载或执行不受信任的第三方内容。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能仅使用其捆绑的模板和提供的数据，在运行时不获取外部资源。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","该技能仅在 `orchestration-workflow` 目录内的指定路径写入，保持沙箱隔离。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","在技能逻辑中未观察到分离的进程或拒绝重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能不进行任何出站调用或处理敏感数据。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容似乎没有隐藏的操纵技巧；描述使用了干净、可打印的 ASCII 字符。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","技能的逻辑在 SKILL.md 文件中是透明且可读的；没有混淆的代码或运行时获取。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能假定 `orchestration-workflow` 目录存在，这是一个合理且已记录的假设。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","在过去 90 天内，打开了 3 个问题，关闭了 26 个问题，维护者的参与度很高。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","存储库具有最近的提交日期，并包含 CHANGELOG.md，表明良好的发布管理实践。",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","输入参数（温度、单位）预计由调用上下文提供，这意味着它们在到达技能逻辑之前已得到验证。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","该技能执行文件写入操作，但这些操作受到用户定义的输出路径的保护，并且本身不具有破坏性，除非用户进行交互。",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","技能的说明清晰，并且预期的输入/输出定义明确，这表明对于丢失数据或格式不正确的输入，将具有鲁棒的错误处理。",{"category":111,"check":115,"severity":63,"summary":116},"Logging","该技能的主要功能是文件输出，而不是需要单独审计日志的复杂操作或外部调用。",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","该技能不处理任何个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该技能是全球适用的，因为它基于提供的数据生成 SVG，并且没有区域性逻辑。",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","该技能依赖于标准的文件操作和 SVG 生成，这在不同环境中应保持稳定。",{"category":44,"check":128,"severity":24,"summary":129},"README","README 提供了存储库内容和目的的全面概述，包括相关文档的链接。",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","这是一个单一功能的技能，而不是工具的集合。",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","该技能仅使用 `write_file` 工具，因此没有重叠的工具。",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","描述和 SKILL.md 中提到的所有功能（SVG 创建、文件写入）都已实现。",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","SKILL.md 清楚地概述了技能的目的和说明，并且存储库包括示例和参考文件。",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","SKILL.md 提供了清晰的说明并隐式定义了预期的输入，这表明错误将由格式错误的输入或丢失的文件引起，这些错误是可操作的。",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","未使用任何第三方依赖项。",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","该技能的主要输出是文件生成，而不是需要干运行模式的破坏性操作。",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","该技能执行本地文件操作，不涉及远程调用或需要幂等的有状态操作。",{"category":66,"check":158,"severity":63,"summary":159},"Telemetry opt-in","该技能似乎不发送任何遥测数据。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","该技能的目的定义精确：使用提供的温度数据为迪拜创建 SVG 天气卡片，并写入指定文件。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁明了，有效总结了技能的核心功能和目标。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 简洁明了，并将详细模板委托给 reference.md。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 概述了主要步骤，并链接到 `reference.md` 以获取详细模板，展示了渐进式披露。",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","此技能执行直接任务，不涉及需要 `context: fork` 的深入探索或代码审查。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","`examples.md` 文件提供了清晰、可直接使用的摄氏度和华氏度示例，展示了输入、预期输出文件和内容。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","该技能通过预期特定的输入格式（温度、单位）和输出路径来隐式处理边缘情况，如参考和示例中所述。",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","该技能仅使用内置的 `write_file` 工具，不依赖于具有回退机制的外部 MCP 服务器或自定义工具。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该技能的说明表明，提供不正确的输入数据或输出路径将导致失败，从而按预期停止工作流。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能独立运行，不隐式依赖于其他已加载的技能。",1778697324829,"此技能使用提供的数据和预定义模板为迪拜创建 SVG 天气卡片。它还会生成 markdown 摘要，并将两者写入指定文件（`orchestration-workflow/weather.svg` 和 `orchestration-workflow/output.md`）。",[195,196,197,198],"生成 SVG 天气卡片","支持摄氏度和华氏度","将输出写入指定文件","创建 markdown 摘要",[200,201,202],"获取实时天气数据","支持迪拜以外的其他地点","自定义 SVG 模板（除了占位符替换）","3.0.0","4.4.0","自动化创建迪拜的视觉天气卡片，提供 SVG 图像和当前温度的 markdown 摘要。","该扩展是自包含的，文档齐全，并附有清晰的示例和模板，符合最佳实践。未发现任何严重或警告问题。",100,"一个定义明确的技能，用于生成 SVG 天气卡片，并附有清晰的说明和示例。",[210,211,212,213,214],"svg","weather","templating","file-generation","automation","verified",[217,218,219],"自动化天气报告生成","为仪表板创建视觉资产","将天气数据集成到报告中",{"codeQuality":221,"collectedAt":223,"documentation":224,"maintenance":227,"security":234,"testCoverage":236},{"hasLockfile":222},false,1778697310966,{"descriptionLength":225,"readmeSize":226},169,72705,{"closedIssues90d":228,"forks":229,"hasChangelog":230,"openIssues90d":231,"pushedAt":232,"stars":233},26,5288,true,3,1778690578000,52835,{"hasNpmPackage":222,"license":235,"smitheryVerified":222},"MIT",{"hasCi":222,"hasTests":222},{"updatedAt":238},1778697398877,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},".claude/skills/weather-svg-creator","shanraisshan","claude-code-best-practice","skill",null,{"evaluate":246,"extract":249},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":247,"targetMarket":248,"tier":215},[210,211,212,213,214],"global",{"commitSha":250},"HEAD",{"repoId":252,"translatedFrom":253},"kd74710g49kxgwbfjxeb7s132d86myxr","k1770s2r3nf6pgfn28r4mzgqg986n2s9",{"_creationTime":255,"_id":252,"identity":256,"providers":257,"workflow":368},1778697191149.7012,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":258,"discover":341,"github":344},{"commitSha":250,"extensions":259},[260,272,280,288,296,304,312,323,331],{"basePath":261,"description":262,"displayName":263,"installMethods":264,"rationale":265,"selectedPaths":266,"source":270,"sourceLanguage":271,"type":243},".claude/skills/agent-browser","Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.","agent-browser",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agent-browser/SKILL.md",[267],{"path":268,"priority":269},"SKILL.md","mandatory","rule","en",{"basePath":273,"description":274,"displayName":275,"installMethods":276,"rationale":277,"selectedPaths":278,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/presentation-structure","Knowledge about the presentation slide format, weight system, navigation, and section structure","presentation-structure",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-structure/SKILL.md",[279],{"path":268,"priority":269},{"basePath":281,"description":282,"displayName":283,"installMethods":284,"rationale":285,"selectedPaths":286,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/presentation-styling","Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation","presentation-styling",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-styling/SKILL.md",[287],{"path":268,"priority":269},{"basePath":289,"description":290,"displayName":291,"installMethods":292,"rationale":293,"selectedPaths":294,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/vibe-to-agentic-framework","The conceptual framework behind the presentation — what \"Vibe Coding to Agentic Engineering\" means, why the journey is structured the way it is, and how every slide fits the narrative arc","vibe-to-agentic-framework",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/vibe-to-agentic-framework/SKILL.md",[295],{"path":268,"priority":269},{"basePath":297,"description":298,"displayName":299,"installMethods":300,"rationale":301,"selectedPaths":302,"source":270,"sourceLanguage":271,"type":243},".claude/skills/time-skill","Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.","time-skill",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/time-skill/SKILL.md",[303],{"path":268,"priority":269},{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":270,"sourceLanguage":271,"type":243},".claude/skills/weather-fetcher","Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API","weather-fetcher",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-fetcher/SKILL.md",[311],{"path":268,"priority":269},{"basePath":240,"description":313,"displayName":13,"installMethods":314,"rationale":315,"selectedPaths":316,"source":270,"sourceLanguage":271,"type":243},"Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-svg-creator/SKILL.md",[317,318,321],{"path":268,"priority":269},{"path":319,"priority":320},"examples.md","medium",{"path":322,"priority":320},"reference.md",{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":270,"sourceLanguage":271,"type":243},"agent-teams/.claude/skills/time-fetcher","Instructions for fetching current Dubai time via bash command","time-fetcher",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-fetcher/SKILL.md",[330],{"path":268,"priority":269},{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":270,"sourceLanguage":271,"type":243},"agent-teams/.claude/skills/time-svg-creator","Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.","time-svg-creator",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-svg-creator/SKILL.md",[338,339,340],{"path":268,"priority":269},{"path":319,"priority":320},{"path":322,"priority":320},{"sources":342},[343],"manual",{"closedIssues90d":228,"description":345,"forks":229,"homepage":346,"license":235,"openIssues90d":231,"pushedAt":232,"readmeSize":226,"stars":233,"topics":347},"from vibe coding to agentic engineering - practice makes claude perfect","https://linkedin.com/in/shanraisshan",[348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367],"claude-ai","claude-code","best-practices","claude","claude-code-best-practices","agentic-engineering","anthropic","claude-code-agents","claude-code-commands","claude-code-skills","vibe-coding","boris","agentic-ai","agentic-coding","agentic-workflow","ai","context-engineering","pakistan","pakistani-developer","ai-agents",{"classifiedAt":369,"discoverAt":370,"extractAt":371,"githubAt":371,"updatedAt":369},1778697205538,1778697191149,1778697202144,[214,213,210,212,211],{"evaluatedAt":374,"extractAt":375,"updatedAt":238},1778697324930,1778697205743,[],[378,399,431,460,482,513],{"_creationTime":379,"_id":380,"community":381,"display":382,"identity":385,"providers":386,"relations":393,"tags":395,"workflow":396},1778697410853.8096,"k178fcd42jfyjav207v6hn2zh586ng5q",{"reviewCount":8},{"description":383,"installMethods":384,"name":334,"sourceUrl":14},"创建一个显示迪拜当前时间的SVG时间卡。将SVG写入agent-teams/output/dubai-time.svg，并更新agent-teams/output/output.md。",{"claudeCode":12},{"basePath":332,"githubOwner":241,"githubRepo":242,"locale":18,"slug":334,"type":243},{"evaluate":387,"extract":392},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":388,"targetMarket":248,"tier":215},[210,389,390,391,213],"time","dubai","utility",{"commitSha":250},{"repoId":252,"translatedFrom":394},"k17f03gxccrgdxzsf4rbjwgb3s86mgkt",[390,213,210,389,391],{"evaluatedAt":397,"extractAt":375,"updatedAt":398},1778697352064,1778697410853,{"_creationTime":400,"_id":401,"community":402,"display":403,"identity":409,"providers":414,"relations":424,"tags":427,"workflow":428},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":404,"installMethods":405,"name":407,"sourceUrl":408},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":406},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":410,"githubOwner":411,"githubRepo":412,"locale":271,"slug":413,"type":243},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":415,"extract":423},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":416,"targetMarket":248,"tier":215},[417,418,419,420,214,421,422],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":250,"license":235},{"parentExtensionId":425,"repoId":426},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,421,422,418,417,420,419],{"evaluatedAt":429,"extractAt":430,"updatedAt":429},1778699613343,1778699234184,{"_creationTime":432,"_id":433,"community":434,"display":435,"identity":441,"providers":444,"relations":452,"tags":455,"workflow":456},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":436,"installMethods":437,"name":439,"sourceUrl":440},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":438},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":442,"githubOwner":443,"githubRepo":439,"locale":18,"slug":439,"type":243},"","zagmoai",{"evaluate":445,"extract":451},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":446,"targetMarket":248,"tier":215},[447,448,449,214,450],"google-docs","google-sheets","productivity","api-client",{"commitSha":250},{"repoId":453,"translatedFrom":454},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[450,214,447,448,449],{"evaluatedAt":457,"extractAt":458,"updatedAt":459},1778699485884,1778699468747,1778699505679,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":467,"providers":470,"relations":478,"tags":479,"workflow":480},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":465,"installMethods":466,"name":412,"sourceUrl":408},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":406},{"basePath":468,"githubOwner":411,"githubRepo":412,"locale":271,"slug":469,"type":243},"skills/ask","ask",{"evaluate":471,"extract":477},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":472,"targetMarket":248,"tier":215},[421,214,473,474,475,476],"llm","prompting","code-review","artifact-generation",{"commitSha":250,"license":235},{"parentExtensionId":425,"repoId":426},[476,214,421,475,473,474],{"evaluatedAt":481,"extractAt":430,"updatedAt":481},1778699303045,{"_creationTime":483,"_id":484,"community":485,"display":486,"identity":492,"providers":497,"relations":505,"tags":508,"workflow":509},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":487,"installMethods":488,"name":490,"sourceUrl":491},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":489},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":493,"githubOwner":494,"githubRepo":495,"locale":18,"slug":496,"type":243},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":498,"extract":504},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":499,"targetMarket":248,"tier":215},[500,501,214,502,503],"browser","debugging","ux","developer-tools",{"commitSha":250,"license":235},{"repoId":506,"translatedFrom":507},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[214,500,501,503,502],{"evaluatedAt":510,"extractAt":511,"updatedAt":512},1778699261239,1778699106670,1778699366078,{"_creationTime":514,"_id":515,"community":516,"display":517,"identity":523,"providers":526,"relations":536,"tags":540,"workflow":541},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":518,"installMethods":519,"name":521,"sourceUrl":522},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":520},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":524,"githubOwner":525,"githubRepo":521,"locale":18,"slug":521,"type":243},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":527,"extract":535},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":528,"targetMarket":248,"tier":215},[529,530,531,532,214,533,534],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":250},{"parentExtensionId":537,"repoId":538,"translatedFrom":539},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[531,214,532,533,534,529,530],{"evaluatedAt":542,"extractAt":543,"updatedAt":544},1778699230863,1778699170774,1778699289329]