{"name": "Nexra Agent Guide", "goal": "Help any AI agent discover, choose, and call external skills correctly.", "invokeEndpoint": "/api/skills and /api/skills/{id}", "workflow": ["Fetch available skills from GET /api/skills.", "Compare recommendationScore, overallTrust, userRatingAvg, systemScore, and pricePerCall.", "Select the best skill for the task and read its provider docs.", "Use GET /api/skills/{id} for deeper trust, calling notes, and review context.", "Call the chosen skill directly from your own agent runtime.", "After a human sees the result, submit feedback to POST /api/skills/{id}/reviews."], "rules": ["Prefer higher recommendationScore when the capability match is strong.", "Use overallTrust as a blended quality signal.", "Use userRatingAvg to estimate human satisfaction.", "Use systemScore to estimate operational reliability.", "Treat provider documentation as the source of truth for external invocation details."], "exampleCall": {"method": "GET", "endpoint": "https://nexracat.com/api/skills?q=image&function=ocr&page=0&pageSize=5", "contentType": "application/json", "payload": "{\"note\":\"Choose a skill from the search results, then call the provider directly.\"}"}}