[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-resend-resend-cli-zh-CN":3,"guides-for-resend-resend-cli":508,"similar-k171mptyvqqb3m3t55h1hjba8986mma8-zh-CN":509},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":234,"parentExtension":256,"providers":310,"relations":314,"repo":316,"tags":505,"workflow":506},1778696701997.295,"k171mptyvqqb3m3t55h1hjba8986mma8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"从终端操作 Resend 平台——通过 `resend` CLI 发送电子邮件（包括通过 --react-email 的 React Email .tsx 模板）、管理域、联系人、广播、模板、Webhook、API 密钥、日志、自动化和事件。在用户希望在 shell、脚本或 CI/CD 管道中运行 Resend 命令，或发送/预览 React Email 模板时使用。始终在运行 `resend` 命令之前加载此技能——它包含了防止静默失败的非交互式标志合同和陷阱。\n",{"claudeCode":12},"resend/resend-skills","Resend CLI","https://github.com/resend/resend-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778696701997.2952,"kn77cy12evyz404z978cbjja8586nv6g","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"tier":221,"useCases":222,"workflow":227},[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,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了从终端操作 Resend 平台的问题，并明确指出何时使用它，包括发送电子邮件和管理各种 Resend 资源。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能为 Resend API 提供了完整的 CLI 包装器，通过简化复杂操作并提供对所有 Resend 功能的命令行访问，提供了比直接 API 调用更大的价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能通过 CLI 提供了管理 Resend 资源的完整生命周期，涵盖发送电子邮件、管理域、联系人和自动化，使其适合生产工作流程。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于为 Resend 平台提供命令行界面，不扩展到无关的领域。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确地反映了技能的能力，清楚地概述了其目的、使用场景和安装说明。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能公开了一组定义明确的、狭窄的动词-名词 CLI 命令来与 Resend 交互，避免了通用执行工具。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","所有全局标志和命令参数都在参考文件中进行了记录，包括描述和要求。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","所有命令和子命令的名称都具有描述性，并且在 Resend 域内遵循清晰的动词-名词结构。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","命令行参数是明确的标志，成功操作的输出是结构化的 JSON，错误也以结构化格式提供在 stderr 上。",{"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 月 4 日，表明维护最近。",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","在技能的直接代码或清单中未检测到第三方依赖项，因此不适用依赖项管理检查。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","秘密（API 密钥）通过环境变量或标志进行处理，并且技能文档明确指出不在非 TTY 环境中依赖交互式登录，从而防止意外泄露秘密。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能作为 CLI 包装器运行，并且用户输入被处理为预定义命令的参数，从而降低了指令注入的风险。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能不以指令的形式获取远程内容；所有必需的脚本和配置都包含在存储库中。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","CLI 在用户环境中运行，其操作仅限于 Resend API 操作的范围，没有迹象表明会修改其预期域之外的文件。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","在提供的脚本片段中未检测到分离进程或围绕被拒绝调用的重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能的目的是与 Resend API 交互；它似乎没有其他未记录的出站调用或用于泄露机密数据的机制。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容和文档不包含隐藏的文本技巧或混淆的指令。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","提供的脚本和文档未表明使用混淆代码、base64 负载或运行时脚本获取。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能依赖于标准的 CLI 交互和环境变量，使其在不同的项目结构中具有可移植性。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","在过去 90 天内有 1 个打开和 1 个关闭的 issue，维护者参与度看起来很健康。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","技能在开头的 frontmatter 中声明了版本 '2.0.1'，表明有版本化的发布流程。",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","CLI 的参数解析和验证看起来很健壮，对于无效输入有清晰的错误消息。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","在非交互模式下，像删除命令这样的破坏性操作需要明确的 `--yes` 标志，提供了一个确认门。",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","错误是结构化的，包含 `message` 和 `code` 字段，并输出到 stderr，允许有意义的解释和路由。",{"category":111,"check":115,"severity":63,"summary":116},"Logging","此检查不适用，因为该技能是一个 CLI 工具，其操作通常不会记录到本地审计文件中。",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","该技能与 Resend API 交互，除了发送电子邮件所需的之外，似乎不处理个人数据，没有直接机制在 API 调用之外处理 PII。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该扩展是 Resend API 的通用 CLI 工具，没有区域或司法管辖区限制；它是全球性的。",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","该技能是一个命令行工具，旨在在标准 shell 环境（bash、zsh、PowerShell 等）中运行，并且不假定特定的编辑器或 IDE。",{"category":44,"check":128,"severity":24,"summary":129},"README","README 文件提供了良好的概述、安装说明以及指向源代码和文档的链接。",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","该技能公开了一组全面但可管理的命令（约 15 个命令组），符合目标范围。",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","CLI 命令是不同的，并且涵盖了 Resend 的特定功能，在命名或功能上没有显着重叠。",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","README 和 SKILL.md 中宣传的所有功能都有相应的 CLI 命令和文档。",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","README 和 SKILL.md 提供了适用于各种平台（curl、Homebrew、npm、PowerShell）的清晰安装说明，并包含可复制粘贴的调用示例，以及身份验证设置指南。",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","错误消息包含代码、人类可读的描述，并且通常建议解决方案或指向文档以进行故障排除。",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","该技能似乎不依赖于需要固定或锁定的第三方 Node.js 依赖项。",{"category":33,"check":151,"severity":152,"summary":153},"Dry-run preview","info"," `emails send` 和 `broadcasts create` 可用 `--dry-run` 标志，但它不普遍适用于所有状态更改命令。",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","该技能是 API 调用的 CLI 包装器。幂等性和超时由底层 Resend API 或代理的交互层处理，而不是在 CLI 工具本身内部处理。",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","此 CLI 工具不发出任何遥测数据。",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","描述清楚地说明了该技能通过终端操作 Resend 平台，并列出了具体操作，如发送电子邮件和管理域，并提供了明确的使用指南。",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁明了，有效地总结了从终端操作 Resend 的核心功能。",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","SKILL.md 结构良好，包含详细的参考文件，使主技能主体保持简洁和专注。",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","详细的命令规范和工作流配方提供在单独的 markdown 文件中，实现了渐进式披露。",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","该技能是一个 CLI 包装器，不涉及深度代码探索或分析，因此 `context: fork` 不适用。",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","README 和参考文件中提供了充足的端到端示例，演示了常见用例，如发送电子邮件、域设置和 CI/CD 集成。",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","文档解决了常见错误并提供了错误代码的故障排除提示，涵盖了故障模式和恢复步骤。",{"category":111,"check":184,"severity":63,"summary":185},"Tool Fallback","该技能是一个独立的 CLI 工具，不依赖于外部 MCP 服务器或具有回退机制的工具。",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","CLI 为无效状态或缺失配置提供了清晰的错误消息，并且破坏性命令需要明确确认。",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","该技能是独立的，并且不隐式依赖于其他技能；交叉引用仅限于文档链接。",1778696644979,"此技能提供了一个命令行界面来管理和与 Resend 电子邮件平台进行交互，使用户能够直接从其终端发送电子邮件、管理域、联系人、广播、模板等。",[196,197,198,199,200],"发送电子邮件（文本、HTML、React Email .tsx 模板）","管理域、联系人、广播、模板","配置 Webhook、API 密钥、日志、自动化、事件","与 shell 脚本和 CI/CD 管道集成","通过 API 密钥或配置文件进行身份验证",[202,203,204],"为 Resend 提供图形用户界面","充当完整的电子邮件客户端或收件箱","管理 Resend 基础设施（API 级别操作除外）",[],[207,208],"存储在 RESEND_API_KEY 环境变量中或通过 `resend login` 配置的 Resend API 密钥","在 Resend 账户上已验证的域","3.0.0","4.4.0","从终端操作 Resend 平台，用于发送电子邮件、管理资源以及与脚本或 CI/CD 管道集成。","出色的文档和全面的 CLI 功能提供了强大的体验。所有命令的最小干运行实现是一个小的改进领域。",95,"用于操作 Resend 电子邮件平台的综合 CLI。",[216,217,218,219,220],"email","cli","automation","developer-tools","resend","verified",[223,224,225,226],"在 shell 脚本或 CI/CD 管道中运行 Resend 命令","通过命令行发送事务性或营销电子邮件","以编程方式管理 Resend 资源，如域和 API 密钥","使用 React Email 开发和预览电子邮件模板",[228,229,230,231],"安装 Resend CLI","使用 API 密钥或配置文件进行身份验证","执行 Resend 命令以完成所需的操作（例如，发送电子邮件，创建域）","查看输出或日志以进行确认和状态检查",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":247},{"hasLockfile":234},false,1778696630694,{"descriptionLength":237,"readmeSize":238},514,2062,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"manifestVersion":242,"openIssues90d":240,"pushedAt":243,"stars":244},1,15,"2.0.1",1777906156000,111,{"hasNpmPackage":234,"license":246,"smitheryVerified":234},"MIT",{"hasCi":248,"hasTests":234},true,{"updatedAt":250},1778696701997,{"basePath":252,"githubOwner":220,"githubRepo":253,"locale":18,"slug":254,"type":255},"skills/resend-cli","resend-skills","resend-cli","skill",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"parentExtension":267,"providers":297,"relations":305,"tags":306,"workflow":307},1778696533230.1172,"k17e91baw6wvqg8say0n2zw4w586nbwz",{"reviewCount":8},{"description":261,"installMethods":262,"name":220,"sourceUrl":14},"Skills and MCP server for the Resend email platform — sending, receiving, templates, CLI, React Email, and deliverability best practices.",{"claudeCode":220},{"basePath":264,"githubOwner":220,"githubRepo":253,"locale":265,"slug":253,"type":266},"","en","plugin",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":274,"providers":276,"relations":290,"tags":292,"workflow":293},1778696533230.117,"k1713qz1ava5stvkd8vzhg3q7186mqdq",{"reviewCount":8},{"description":272,"installMethods":273,"name":253,"sourceUrl":14},"Resend email skills for Claude Code",{"claudeCode":12},{"basePath":264,"githubOwner":220,"githubRepo":253,"locale":265,"slug":253,"type":275},"marketplace",{"evaluate":277,"extract":285},{"promptVersionExtension":278,"promptVersionScoring":210,"score":279,"tags":280,"targetMarket":283,"tier":284},"3.1.0",75,[216,220,219,281,282],"api","coding-assistant","global","community",{"commitSha":286,"marketplace":287,"plugin":288},"HEAD",{"name":253,"pluginCount":240},{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd741nq7jmn7kv186fmzaaytzh86nzme",[281,282,219,216,220],{"evaluatedAt":294,"extractAt":295,"updatedAt":296},1778696547958,1778696533230,1778696702826,{"evaluate":298,"extract":302},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":299,"targetMarket":283,"tier":221},[216,220,300,217,301,281,219],"smtp","mcp",{"commitSha":286,"license":246,"plugin":303},{"mcpCount":8,"provider":289,"skillCount":304},5,{"parentExtensionId":269,"repoId":291},[281,217,219,216,301,220,300],{"evaluatedAt":308,"extractAt":295,"updatedAt":309},1778696564340,1778696703050,{"evaluate":311,"extract":313},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":312,"targetMarket":283,"tier":221},[216,217,218,219,220],{"commitSha":286,"license":246},{"parentExtensionId":258,"repoId":291,"translatedFrom":315},"k176w1yfkwxvpr5chb2bb6xs9986m9q2",{"_creationTime":317,"_id":291,"identity":318,"providers":319,"workflow":501},1778696528193.8503,{"githubOwner":220,"githubRepo":253,"sourceUrl":14},{"classify":320,"discover":495,"github":498},{"commitSha":286,"extensions":321},[322,335,360,375,403,423,470],{"basePath":264,"description":272,"displayName":253,"installMethods":323,"rationale":324,"selectedPaths":325,"source":334,"sourceLanguage":265,"type":275},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[326,329,331],{"path":327,"priority":328},".claude-plugin/marketplace.json","mandatory",{"path":330,"priority":328},"README.md",{"path":332,"priority":333},"LICENSE","high","rule",{"basePath":264,"description":261,"displayName":220,"installMethods":336,"license":246,"rationale":337,"selectedPaths":338,"source":334,"sourceLanguage":265,"type":266},{"claudeCode":220},"plugin manifest at .claude-plugin/plugin.json",[339,341,342,343,346,348,350,352,354,356,358],{"path":340,"priority":328},".claude-plugin/plugin.json",{"path":330,"priority":328},{"path":332,"priority":333},{"path":344,"priority":345},"skills/agent-email-inbox/SKILL.md","medium",{"path":347,"priority":345},"skills/email-best-practices/SKILL.md",{"path":349,"priority":345},"skills/react-email/SKILL.md",{"path":351,"priority":345},"skills/resend/SKILL.md",{"path":353,"priority":345},"skills/resend-cli/SKILL.md",{"path":355,"priority":328},".mcp.json",{"path":357,"priority":333},".codex-plugin/plugin.json",{"path":359,"priority":333},".cursor-plugin/plugin.json",{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":334,"sourceLanguage":265,"type":255},"skills/agent-email-inbox","Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow processing untrusted inbound email. Always use this skill when the user wants to receive emails and act on them programmatically, even if they don't mention \"agent\" — the skill contains critical security patterns (sender allowlists, content filtering, sandboxed processing) that prevent untrusted email from controlling your system.","agent-email-inbox",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-email-inbox/SKILL.md",[367,369,371,373],{"path":368,"priority":328},"SKILL.md",{"path":370,"priority":345},"references/advanced-patterns.md",{"path":372,"priority":345},"references/security-levels.md",{"path":374,"priority":345},"references/webhook-setup.md",{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":334,"sourceLanguage":265,"type":255},"skills/email-best-practices","Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.","email-best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/email-best-practices/SKILL.md",[382,383,385,387,389,391,393,395,397,399,401],{"path":368,"priority":328},{"path":384,"priority":345},"references/compliance.md",{"path":386,"priority":345},"references/deliverability.md",{"path":388,"priority":345},"references/email-capture.md",{"path":390,"priority":345},"references/email-types.md",{"path":392,"priority":345},"references/list-management.md",{"path":394,"priority":345},"references/marketing-emails.md",{"path":396,"priority":345},"references/sending-reliability.md",{"path":398,"priority":345},"references/transactional-email-catalog.md",{"path":400,"priority":345},"references/transactional-emails.md",{"path":402,"priority":345},"references/webhooks-events.md",{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":334,"sourceLanguage":265,"type":255},"skills/react-email","Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password resets, notifications, order confirmations, newsletters, transactional emails, and the embeddable email editor component.","react-email",{"claudeCode":12},"SKILL.md frontmatter at skills/react-email/SKILL.md",[410,411,413,415,417,419,421],{"path":368,"priority":328},{"path":412,"priority":345},"references/COMPONENTS.md",{"path":414,"priority":345},"references/EDITOR.md",{"path":416,"priority":345},"references/I18N.md",{"path":418,"priority":345},"references/PATTERNS.md",{"path":420,"priority":345},"references/SENDING.md",{"path":422,"priority":345},"references/STYLING.md",{"basePath":424,"description":425,"displayName":220,"installMethods":426,"rationale":427,"selectedPaths":428,"source":334,"sourceLanguage":265,"type":255},"skills/resend","Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API keys, automations, events, viewing API request logs, or setting up the Resend SDK. Always use this skill when the user mentions Resend, even for simple tasks like \"send an email with Resend\" — the skill contains critical gotchas (idempotency keys, webhook verification, template variable syntax) that prevent common production issues.",{"claudeCode":12},"SKILL.md frontmatter at skills/resend/SKILL.md",[429,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468],{"path":368,"priority":328},{"path":431,"priority":345},"references/api-keys.md",{"path":433,"priority":345},"references/automations.md",{"path":435,"priority":345},"references/broadcasts.md",{"path":437,"priority":345},"references/contact-properties.md",{"path":439,"priority":345},"references/contacts.md",{"path":441,"priority":345},"references/domains.md",{"path":443,"priority":345},"references/events.md",{"path":445,"priority":345},"references/fetch-all-templates.mjs",{"path":447,"priority":345},"references/installation.md",{"path":449,"priority":345},"references/logs.md",{"path":451,"priority":345},"references/receiving.md",{"path":453,"priority":345},"references/segments.md",{"path":455,"priority":345},"references/sending/batch-email-examples.md",{"path":457,"priority":345},"references/sending/best-practices.md",{"path":459,"priority":345},"references/sending/email-management.md",{"path":461,"priority":345},"references/sending/overview.md",{"path":463,"priority":345},"references/sending/single-email-examples.md",{"path":465,"priority":345},"references/templates.md",{"path":467,"priority":345},"references/topics.md",{"path":469,"priority":345},"references/webhooks.md",{"basePath":252,"description":471,"displayName":254,"installMethods":472,"rationale":473,"selectedPaths":474,"source":334,"sourceLanguage":265,"type":255},"Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the `resend` CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running `resend` commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.\n",{"claudeCode":12},"SKILL.md frontmatter at skills/resend-cli/SKILL.md",[475,476,477,479,480,481,482,483,484,486,488,489,490,491,492,493],{"path":368,"priority":328},{"path":431,"priority":345},{"path":478,"priority":345},"references/auth.md",{"path":433,"priority":345},{"path":435,"priority":345},{"path":437,"priority":345},{"path":439,"priority":345},{"path":441,"priority":345},{"path":485,"priority":345},"references/emails.md",{"path":487,"priority":345},"references/error-codes.md",{"path":449,"priority":345},{"path":453,"priority":345},{"path":465,"priority":345},{"path":467,"priority":345},{"path":469,"priority":345},{"path":494,"priority":345},"references/workflows.md",{"sources":496},[497],"manual",{"closedIssues90d":240,"description":499,"forks":241,"license":246,"openIssues90d":240,"pushedAt":243,"readmeSize":238,"stars":244,"topics":500},"Agent Skills for working with Resend to send and receive emails.",[],{"classifiedAt":502,"discoverAt":503,"extractAt":504,"githubAt":504,"updatedAt":502},1778696532855,1778696528193,1778696531172,[218,217,219,216,220],{"evaluatedAt":507,"extractAt":295,"updatedAt":250},1778696645088,[],[510,535,566,588,618,639],{"_creationTime":511,"_id":512,"community":513,"display":514,"identity":520,"providers":524,"relations":529,"tags":531,"workflow":532},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":515,"installMethods":516,"name":518,"sourceUrl":519},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":517},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":521,"githubOwner":522,"githubRepo":523,"locale":265,"slug":518,"type":255},"skills/github","steipete","clawdis",{"evaluate":525,"extract":528},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":527,"targetMarket":283,"tier":221},100,[518,217,281,219,218],{"commitSha":286},{"repoId":530},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[281,218,217,219,518],{"evaluatedAt":533,"extractAt":534,"updatedAt":533},1778698569289,1778697652123,{"_creationTime":536,"_id":537,"community":538,"display":539,"identity":545,"providers":550,"relations":559,"tags":562,"workflow":563},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":540,"installMethods":541,"name":543,"sourceUrl":544},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":542},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":546,"githubOwner":547,"githubRepo":548,"locale":265,"slug":549,"type":255},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":551,"extract":558},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":552,"targetMarket":283,"tier":221},[553,554,555,556,218,217,557],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":286,"license":246},{"parentExtensionId":560,"repoId":561},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[218,217,557,554,553,556,555],{"evaluatedAt":564,"extractAt":565,"updatedAt":564},1778699613343,1778699234184,{"_creationTime":567,"_id":568,"community":569,"display":570,"identity":573,"providers":576,"relations":584,"tags":585,"workflow":586},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":571,"installMethods":572,"name":548,"sourceUrl":544},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":542},{"basePath":574,"githubOwner":547,"githubRepo":548,"locale":265,"slug":575,"type":255},"skills/ask","ask",{"evaluate":577,"extract":583},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":578,"targetMarket":283,"tier":221},[217,218,579,580,581,582],"llm","prompting","code-review","artifact-generation",{"commitSha":286,"license":246},{"parentExtensionId":560,"repoId":561},[582,218,217,581,579,580],{"evaluatedAt":587,"extractAt":565,"updatedAt":587},1778699303045,{"_creationTime":589,"_id":590,"community":591,"display":592,"identity":598,"providers":603,"relations":610,"tags":613,"workflow":614},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":593,"installMethods":594,"name":596,"sourceUrl":597},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":595},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":599,"githubOwner":600,"githubRepo":601,"locale":18,"slug":602,"type":255},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":604,"extract":609},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":605,"targetMarket":283,"tier":221},[606,607,218,608,219],"browser","debugging","ux",{"commitSha":286,"license":246},{"repoId":611,"translatedFrom":612},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[218,606,607,219,608],{"evaluatedAt":615,"extractAt":616,"updatedAt":617},1778699261239,1778699106670,1778699366078,{"_creationTime":619,"_id":620,"community":621,"display":622,"identity":626,"providers":628,"relations":635,"tags":636,"workflow":637},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":623,"installMethods":624,"name":625,"sourceUrl":519},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":517},"telegram-crabbox-e2e-proof",{"basePath":627,"githubOwner":522,"githubRepo":523,"locale":265,"slug":625,"type":255},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":629,"extract":634},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":630,"targetMarket":283,"tier":221},[631,632,218,633,217],"testing","telegram","qa",{"commitSha":286},{"repoId":530},[218,217,633,632,631],{"evaluatedAt":638,"extractAt":534,"updatedAt":638},1778698038113,{"_creationTime":640,"_id":641,"community":642,"display":643,"identity":647,"providers":649,"relations":655,"tags":656,"workflow":657},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":644,"installMethods":645,"name":646,"sourceUrl":519},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":517},"openclaw-testing",{"basePath":648,"githubOwner":522,"githubRepo":523,"locale":265,"slug":646,"type":255},".agents/skills/openclaw-testing",{"evaluate":650,"extract":654},{"promptVersionExtension":209,"promptVersionScoring":210,"score":526,"tags":651,"targetMarket":283,"tier":221},[631,652,653,218,219],"ci","validation",{"commitSha":286},{"repoId":530},[218,652,219,631,653],{"evaluatedAt":658,"extractAt":534,"updatedAt":658},1778697962962]