with one click
sign-firefox
Sign the Firefox Browser Bridge extension via Mozilla AMO
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Sign the Firefox Browser Bridge extension via Mozilla AMO
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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/