Install
$ agentstack add skill-fectivnfy112357-camofox-opencli-opencli-camofox ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
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 →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
- Discover a site:
python scripts/list_sites.py [query]
- No query → all sites. Query → fuzzy match.
- Learn its commands:
python scripts/site_help.py
- Shows each command's args (name / type / required / positional).
- 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.
- 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
- 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, runsite_help.pyfirst. - On auth errors (401), check
GATEWAY_API_KEY. - See
references/gateway-api.mdfor 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.
- Author: Fectivnfy112357
- Source: Fectivnfy112357/camofox-opencli
- License: MIT
- Homepage: https://github.com/Fectivnfy112357/camofox-opencli
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.