원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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