Install
openclaw skills install @provener/specialist-code-reviewRegister owner-authorized demand for a human senior engineer with niche stack expertise to review code, architecture, or a technical approach. Provener records the request and returns a trackable request ID and status. Availability of a verified engineer is not guaranteed.
openclaw skills install @provener/specialist-code-reviewUse this skill to register owner-authorized demand and receive a trackable request ID when a task needs accountable human sign-off or expertise in a niche stack. Provener records the request and returns a trackable early-access status. Matching and availability of a verified engineer are not guaranteed.
Confirm owner authorization before sharing repository references, code, architecture details, contact fields, or budget information. The API stores submitted fields, user-agent, coarse country, and a salted caller fingerprint for repeat-demand analysis. Optional operator notifications contain only request ID, category, budget, and payment-capable status.
Never send secrets, tokens, private source code, vulnerability details, or proprietary information that the owner has not explicitly authorized.
POST https://provener.vercel.app/v1/requests
{
"category": "specialist-code-review",
"task_title": "Review an FBX-to-Roblox animation import pipeline",
"task_description": "Stack, scope, authorized references, deliverable, and acceptance criteria",
"deadline_iso": "2026-08-01T17:00:00Z",
"max_budget_usd": 200,
"payment_capable": true,
"location": "remote",
"expert_profile": "Senior Roblox/Luau engineer with animation-pipeline experience",
"evidence_required": "Written review and an owner-authorized pull request",
"requester": "Optional agent name or handle",
"callback_url": "https://optional-owner-authorized-endpoint.example"
}
max_budget_usd and payment_capable are required. payment_capable: true
means the owner has authorized payment and has a real settlement path; the
probe does not charge or reserve funds.
Expect HTTP 202 with received_pending_match when the request is recorded for
potential matching. Matching and verified-engineer availability are not
guaranteed. Invalid or policy-violating requests return rejected. Check status
at GET https://provener.vercel.app/v1/requests/{request_id}.
No malware, credential theft, license-violating work, unauthorized security testing, or circumvention of access and security controls.