wxt — for Claude Code read-frog, community, for Claude Code, ide skills, browser extension framework, immersive translate, open source, AI-powered translate, language learning, browser extension development

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need wxt - browser extension framework. 현지화된 요약: Code outside main() runs at build time in Node.js. It covers browser-extension, chinese, chrome-extension workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Define background scripts using `defineBackground` function
Create content scripts using `defineContentScript` function
Use `defineUnlistedScript` function to create unlisted scripts
Manage storage using `defineItem` function
Implement messaging using `browser.runtime.onMessage` event

# Core Topics

mengxi-ream mengxi-ream
[5.4k]
[344]
Updated: 4/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
68
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need wxt - browser extension framework. 현지화된 요약: Code outside main() runs at build time in Node.js. It covers browser-extension, chinese, chrome-extension workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: wxt helps agents wxt - browser extension framework. WXT is an open-source browser extension that enables immersive translate, allowing users to improve their language learning experience. This AI agent skill

최적의 용도

적합한 상황: Ideal for AI agents that need wxt - browser extension framework.

실행 가능한 사용 사례 for wxt

사용 사례: Applying WXT - Browser Extension Framework
사용 사례: Applying Apply this skill when:
사용 사례: Applying Project has wxt.config.ts in root

! 보안 및 제한 사항

  • 제한 사항: // ALL runtime code must be inside main() - cannot be async
  • 제한 사항: Requires repository-specific context from the skill documentation
  • 제한 사항: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is wxt?

적합한 상황: Ideal for AI agents that need wxt - browser extension framework. 현지화된 요약: Code outside main() runs at build time in Node.js. It covers browser-extension, chinese, chrome-extension workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install wxt?

Run the command: npx killer-skills add mengxi-ream/read-frog/wxt. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for wxt?

Key use cases include: 사용 사례: Applying WXT - Browser Extension Framework, 사용 사례: Applying Apply this skill when:, 사용 사례: Applying Project has wxt.config.ts in root.

Which IDEs are compatible with wxt?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for wxt?

제한 사항: // ALL runtime code must be inside main() - cannot be async. 제한 사항: Requires repository-specific context from the skill documentation. 제한 사항: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add mengxi-ream/read-frog/wxt. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use wxt immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

wxt

현지화된 요약: Code outside main() runs at build time in Node.js. It covers browser-extension, chinese, chrome-extension workflows. This AI agent skill supports

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

WXT - Browser Extension Framework

When to Use

Apply this skill when:

  • Project has wxt.config.ts in root
  • Code uses defineBackground, defineContentScript, defineUnlistedScript
  • package.json has wxt as a dependency
  • Entrypoints directory contains extension entry files
  • Code imports from #imports or wxt/*

Quick Reference

TopicReference
Configuration, manifest, env vars, TypeScriptreferences/config.md
Entrypoints (background, HTML pages, unlisted)references/entrypoints.md
Content scripts (UI, main world, SPA)references/content-scripts.md
Storage API, defineItem, migrations, watchersreferences/storage.md
Messaging (cross-context communication)references/messaging.md
Testing with WxtVitest and fakeBrowserreferences/testing.md
WXT modules (using and creating)references/modules.md
Multi-browser builds and runtime detectionreferences/multi-browser.md
Vue, React, Svelte, Solid setupreferences/frontend-frameworks.md
Common patterns and anti-patternsreferences/patterns.md

Most Common Pattern

ts
1// entrypoints/background.ts 2export default defineBackground({ 3 main() { 4 // ALL runtime code must be inside main() - cannot be async 5 browser.runtime.onInstalled.addListener(() => { 6 console.log('Extension installed'); 7 }); 8 }, 9});

Critical: main() cannot be async. Code outside main() runs at build time in Node.js.

관련 스킬

Looking for an alternative to wxt or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자