freee API操作支援スキル。GCP Secret Managerで認証情報を管理し、freee APIへアクセス。取引(仕訳)の参照・登録、マスタ管理(取引先・品目・口座)、証憑(レシート)アップロードなどを実行。書き込み操作はユーザー確認必須。
freee会計のAPIを利用して、経理業務の自動化やデータ参照を行うスキルです。
main-project-477501) を使用して認証情報を管理しています。FREEE_CLIENT_IDFREEE_CLIENT_SECRETFREEE_REFRESH_TOKENscripts/manual_auth.py を使用して手動でトークンを取得してください。全てのスクリプトは scripts/ ディレクトリに配置されています。Python実行環境が必要です(python scripts/script_name.py)。
python scripts/list_deals.py --limit <N> --start_date <YYYY-MM-DD> --end_date <YYYY-MM-DD>python scripts/list_masters.py <partners|items|account_items>python scripts/list_receipts.py --start_date <YYYY-MM-DD>python scripts/get_trial_balance.py --fiscal_year <YYYY>python scripts/fetch_freee_deals.pypython scripts/fetch_freee_data.py※重要: 書き込み操作を実行する際は、必ず実行内容を表示し、ユーザーの「y」入力を求める確認フローが入っています。
python scripts/upload_receipt.py <file_path>python scripts/create_deal.py --date <YYYY-MM-DD> --type <income|expense> --amount <N> --account_item_id <ID> --tax_code <ID> ...python scripts/create_master.py <partners|items> --name <NAME>python scripts/create_invoice.py --partner_id <ID> ...python scripts/sync_settlements.py [--dry-run]--dry-run で仕訳内容と勘定科目のマッピングを確認してください。python scripts/manual_auth.py# 1. 2024年の仕訳を確認
python scripts/list_deals.py --start_date 2024-01-01 --end_date 2024-01-31
# 2. 領収書をアップロード
python scripts/upload_receipt.py "C:/path/to/receipt.pdf"
# 3. 新しい取引先「株式会社テスト」を追加(確認あり)
python scripts/create_master.py partners --name "株式会社テスト"
SafeToAutoRun: true)しないでください。manual_auth.py の実行をユーザーに依頼してください。Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer