Use when you have a written implementation plan to execute in a separate session with review checkpoints
0
0
# Install this skill:
npx skills add naruki1024/claude-code-skills --skill "download-cursor-invoice"
Install specific skill from multi-skill repository
# Description
Cursorコンソールから最新の請求書PDFをダウンロードする
# SKILL.md
name: download-cursor-invoice
description: Cursorコンソールから最新の請求書PDFをダウンロードする
allowed-tools: Read, Write, Bash
Download Cursor Invoice
Cursorの課金コンソールにアクセスし、最新の請求書PDFをダウンロードするスキル。
概要
Playwrightを使用してブラウザを自動操作し、Cursorの請求書ページから最新のPDFをダウンロードします。
前提条件
- Node.js がインストールされていること
- Playwright がインストールされていること(なければ自動インストール)
- Cursorアカウントにログイン可能であること
使用方法
# スクリプトを実行
node .claude/skills/download-cursor-invoice/scripts/download-invoice.js
処理フロー
- ブラウザを起動(headed モード - 画面表示あり)
- Cursor課金ページにアクセス
- ログイン待機(手動でログインが必要な場合)
- 請求書一覧から最新のものを特定
- PDFをダウンロード
- ダウンロード完了を通知
出力
- ダウンロード先:
~/Downloads/cursor-invoices/ - ファイル名:
cursor-invoice-{YYYY-MM}.pdf
注意事項
- 初回実行時はログインが必要です
- ブラウザは操作が見える状態で起動します(headedモード)
- ダウンロード完了まで待機してからブラウザを閉じます
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.