@mercuryo-ai/magicpay-agent-cli
v0.1.2
Published
MagicPay Agent CLI — combined browser and payment orchestration shell
Maintainers
Readme
@mercuryo-ai/magicpay-agent-cli
Branded combined CLI for MagicPay browser and payment orchestration.
magicpay-agent is the combined MagicPay CLI surface for:
- gateway setup and health checks;
- workflow session lifecycle;
- secret catalog, request, poll, protected fill, and guarded submit/observe flow;
- CAPTCHA solving via
@mercuryo-ai/captcha-solver; - browser-oriented command UX built on top of
@mercuryo-ai/agentbrowse.
Install
npm i -g @mercuryo-ai/magicpay-agent-cli
magicpay-agent --helpCurrent surface
initstatuslaunchattachbrowser-statusstart-sessionend-sessionfind-formnavigateobserveactextractscreenshotcloseget-secrets-catalogrequest-secretpoll-secretfill-secretsubmit-formsolve-captcha
Browser attach happens over CDP:
magicpay-agent attach <cdp-url>
magicpay-agent fill-secret now performs a post-fill refresh, auto-submits
when it can resolve one live form-bound submit control, and returns a
follow-up observe result when submission happens. submit-form remains
available as a manual recovery surface.
magicpay-agent status stays quiet about CLI updates by default. When a newer npm
release is available, it includes a short English notice and the suggested
update command.
Architecture boundary
magicpay-agentis the combined operator CLI for browser flows, workflow sessions, approvals, and protected secret handling.@mercuryo-ai/agentbrowseowns browser primitives and the reusable browser session store API.@mercuryo-ai/magicpay-sdkowns reusable MagicPay API and flow helpers.@mercuryo-ai/magicpay-agent-cliowns combined CLI orchestration, shared-home wiring under~/.magicpay, and the union browser plus payment command UX.
