ソース情報
- リポジトリ
- Abd0r/porcupineai
- ソースの最終更新活動
- 2026年8月6日 14:20
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Abd0r/porcupineai --skill aio-sandbox-browserコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | aio-sandbox-browser |
| description | Use AIO Sandbox for isolated browser workflows. |
| stack | computer |
Use agent-infra/sandbox as a separate container workspace for browser automation, downloads, and disposable web tasks. It complements native macOS Computer Use; it does not control the Mac desktop and is not automatically installed by Porcupine.
Do not use it for Finder, native Mac apps, host account dialogs, or tasks that require host files. Use computer_use for the host GUI only when no structured interface exists.
127.0.0.1, never a LAN interface.SANDBOX_API_KEY is set as a secret before running the service.latest.AIO Sandbox upstream examples use seccomp:unconfined. Treat that as a compatibility trade-off, not a hardened security boundary. Do not mount the host home directory, SSH keys, Porcupine config, or credentials into the container.
ghcr.io/agent-infra/sandbox:<pinned-version>127.0.0.1:<port>:8080/home/gem/workspaceSANDBOX_API_KEY requiredThe upstream service exposes API docs at /v1/docs, browser screenshots at /v1/browser/screenshot, and MCP services at /mcp.
127.0.0.1 and rejects unauthenticated requests.navigate, screenshot, click, type, scroll) over blind visual control.seccomp:unconfined is a strict security sandbox./v1/docs is reachable with the configured authentication method.