Build and maintain the OpenClaw Dropscan CLI. Use when working with scanboxes, mailings, recipients, forwarding addresses, API actions, and output formatting in this repository.
This skill implements and maintains a Python 3 CLI tool for Dropscan API v1.
DROPSCAN_API_KEY: Bearer token used for API authentication.DROPSCAN_API_BASE_URL: Optional API URL override.FORMATTNG: Output style selector (json, rich, txt, markdown) case-insensitive.FORMATTING: Fallback alias for output style if FORMATTNG is unset.Always route user-visible output through the global handler in output.py.
scanbox: list, select, infomailings: list, show, envelope, pdf, plaintext, zip, deleteaction: scan, forward, destroy, cancelrecipients: list, showaddresses: register, show./dropscan-serv and runs the CLI in the local virtual environment.scanbox info prints recipients as a dedicated nested table for txt, rich, and markdown output formats.