# Opencli Camofox

> >

- **Type:** Skill
- **Install:** `agentstack add skill-fectivnfy112357-camofox-opencli-opencli-camofox`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Fectivnfy112357](https://agentstack.voostack.com/s/fectivnfy112357)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Fectivnfy112357](https://github.com/Fectivnfy112357)
- **Source:** https://github.com/Fectivnfy112357/camofox-opencli/tree/main/skills/opencli-camofox
- **Website:** https://github.com/Fectivnfy112357/camofox-opencli

## Install

```sh
agentstack add skill-fectivnfy112357-camofox-opencli-opencli-camofox
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.
2. **Learn its commands**: `python scripts/site_help.py `
   - Shows each command's args (name / type / required / positional).
3. **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.
4. **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`
5. **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.

- **Author:** [Fectivnfy112357](https://github.com/Fectivnfy112357)
- **Source:** [Fectivnfy112357/camofox-opencli](https://github.com/Fectivnfy112357/camofox-opencli)
- **License:** MIT
- **Homepage:** https://github.com/Fectivnfy112357/camofox-opencli

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fectivnfy112357-camofox-opencli-opencli-camofox
- Seller: https://agentstack.voostack.com/s/fectivnfy112357
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
