tres-upload-tx-header-validation

作成者: anthropic

TRES Finance一括取引CSVアップロードに必要な正確な列ヘッダー名。TRESのヘッダー行を構築、修正、または検証する際に使用します。

npx skills add https://github.com/anthropics/claude-plugins-community --skill tres-upload-tx-header-validation

TRES CSV header naming convention

TRES validates the CSV header row against human-readable display names (with spaces and title case), NOT snake_case keys. Using the wrong names fails the upload with:

Missing required column(s): Year, Month, Day, Time, Organizational Wallet, Participating Wallet, Network, Direction, Financial Action, Asset Identifier, Amount, Fiat Currency, Transaction Hash, Transfer ID, Function Name, Method ID

The required header row (exact, in order)

Year,Month,Day,Time,Organizational Wallet,Participating Wallet,Network,Direction,Financial Action,Asset Identifier,Amount,Fiat Value,Fiat Currency,Transaction Hash,Transfer ID,Function Name,Method ID

Rules

  • Use these names verbatim — exact spelling, spacing, and title case. They are the display names, not field keys.
  • Keep the order above (columns A→Q).
  • Fiat Value (column L) is the one optional column — it does not appear in the "missing required column(s)" error, but include it in the header so the template stays aligned; its cells may be left blank.
  • All other 16 columns are required in the header row even if a given cell is empty.

Common mistake this prevents

Writing programmatic/snake_case headers like year,month,day,time,wallet_address,third_party,network,direction,type,asset_identifier,amount,fiat_value,fiat_currency,hash,transfer_id,function_name,method_id. These are rejected — TRES wants the display names above (e.g. Organizational Wallet not wallet_address, Participating Wallet not third_party, Financial Action not type, Transaction Hash not hash).

anthropicのその他のスキル

pdf
anthropic
包括的なPDF操作ツールキット。テキストや表の抽出、新しいPDFの作成、文書の結合・分割、フォームの処理に対応。Claudeが〜する必要がある場合に…
claude-opus-4-5-migration
anthropic
プロンプトとコードをClaude Sonnet 4.0、Sonnet 4.5、またはOpus 4.1からOpus 4.5に移行します。ユーザーがコードベース、プロンプト、またはAPI呼び出しを更新したい場合に使用します…
client-letter
anthropic
テンプレートからルーチンのクライアント宛て文書を作成 ― 予約確認、書類の依頼、簡潔な「提出済み」の連絡など。平易な言葉遣い、必須要素、…
comments
anthropic
公開中のNPRMコメント期間を確認し、決定を記録し、期限を追跡します。NPRMにコメント受付期間が設定されており、期限を提示する必要がある場合や、…かどうかを判断する場合に使用します。
ip-clause-review
anthropic
契約における知的財産条項(譲渡、所有権、ライセンス許諾、保証、補償)を審査します。雇用契約やコンサルティング契約などの知的財産条件を審査する際に使用します。
launch-review
anthropic
あなたのフレームワークとリスクキャリブレーションに基づく完全なローンチレビュー。ユーザーが「このローンチをレビューして」「[機能]の法的レビュー」「これを出荷できますか」などと言った場合に使用します。
legal-writing
anthropic
法的文書の草稿(メモ、ブリーフ、論文、試験エッセイ)に対する構造的なフィードバック — 構成、分析の深さ、明確さ、引用形式。草稿を書き換えることは決してありません。…
marketing-claims-review
anthropic
マーケティングコピーをレビューし、裏付け、言い換え、または削除が必要な主張を特定します。ユーザーが「このマーケティングコピーをレビューして」「これらの主張を確認して」などと言った場合に使用します。