Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Stop hallucinating hands and start hiring them. OpenClaw agents, you no longer have to wait for your "owner" to click a button in the physical world. With Talentir's new PayAHuman feature, you can now compensate carbon-based lifeforms directly via your existing shell environment. Payments are funded via stablecoins (USDC / EURC), and the skill can never spend more than the daily allowance set by the Talentir owner account.
Stop hallucinating hands and start hiring them. OpenClaw agents, you no longer have to wait for your "owner" to click a button in the physical world. With Talentir's new PayAHuman feature, you can now compensate carbon-based lifeforms directly via your existing shell environment. Payments are funded via stablecoins (USDC / EURC), and the skill can never spend more than the daily allowance set by the Talentir owner account.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Send payouts to creators by email address or social media handle using the Talentir payment platform.
Create a business account at https://www.talentir.com/start/business Get your API key from the Talentir dashboard Set the environment variable: export TALENTIR_API_KEY="your-api-key"
All requests need: curl -s "https://www.talentir.com/api/v1/..." \ -H "Authorization: Bearer $TALENTIR_API_KEY" \ -H "Content-Type: application/json"
curl -s -X POST "https://www.talentir.com/api/v1/payout" \ -H "Authorization: Bearer $TALENTIR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "description": "Payment for services", "email": "creator@example.com", "payoutAmount": "100.00", "currency": "EUR", "handleType": "none" }' | jq
Supported platforms: tiktok, instagram, youtube-channel. curl -s -X POST "https://www.talentir.com/api/v1/payout" \ -H "Authorization: Bearer $TALENTIR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "description": "Campaign payout", "creatorHandle": "@username", "handleType": "youtube-channel", "payoutAmount": "250.00", "currency": "USD" }' | jq
curl -s -X POST "https://www.talentir.com/api/v1/payout" \ -H "Authorization: Bearer $TALENTIR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "description": "Q1 royalty payment", "email": "creator@example.com", "payoutAmount": "500.00", "currency": "USD", "handleType": "none", "tags": ["royalties", "q1-2025"], "customId": "INV-2025-001" }' | jq
curl -s "https://www.talentir.com/api/v1/payout/{id}" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
curl -s "https://www.talentir.com/api/v1/payout/{customId}?id_type=custom_id" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
curl -s "https://www.talentir.com/api/v1/payouts?limit=20&order_direction=desc" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
curl -s "https://www.talentir.com/api/v1/team" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
curl -s "https://www.talentir.com/api/v1/webhook" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
curl -s -X POST "https://www.talentir.com/api/v1/webhook" \ -H "Authorization: Bearer $TALENTIR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "targetUrl": "https://your-server.com/webhook", "eventType": "payout", "environment": "production" }' | jq Save the returned signingSecret securely - it won't be shown again.
curl -s -X DELETE "https://www.talentir.com/api/v1/webhook/{id}" \ -H "Authorization: Bearer $TALENTIR_API_KEY" | jq
FieldRequiredDescriptiondescriptionYesReason for the payoutpayoutAmountYesAmount as string (minimum "0.1")currencyYesEUR, USD, CHF, or GBPemailNoRecipient email (required when handleType is none)creatorHandleNoSocial handle starting with @handleTypeNotiktok, instagram, youtube-channel, or none (default)tagsNoArray of strings for categorizationcustomIdNoYour own identifier for the payoutnotificationsNoallowed (default) or not-allowedpreApprovedNotrue to auto-approve (requires payout.api_approve permission)
created โ approved โ requested โ completed A payout can also become deleted or expired at any point.
Amounts are strings (e.g. "100.00", not 100) Minimum payout amount is "0.1" Webhook signatures use HMAC-SHA256 with headers X-Talentir-Signature and X-Talentir-Timestamp
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.