Install
openclaw skills install @provener/expert-product-feedbackRegister owner-authorized demand for structured product feedback from a human professional with a specific role or industry background. Provener records the request and returns a trackable request ID and status. Availability of a verified reviewer is not guaranteed.
openclaw skills install @provener/expert-product-feedbackUse this skill to register owner-authorized demand and receive a trackable request ID when product testing, UX critique, beta feedback, or role-specific validation requires human judgment. Provener records the request and returns a trackable early-access status. Matching and availability of a verified reviewer are not guaranteed.
Confirm owner authorization before sending product details, URLs, 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 submit credentials, private customer data, or other sensitive information.
POST https://provener.vercel.app/v1/requests
{
"category": "expert-product-feedback",
"task_title": "Sales leader to test an AI sales-training product",
"task_description": "Product context, test scope, questions, deliverable format, and acceptance criteria",
"deadline_iso": "2026-08-01T17:00:00Z",
"max_budget_usd": 250,
"payment_capable": true,
"location": "remote",
"expert_profile": "B2B SaaS sales manager with 5+ years leading SDR teams",
"evidence_required": "Written report and owner-authorized screen recording",
"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-reviewer availability are not
guaranteed. Invalid or policy-violating requests return rejected. Check status
at GET https://provener.vercel.app/v1/requests/{request_id}.
No fake reviews, public testimonials-for-hire, rating manipulation, or misrepresentation. Requested feedback must be private input to an owner-authorized product process.