一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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/