[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-resend-resend-cli-en":3,"guides-for-resend-resend-cli":505,"similar-k176w1yfkwxvpr5chb2bb6xs9986m9q2-en":506},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":235,"parentExtension":257,"providers":309,"relations":313,"repo":314,"tags":502,"workflow":503},1778696533230.1184,"k176w1yfkwxvpr5chb2bb6xs9986m9q2",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"resend/resend-skills","Resend CLI","https://github.com/resend/resend-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":250},1778696645088.19,"kn7aq1kqwn7kzyxh46bnds07bh86ng9g","en",{"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,"targetMarket":221,"tier":222,"useCases":223,"workflow":228},[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","The description clearly names the problem of operating the Resend platform from the terminal and explicitly states when to use it, including sending emails and managing various Resend resources.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a comprehensive CLI wrapper for the Resend API, offering significant value over direct API calls by simplifying complex operations and providing command-line access to all Resend functionalities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for managing Resend resources via the CLI, covering sending emails, managing domains, contacts, and automations, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on providing command-line interface for the Resend platform, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, clearly outlining its purpose, usage scenarios, and installation instructions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a well-defined set of narrow verb-noun CLI commands for interacting with Resend, avoiding generalist execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All global flags and command parameters are documented in the reference files, including descriptions and requirements.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","All command and subcommand names are descriptive and follow a clear verb-noun structure within the Resend domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Command-line arguments are well-defined flags, and output for successful operations is structured JSON, with errors also provided in a structured format on stderr.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is permissive and widely accepted.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 4th, 2026, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","No third-party dependencies were detected within the skill's direct code or manifests, thus no dependency management checks apply.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","Secrets (API keys) are handled via environment variables or flags, and the skill documentation explicitly states not to rely on interactive login in non-TTY environments, preventing accidental secret exposure.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates as a CLI wrapper, and user input is handled as arguments to predefined commands, mitigating risks of instruction injection.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content as instructions; all necessary scripts and configurations are bundled within the repository.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The CLI operates within the user's environment, and its actions are confined to the scope of Resend API operations, with no indication of modifying files outside its intended domain.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied calls were detected in the provided script snippets.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to interact with the Resend API; it does not appear to have any undocumented outbound calls or mechanisms for exfiltrating confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not contain hidden text tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided scripts and documentation do not indicate the use of obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on standard CLI interactions and environment variables, making it portable across different project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 1 open and 1 closed issue in the last 90 days, the maintainer engagement appears healthy.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a declared version '2.0.1' in its frontmatter, indicating a versioned release process.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The CLI's argument parsing and validation appear robust, with clear error messages for invalid inputs.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations like delete commands require an explicit `--yes` flag in non-interactive mode, providing a confirmation gate.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","Errors are structured with `message` and `code` fields and output to stderr, allowing for meaningful interpretation and routing.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","This check is not applicable as the skill is a CLI tool and its operations are not typically logged to a local audit file.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill interacts with the Resend API and does not appear to process personal data beyond what is necessary for sending emails, with no direct mechanism for handling PII outside of API calls.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension is a general-purpose CLI tool for the Resend API and has no regional or jurisdictional limitations; it is global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is a command-line tool designed to run in standard shell environments (bash, zsh, PowerShell, etc.) and does not make assumptions about specific editors or IDEs.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file provides a good overview, installation instructions, and links to the source code and documentation.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a comprehensive but manageable set of commands (around 15 command groups), fitting within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The CLI commands are distinct and cover specific Resend functionalities without significant overlap in naming or function.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features advertised in the README and SKILL.md have corresponding CLI commands and documentation.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README and SKILL.md provide clear installation instructions for various platforms (curl, Homebrew, npm, PowerShell) and include copy-pasteable invocation examples, along with authentication setup guidance.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages include a code, human-readable description, and often suggest a resolution or point to documentation for troubleshooting.",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","The skill does not appear to rely on third-party Node.js dependencies that would require pinning or lockfiles.",{"category":33,"check":151,"severity":152,"summary":153},"Dry-run preview","info","A `--dry-run` flag is available for `emails send` and `broadcasts create`, but it's not universally applied to all state-changing commands.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill is a CLI wrapper for API calls. Idempotency and timeouts are handled by the underlying Resend API or the agent's interaction layer, not within the CLI tool itself.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","No telemetry is emitted by this CLI tool.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the skill operates the Resend platform via the terminal and lists specific actions like sending emails and managing domains, with explicit usage guidance.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability of operating Resend from the terminal.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with detailed reference files, keeping the main skill body concise and focused.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed command specifications and workflow recipes are provided in separate markdown files, enabling progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a CLI wrapper and does not involve deep code exploration or analysis, making `context: fork` not applicable.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Sufficient end-to-end examples are provided in the README and reference files, demonstrating common use cases like sending emails, domain setup, and CI/CD integration.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation addresses common mistakes and provides troubleshooting tips for error codes, covering failure modes and recovery steps.",{"category":111,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill is a standalone CLI tool and does not rely on external MCP servers or tools with fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The CLI provides clear error messages for invalid states or missing configurations, and destructive commands require explicit confirmation.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; cross-referencing is limited to documentation links.",1778696644979,"This skill provides a command-line interface to manage and interact with the Resend email platform, enabling users to send emails, manage domains, contacts, broadcasts, templates, and more directly from their terminal.",[196,197,198,199,200],"Send emails (text, HTML, React Email .tsx templates)","Manage domains, contacts, broadcasts, templates","Configure webhooks, API keys, logs, automations, events","Integrate with shell scripts and CI/CD pipelines","Authentication via API keys or profiles",[202,203,204],"Providing a graphical user interface for Resend","Acting as a full email client or inbox","Managing Resend infrastructure beyond API-level operations",[],[207,208],"Resend API key stored in RESEND_API_KEY environment variable or configured via `resend login`","Verified domain on Resend account","3.0.0","4.4.0","Operate the Resend platform from the terminal for sending emails, managing resources, and integrating with scripts or CI/CD pipelines.","Excellent documentation and comprehensive CLI features provide a robust experience. Minimal dry-run implementation across all commands is a minor area for improvement.",95,"A comprehensive CLI for operating the Resend email platform.",[216,217,218,219,220],"email","cli","automation","developer-tools","resend","global","verified",[224,225,226,227],"Running Resend commands in shell scripts or CI/CD pipelines","Sending transactional or marketing emails via the command line","Managing Resend resources like domains and API keys programmatically","Developing and previewing email templates using React Email",[229,230,231,232],"Install the Resend CLI","Authenticate with an API key or profile","Execute Resend commands for desired operations (e.g., send email, create domain)","Review output or logs for confirmation and status",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":246,"testCoverage":248},{"hasLockfile":235},false,1778696630694,{"descriptionLength":238,"readmeSize":239},514,2062,{"closedIssues90d":241,"forks":242,"hasChangelog":235,"manifestVersion":243,"openIssues90d":241,"pushedAt":244,"stars":245},1,15,"2.0.1",1777906156000,111,{"hasNpmPackage":235,"license":247,"smitheryVerified":235},"MIT",{"hasCi":249,"hasTests":235},true,{"updatedAt":251},1778696645088,{"basePath":253,"githubOwner":220,"githubRepo":254,"locale":18,"slug":255,"type":256},"skills/resend-cli","resend-skills","resend-cli","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"parentExtension":267,"providers":296,"relations":304,"tags":305,"workflow":306},1778696533230.1172,"k17e91baw6wvqg8say0n2zw4w586nbwz",{"reviewCount":8},{"description":262,"installMethods":263,"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":265,"githubOwner":220,"githubRepo":254,"locale":18,"slug":254,"type":266},"","plugin",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":274,"providers":276,"relations":289,"tags":291,"workflow":292},1778696533230.117,"k1713qz1ava5stvkd8vzhg3q7186mqdq",{"reviewCount":8},{"description":272,"installMethods":273,"name":254,"sourceUrl":14},"Resend email skills for Claude Code",{"claudeCode":12},{"basePath":265,"githubOwner":220,"githubRepo":254,"locale":18,"slug":254,"type":275},"marketplace",{"evaluate":277,"extract":284},{"promptVersionExtension":278,"promptVersionScoring":210,"score":279,"tags":280,"targetMarket":221,"tier":283},"3.1.0",75,[216,220,219,281,282],"api","coding-assistant","community",{"commitSha":285,"marketplace":286,"plugin":287},"HEAD",{"name":254,"pluginCount":241},{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd741nq7jmn7kv186fmzaaytzh86nzme",[281,282,219,216,220],{"evaluatedAt":293,"extractAt":294,"updatedAt":295},1778696547958,1778696533230,1778696702826,{"evaluate":297,"extract":301},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":298,"targetMarket":221,"tier":222},[216,220,299,217,300,281,219],"smtp","mcp",{"commitSha":285,"license":247,"plugin":302},{"mcpCount":8,"provider":288,"skillCount":303},5,{"parentExtensionId":269,"repoId":290},[281,217,219,216,300,220,299],{"evaluatedAt":307,"extractAt":294,"updatedAt":308},1778696564340,1778696703050,{"evaluate":310,"extract":312},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":311,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":285,"license":247},{"parentExtensionId":259,"repoId":290},{"_creationTime":315,"_id":290,"identity":316,"providers":317,"workflow":498},1778696528193.8503,{"githubOwner":220,"githubRepo":254,"sourceUrl":14},{"classify":318,"discover":492,"github":495},{"commitSha":285,"extensions":319},[320,333,358,373,401,421,468],{"basePath":265,"description":272,"displayName":254,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":275},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":265,"description":262,"displayName":220,"installMethods":334,"license":247,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":266},{"claudeCode":220},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/agent-email-inbox/SKILL.md","medium",{"path":345,"priority":343},"skills/email-best-practices/SKILL.md",{"path":347,"priority":343},"skills/react-email/SKILL.md",{"path":349,"priority":343},"skills/resend/SKILL.md",{"path":351,"priority":343},"skills/resend-cli/SKILL.md",{"path":353,"priority":326},".mcp.json",{"path":355,"priority":331},".codex-plugin/plugin.json",{"path":357,"priority":331},".cursor-plugin/plugin.json",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":332,"sourceLanguage":18,"type":256},"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",[365,367,369,371],{"path":366,"priority":326},"SKILL.md",{"path":368,"priority":343},"references/advanced-patterns.md",{"path":370,"priority":343},"references/security-levels.md",{"path":372,"priority":343},"references/webhook-setup.md",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":332,"sourceLanguage":18,"type":256},"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",[380,381,383,385,387,389,391,393,395,397,399],{"path":366,"priority":326},{"path":382,"priority":343},"references/compliance.md",{"path":384,"priority":343},"references/deliverability.md",{"path":386,"priority":343},"references/email-capture.md",{"path":388,"priority":343},"references/email-types.md",{"path":390,"priority":343},"references/list-management.md",{"path":392,"priority":343},"references/marketing-emails.md",{"path":394,"priority":343},"references/sending-reliability.md",{"path":396,"priority":343},"references/transactional-email-catalog.md",{"path":398,"priority":343},"references/transactional-emails.md",{"path":400,"priority":343},"references/webhooks-events.md",{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":332,"sourceLanguage":18,"type":256},"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",[408,409,411,413,415,417,419],{"path":366,"priority":326},{"path":410,"priority":343},"references/COMPONENTS.md",{"path":412,"priority":343},"references/EDITOR.md",{"path":414,"priority":343},"references/I18N.md",{"path":416,"priority":343},"references/PATTERNS.md",{"path":418,"priority":343},"references/SENDING.md",{"path":420,"priority":343},"references/STYLING.md",{"basePath":422,"description":423,"displayName":220,"installMethods":424,"rationale":425,"selectedPaths":426,"source":332,"sourceLanguage":18,"type":256},"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",[427,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466],{"path":366,"priority":326},{"path":429,"priority":343},"references/api-keys.md",{"path":431,"priority":343},"references/automations.md",{"path":433,"priority":343},"references/broadcasts.md",{"path":435,"priority":343},"references/contact-properties.md",{"path":437,"priority":343},"references/contacts.md",{"path":439,"priority":343},"references/domains.md",{"path":441,"priority":343},"references/events.md",{"path":443,"priority":343},"references/fetch-all-templates.mjs",{"path":445,"priority":343},"references/installation.md",{"path":447,"priority":343},"references/logs.md",{"path":449,"priority":343},"references/receiving.md",{"path":451,"priority":343},"references/segments.md",{"path":453,"priority":343},"references/sending/batch-email-examples.md",{"path":455,"priority":343},"references/sending/best-practices.md",{"path":457,"priority":343},"references/sending/email-management.md",{"path":459,"priority":343},"references/sending/overview.md",{"path":461,"priority":343},"references/sending/single-email-examples.md",{"path":463,"priority":343},"references/templates.md",{"path":465,"priority":343},"references/topics.md",{"path":467,"priority":343},"references/webhooks.md",{"basePath":253,"description":10,"displayName":255,"installMethods":469,"rationale":470,"selectedPaths":471,"source":332,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at skills/resend-cli/SKILL.md",[472,473,474,476,477,478,479,480,481,483,485,486,487,488,489,490],{"path":366,"priority":326},{"path":429,"priority":343},{"path":475,"priority":343},"references/auth.md",{"path":431,"priority":343},{"path":433,"priority":343},{"path":435,"priority":343},{"path":437,"priority":343},{"path":439,"priority":343},{"path":482,"priority":343},"references/emails.md",{"path":484,"priority":343},"references/error-codes.md",{"path":447,"priority":343},{"path":451,"priority":343},{"path":463,"priority":343},{"path":465,"priority":343},{"path":467,"priority":343},{"path":491,"priority":343},"references/workflows.md",{"sources":493},[494],"manual",{"closedIssues90d":241,"description":496,"forks":242,"license":247,"openIssues90d":241,"pushedAt":244,"readmeSize":239,"stars":245,"topics":497},"Agent Skills for working with Resend to send and receive emails.",[],{"classifiedAt":499,"discoverAt":500,"extractAt":501,"githubAt":501,"updatedAt":499},1778696532855,1778696528193,1778696531172,[218,217,219,216,220],{"evaluatedAt":251,"extractAt":294,"updatedAt":504},1778696704137,[],[507,532,563,585,614,635],{"_creationTime":508,"_id":509,"community":510,"display":511,"identity":517,"providers":521,"relations":526,"tags":528,"workflow":529},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":512,"installMethods":513,"name":515,"sourceUrl":516},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":514},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":518,"githubOwner":519,"githubRepo":520,"locale":18,"slug":515,"type":256},"skills/github","steipete","clawdis",{"evaluate":522,"extract":525},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":524,"targetMarket":221,"tier":222},100,[515,217,281,219,218],{"commitSha":285},{"repoId":527},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[281,218,217,219,515],{"evaluatedAt":530,"extractAt":531,"updatedAt":530},1778698569289,1778697652123,{"_creationTime":533,"_id":534,"community":535,"display":536,"identity":542,"providers":547,"relations":556,"tags":559,"workflow":560},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":537,"installMethods":538,"name":540,"sourceUrl":541},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":539},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":543,"githubOwner":544,"githubRepo":545,"locale":18,"slug":546,"type":256},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":548,"extract":555},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":549,"targetMarket":221,"tier":222},[550,551,552,553,218,217,554],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":285,"license":247},{"parentExtensionId":557,"repoId":558},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[218,217,554,551,550,553,552],{"evaluatedAt":561,"extractAt":562,"updatedAt":561},1778699613343,1778699234184,{"_creationTime":564,"_id":565,"community":566,"display":567,"identity":570,"providers":573,"relations":581,"tags":582,"workflow":583},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":568,"installMethods":569,"name":545,"sourceUrl":541},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":539},{"basePath":571,"githubOwner":544,"githubRepo":545,"locale":18,"slug":572,"type":256},"skills/ask","ask",{"evaluate":574,"extract":580},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":575,"targetMarket":221,"tier":222},[217,218,576,577,578,579],"llm","prompting","code-review","artifact-generation",{"commitSha":285,"license":247},{"parentExtensionId":557,"repoId":558},[579,218,217,578,576,577],{"evaluatedAt":584,"extractAt":562,"updatedAt":584},1778699303045,{"_creationTime":586,"_id":587,"community":588,"display":589,"identity":595,"providers":600,"relations":607,"tags":609,"workflow":610},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":590,"installMethods":591,"name":593,"sourceUrl":594},"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":592},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":596,"githubOwner":597,"githubRepo":598,"locale":18,"slug":599,"type":256},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":601,"extract":606},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":602,"targetMarket":221,"tier":222},[603,604,218,605,219],"browser","debugging","ux",{"commitSha":285,"license":247},{"repoId":608},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[218,603,604,219,605],{"evaluatedAt":611,"extractAt":612,"updatedAt":613},1778699261239,1778699106670,1778699384978,{"_creationTime":615,"_id":616,"community":617,"display":618,"identity":622,"providers":624,"relations":631,"tags":632,"workflow":633},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":619,"installMethods":620,"name":621,"sourceUrl":516},"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":514},"telegram-crabbox-e2e-proof",{"basePath":623,"githubOwner":519,"githubRepo":520,"locale":18,"slug":621,"type":256},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":625,"extract":630},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":626,"targetMarket":221,"tier":222},[627,628,218,629,217],"testing","telegram","qa",{"commitSha":285},{"repoId":527},[218,217,629,628,627],{"evaluatedAt":634,"extractAt":531,"updatedAt":634},1778698038113,{"_creationTime":636,"_id":637,"community":638,"display":639,"identity":643,"providers":645,"relations":651,"tags":652,"workflow":653},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":640,"installMethods":641,"name":642,"sourceUrl":516},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":514},"openclaw-testing",{"basePath":644,"githubOwner":519,"githubRepo":520,"locale":18,"slug":642,"type":256},".agents/skills/openclaw-testing",{"evaluate":646,"extract":650},{"promptVersionExtension":209,"promptVersionScoring":210,"score":523,"tags":647,"targetMarket":221,"tier":222},[627,648,649,218,219],"ci","validation",{"commitSha":285},{"repoId":527},[218,648,219,627,649],{"evaluatedAt":654,"extractAt":531,"updatedAt":654},1778697962962]