Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
verify-apple-apps - Skill - OpenSmartRoute
Skillv1.0.0
verify-apple-apps
Route mixed Apple-platform verification or existing verify-apple-apps workflows.
Imported from hoyelam/hoyelam-stack (skills/verify-apple-apps/SKILL.md). Install upstream with npx skills add hoyelam/hoyelam-stack --skill verify-apple-apps. Copyright stays with the author.
Verify Apple Apps
This explicit-only compatibility entrypoint routes to the focused platform skills. Existing $verify-apple-apps invocations remain supported; ordinary discovery uses the focused iOS and macOS skills.
For shared changes, select the affected platforms and combine their evidence without repeating unaffected checks.
Both entrypoints use the shared Apple verification contract, platform references, and the existing optional readiness doctor. Load only the platform guidance needed for the task.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.