ワンクリックで
sign-firefox
Sign the Firefox Browser Bridge extension via Mozilla AMO
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sign the Firefox Browser Bridge extension via Mozilla AMO
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Build or refine harness context - skills, runbooks, or specs. Interview for shape, identify the right layer, study existing files for voice, draft, iterate.
Record progress - update by default, complete a topic with "done", record everything with "full".
Orient a new session — load memories, announce on the roster, follow memory pointers, report what you see
Name and describe unnamed Claude Code sessions, one at a time with confirmation.
Draft a commit message for the current changes.
Run the lint pipeline and fix issues with judgment. Don't sweep errors under the rug.
SOC 職業分類に基づく
| name | sign-firefox |
| description | Sign the Firefox Browser Bridge extension via Mozilla AMO |
Sign the Firefox extension in js/firefox_bridge/ for self-distribution.
js/firefox_bridge/manifest.json.podman run --rm \
-e FIREFOX_ISSUER -e FIREFOX_SECRET \
-v ./js/firefox_bridge:/ext \
-v ./tmp/firefox:/out \
node:lts-alpine sh -c "
npm install -g web-ext 2>/dev/null &&
cd /ext &&
web-ext sign \
--channel=unlisted \
--api-key=\$FIREFOX_ISSUER \
--api-secret=\$FIREFOX_SECRET \
--artifacts-dir=/out
"
.xpi will have a hex-prefixed filename - this is normal. Rename it to browser-bridge-<version>.xpi..xpi for installation via about:addons > gear > "Install Add-on From File".Profile edit: https://addons.mozilla.org/en-US/firefox/users/edit Portal with credentials: https://addons.mozilla.org/en-US/developers/