← 返回 Skills 市场
ryanpwelliver-oss

Chrome Extension Installer

作者 ryanpwelliver-oss · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chrome-extension-installer
功能描述
Install a Chrome extension by ID or Chrome Web Store URL on this Mac.
使用说明 (SKILL.md)

Chrome Extension Installer

Installs Chrome extensions to the user's Chrome profile on Ryans-MacBook-Air-2.local.

Methods

Method 1 — Chrome Web Store URL (preferred)

Open the extension's Chrome Web Store page directly in the user's Chrome. User clicks "Add to Chrome."

open -a "Google Chrome" "https://chromewebstore.google.com/detail/\x3Cextension-id>"

Method 2 — Force-install via policy (no user click, macOS only)

For extensions that need silent install, use macOS Chrome policy. Requires the extension ID.

  1. Write the extension ID to Chrome's managed preferences:
EXTENSION_ID="\x3Cid>"
PLIST="/Library/Managed Preferences/com.google.Chrome.plist"
sudo defaults write "$PLIST" ExtensionInstallForcelist -array-add "$EXTENSION_ID;https://clients2.google.com/service/update2/crx"
  1. Relaunch Chrome — extension installs automatically.

Method 3 — Load unpacked (dev/local extensions)

# Open Chrome with the extension loaded from a local directory
open -a "Google Chrome" --args --load-extension="/path/to/extension"

Finding extension IDs

  • From Chrome Web Store URL: https://chromewebstore.google.com/detail/NAME/**\x3CID_IS_HERE>**
  • From installed extension: chrome://extensions → enable Developer Mode → ID shown under each extension

Known extensions on this Mac (Chrome Default profile)

  • html.to.design
  • Anima
  • Claude
  • Codex (OpenClaw Browser Relay)
  • Chrome Remote Desktop
  • YouTube Summary by Glasp

Notes

  • Method 1 is always safe — opens the store page, user approves.
  • Method 2 requires sudo and persists across Chrome updates.
  • The OpenClaw sandbox browser (profile=openclaw) is separate from the user's Chrome profile — extensions installed here do NOT appear there.
安全使用建议
Before installing, prefer the Chrome Web Store method where Chrome shows the extension and permissions. Only use the force-install policy if you intentionally want managed, persistent installation and trust the exact extension ID; record how to remove the policy entry afterward.
能力评估
Purpose & Capability
The stated purpose is to install Chrome extensions, and the documented methods all relate to that purpose. However, installing browser extensions can affect sensitive browsing data depending on the extension's permissions.
Instruction Scope
The skill includes a 'Force-install via policy' path that installs an extension without a browser approval click, but it does not require an allowlist, explicit per-extension confirmation, permission review, or rollback steps.
Install Mechanism
Method 2 instructs use of sudo to write to /Library/Managed Preferences/com.google.Chrome.plist and add ExtensionInstallForcelist, which changes system-managed Chrome policy rather than using the normal Chrome Web Store approval flow.
Credentials
The macOS/Chrome focus matches the skill purpose, but the artifact is tailored to a specific named Mac and user Chrome profile, which makes its environment assumptions narrow and potentially confusing for other users.
Persistence & Privilege
The force-install policy persists across Chrome updates and uses elevated privileges. This persistence is disclosed, but the skill lacks clear removal instructions or safeguards against installing untrusted extensions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chrome-extension-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chrome-extension-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of chrome-extension-installer. - Allows installing Chrome extensions by ID or Chrome Web Store URL on Mac. - Supports three installation methods: Chrome Web Store link (user approval), forced install via policy (macOS only), and loading unpacked extensions for development. - Provides instructions on finding extension IDs. - Lists commonly known/preinstalled Chrome extensions on this Mac. - Notes differences between regular Chrome and sandbox browser profiles.
元数据
Slug chrome-extension-installer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Chrome Extension Installer 是什么?

Install a Chrome extension by ID or Chrome Web Store URL on this Mac. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26 次。

如何安装 Chrome Extension Installer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chrome-extension-installer」即可一键安装,无需额外配置。

Chrome Extension Installer 是免费的吗?

是的,Chrome Extension Installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chrome Extension Installer 支持哪些平台?

Chrome Extension Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chrome Extension Installer?

由 ryanpwelliver-oss(@ryanpwelliver-oss)开发并维护,当前版本 v1.0.0。

💬 留言讨论