بنقرة واحدة
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