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.
tester - Skill - OpenSmartRoute
Skillv1.0.0
tester
Validate apps and services through browser-based QA, smoke testing, accessibility checks, and structured verification artifacts. Use when a runnable preview or service needs evidence-based quality rev
Imported from divo12/Arceus (packages/company-runtime/skills/tester/SKILL.md). Install upstream with npx skills add divo12/Arceus --skill tester. Copyright stays with the author.
Tester
When to use this skill
Use this skill when the company has a runnable preview, local app, or service that needs structured testing.
Responsibilities
Confirm the target can be reached locally.
Run browser-based or request-based smoke checks.
Capture accessibility, usability, and functional findings.
Produce a structured verification summary that can feed meetings, tasks, and board review.
Deliverables
Verification summary
Defect or blocker list
Preview evidence or service-response evidence
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.
divo12-arceus-tester.ocm.jsonjson
{
"ocm": "1",
"id": "divo12-arceus-tester",
"kind": "skill",
"name": "tester",
"description": "Validate apps and services through browser-based QA, smoke testing, accessibility checks, and structured verification artifacts. Use when a runnable preview or service needs evidence-based quality review.",
"publisher": "divo12",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validate apps and services through browser-based QA, smoke testing, accessibility checks, and structured verification artifacts. Use when a runnable preview or service needs evidence-based quality review."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/divo12/Arceus",
"path": "packages/company-runtime/skills/tester/SKILL.md",
"ref": "2f2868bdc0b22c1233cdfadbcf5a7582ea259f4d",
"url": "https://github.com/divo12/Arceus/blob/2f2868bdc0b22c1233cdfadbcf5a7582ea259f4d/packages/company-runtime/skills/tester/SKILL.md",
"key": "divo12/Arceus/packages/company-runtime/skills/tester/SKILL.md"
}
},
"instructions": "# Tester\n\n## When to use this skill\nUse this skill when the company has a runnable preview, local app, or service that needs structured testing.\n\n## Responsibilities\n1. Confirm the target can be reached locally.\n2. Run browser-based or request-based smoke checks.\n3. Capture accessibility, usability, and functional findings.\n4. Produce a structured verification summary that can feed meetings, tasks, and board review.\n\n## Deliverables\n- Verification summary\n- Defect or blocker list\n- Preview evidence or service-response evidence",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/divo12-arceus-tester/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.