Install
openclaw skills install @dkgee/browser-cookie-managerRead cookies from mainstream browsers and convert to specified format
openclaw skills install @dkgee/browser-cookie-managerThis skill reads cookies from 10 mainstream browsers for specified domains and converts them to multiple output formats.
Run the script, select browser and domain, automatically read and output cookies.
json: JSON formatcookie-header: HTTP Cookie Header formatcurl: cURL command formatbrowser: Browser name (required)domain: Target domain (required, e.g., douyin.com)output_format: Output format (optional, default json)output_file: Output file path (optional)python scripts/read_cookie.py --browser chrome --domain douyin.com
python scripts/read_cookie.py --browser edge --domain tiktok.com --output-format cookie-header
python scripts/read_cookie.py --browser firefox --domain xiaohongshu.com --output-file cookies.json
This skill is for learning and research purposes only.
Users must comply with the following principles when using this skill:
By using this skill, you agree to comply with the above principles.