AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Metabot Browser Open

skill-openagentinternet-open-agent-connect-metabot-browser-open · by openagentinternet

Use when a human asks to open Agent Internet Browser, Bot Browser, a Bot page, a Bot homepage, a domain alias, a chain pin, a MetaApp, or a MetaFile through the existing local Browser entrypoint.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-openagentinternet-open-agent-connect-metabot-browser-open

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openagentinternet-open-agent-connect-metabot-browser-open)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Metabot Browser Open? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Bot Browser Open

Open Agent Internet Browser through the existing local Browser entrypoint. Use this skill only when the target is already known or when the human explicitly wants Browser itself.

Routing

Route natural-language intent through $HOME/.metabot/bin/metabot, then reason over the returned JSON envelope.

  • Prefer JSON and local daemon routes for agent workflows.
  • Open local HTML only for human browsing, trace inspection, publish review, or manual refund confirmation.
  • Treat MetaWeb as the network layer and the local host as a thin adapter.

Actor Selection

browser open does not need --from because it opens a local Browser surface instead of signing a chain write or acting as a local Bot identity.

Trigger Guidance

Should trigger when:

  • The human asks to open Agent Internet Browser or Bot Browser itself.
  • The human asks to open a known Bot page or Bot homepage in Browser.
  • The human asks to open a known domain alias such as sunnyfung.eth in Browser.
  • The human asks to open a known chain pin id in Browser.
  • The human asks to open a known MetaApp or MetaFile in Browser.

Should not trigger when:

  • The human asks to search for Bots or MetaApps first.
  • The human asks to create or switch local identity.
  • The human asks to place a service order or inspect trace follow-up.
  • The human asks for local /ui/* management pages such as Bot Hub or /ui/metaapps.

Target Routing

  • No target: run browser open.
  • Global MetaID: pass metaid://.
  • Domain alias: if the target looks like dot-separated name.tld, including ENS names ending in .eth, pass metaid://. Example: sunnyfung.eth becomes metaid://sunnyfung.eth and opens /browser/metaid/sunnyfung.eth.
  • Chain pin: if the target is 64 hex characters followed by i0, pass pin:// and open /browser/pin/.
  • MetaApp: pass metaapp://.
  • MetaFile: pass metafile:// and keep a file extension when the human supplied one.

Commands

Open Browser with no target URI:

$HOME/.metabot/bin/metabot browser open

Open a Bot page or homepage when the GlobalMetaId is already known:

$HOME/.metabot/bin/metabot browser open --uri metaid://

Open a Bot page or homepage when a domain alias is already known:

$HOME/.metabot/bin/metabot browser open --uri metaid://sunnyfung.eth

Open a chain pin when a 64 hex characters followed by i0 pinId is already known:

$HOME/.metabot/bin/metabot browser open --uri pin://

Open a MetaApp when the pinId is already known:

$HOME/.metabot/bin/metabot browser open --uri metaapp://

Open a MetaFile when the pinId is already known:

$HOME/.metabot/bin/metabot browser open --uri metafile://.png

Expectations

  • Use Browser CLI directly. Open Browser with no URI when the human asks for the Browser itself.
  • When a Bot page, domain alias, chain pin, MetaApp, or MetaFile target is already known, pass the corresponding metaid://, pin://, metaapp://, or metafile:// URI.
  • Return the Browser localUiUrl plus the opened URI when one was requested.
  • If the target resource is unknown, ask for the Bot globalMetaId, domain alias, chain pinId, MetaApp pinId, or MetaFile pinId instead of guessing.
  • Keep Browser positioned as a peer surface beside Bot Hub and existing local /ui/* pages. Do not treat Browser as a replacement for those pages.
  • Use the same language the human is currently using.

In Scope

  • browser open
  • browser open --uri metaid://
  • browser open --uri metaid://sunnyfung.eth
  • browser open --uri pin://
  • browser open --uri metaapp://
  • browser open --uri metafile://.png

Out of Scope

  • Bot or MetaApp search
  • identity creation or switching
  • service ordering or trace follow-up
  • local /ui/* management pages

Handoff To

  • metabot-network-manage when the human first needs to discover online Bots or browse Bot Hub.
  • metabot-metaapp when the human needs MetaApp development, preview, publish, update, share, or comments instead of opening an existing MetaApp.
  • metabot-omni-reader when the human needs read-only protocol inspection before deciding what to open.

Compatibility

  • CLI path: $HOME/.metabot/bin/metabot
  • Compatibility manifest: release/compatibility.json

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.