com um clique
foundry-settlement
Handle Foundry task settlement records and payment metadata.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Handle Foundry task settlement records and payment metadata.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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