AgentStack
SKILL verified MIT Self-run

Opencli Camofox

skill-fectivnfy112357-camofox-opencli-opencli-camofox · by Fectivnfy112357

>

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

Install

$ agentstack add skill-fectivnfy112357-camofox-opencli-opencli-camofox

✓ 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 Used
  • 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-fectivnfy112357-camofox-opencli-opencli-camofox)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
10d 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 Opencli Camofox? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

opencli-camofox

Bridge to the opencli gateway (:8080) which runs 170+ platform adapters on the Camofox browser. All scripts are stdlib-only Python calling the gateway over HTTP.

Setup

Set env (or write ~/.opencli-gateway.env):

OPENCLI_GATEWAY_URL=http://:8080
GATEWAY_API_KEY=

Workflow

  1. Discover a site: python scripts/list_sites.py [query]
  • No query → all sites. Query → fuzzy match.
  1. Learn its commands: python scripts/site_help.py
  • Shows each command's args (name / type / required / positional).
  1. Run a command: python scripts/run.py [--key value | --flag]
  • Example: python scripts/run.py bilibili search --keyword 恐怖黎明 --limit 5
  • Bare non--- tokens are sent as positionals; the gateway orders them per manifest.
  1. Generic browser control (any page): python scripts/browser.py [...]
  • Actions: navigate, click, type, scroll, snapshot, screenshot, get, etc.
  • Example: python scripts/browser.py navigate https://example.com
  1. Login wall / CAPTCHA / Cloudflare: python scripts/vnc_login.py [--url URL]
  • Prints a noVNC URL. Share it with the user to log in manually.
  • Do NOT ask the user for passwords/OTP in chat. Do NOT try to solve CAPTCHAs.
  • After the user confirms login, re-run the original command; cookies persist.

Notes

  • Every response is a JSON envelope {ok, data?, error?}.
  • On unknown_command, run site_help.py first.
  • On auth errors (401), check GATEWAY_API_KEY.
  • See references/gateway-api.md for the full endpoint reference.

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.