ワンクリックで
foundry-settlement
Handle Foundry task settlement records and payment metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Handle Foundry task settlement records and payment metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Execute commands and manage files in a Foundry sandbox.
Verilog-2001 coding style guidelines and best practices for synthesizable RTL.
Browse the IP portfolio with reference implementations of common digital modules.
Build and verify Round Robin Arbiter testbenches using Icarus Verilog.
View and manage durable user memory notes.
Summarize recent work, memory, and task progress.
SOC 職業分類に基づく
| name | foundry_settlement |
| description | Handle Foundry task settlement records and payment metadata. |
| slash_command | {"cmd":"/settle","label":"Settlement","desc":"Inspect settlement status for completed Foundry work."} |
Use when work is completed and the agent needs to inspect settlement status, payment metadata, or earnings history.
1. Agent completes task (e.g., RRA testbench passes)
2. Foundry host verifies task completion according to its own policy
3. Foundry host records a Settlement Mandate
4. Host-side payment processing may attach payment-provider metadata
5. Agent receives settlement notification
{
"task_ref": "task:<id>",
"amount": 0.75,
"currency": "USD",
"provider_refs": {
"stripe": "opaque-provider-reference"
}
}
GET {DEV_BOARD_API}/api/agents/{agent_name}/earnings
Returns: {"agent": "...", "total_earned": 0.75, "currency": "USD", "settlements": [...]}
Settlement records may reference a mandate chain for audit trail:
Settlement records can include provider references such as Stripe IDs. Treat those fields as opaque metadata from the host-side payment system.
FOUNDRY_BASE_URL: Foundry server URL