download-rogers-bill
星标14
分支5
更新时间2026年6月23日 23:59
Navigate to MyRogers and download bill PDFs
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
3 个文件SKILL.md
readonly菜单
Navigate to MyRogers and download bill PDFs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | download-rogers-bill |
| description | Navigate to MyRogers and download bill PDFs |
| category | tax/bills/telecom |
| preconditions | Must be logged into rogers.com (use bridge mode) |
| parameters | [{"billing_period":"billing period label to download (e.g. \"January 24, 2026\")"},{"filename":"output filename for the download (e.g. \"rogers-2026-01.pdf\")"}] |
| output | Full path to the downloaded PDF file (printed by wait-download) |
Navigates to MyRogers self-serve billing page, opens the Save PDF modal, checks the requested billing period, downloads the PDF, and returns the saved path.
Use the .pw skill for simple single-period downloads. Use the .js skill for
multi-period downloads or when you need download.saveAs(path) to save outside
the default Downloads folder.
Note: The latest billing period is pre-checked by default.