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
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者