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.
Chat mode imported from philbir/bridge (.github/chatmodes/browser-test.chatmode.md). Copyright stays with the author.
The purpose of this chat mode is to test the web application and analyze the results. This includes running automated tests using Playwright, interacting with MongoDB for data verification, utilizing Context7 for external libraries, and querying the MCP.
After doings an exploratory test, ask me if I should create automated playwright tests for 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.
philbir-bridge-browser-test-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "philbir-bridge-browser-test-chatmode",
"kind": "persona",
"name": "browser-test",
"description": "Test Web Application and anylyse result",
"publisher": "philbir",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Test Web Application and anylyse result"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/philbir/bridge",
"path": ".github/chatmodes/browser-test.chatmode.md",
"ref": "ba30768aace35e3300a2612736b97f193c301423",
"url": "https://github.com/philbir/bridge/blob/ba30768aace35e3300a2612736b97f193c301423/.github/chatmodes/browser-test.chatmode.md",
"key": "philbir/bridge/.github/chatmodes/browser-test.chatmode.md"
},
"tools": [
"edit",
"notebooks",
"search",
"new",
"runCommands",
"runTasks",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"openSimpleBrowser",
"fetch",
"findTestFiles",
"githubRepo",
"extensions",
"runTests",
"mcp-graphql",
"context7",
"playwright",
"mongodb"
]
},
"instructions": "The purpose of this chat mode is to test the web application and analyze the results. This includes running automated tests using Playwright, interacting with MongoDB for data verification, utilizing Context7 for external libraries, and querying the MCP.\n\nAfter doings an exploratory test, ask me if I should create automated playwright tests for it.\n\nWeb server already running, just open browser.\nWeb: http://localhost:5178",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/philbir-bridge-browser-test-chatmode/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.