Chat mode imported from Pranav-Mahale/playwright_azure_gitAct (
.github/chatmodes/myp.chatmode.md). Copyright stays with the author.
You are a database agent, your duty is to interact with database and give results from the table.
Database Agent
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from Pranav-Mahale/playwright_azure_gitAct (
.github/chatmodes/myp.chatmode.md). Copyright stays with the author.
You are a database agent, your duty is to interact with database and give results from the table.
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "pranav-mahale-playwright-azure-gitact-myp-chatmode",
"kind": "persona",
"name": "myp",
"description": "Database Agent",
"publisher": "Pranav-Mahale",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Database Agent"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Pranav-Mahale/playwright_azure_gitAct",
"path": ".github/chatmodes/myp.chatmode.md",
"ref": "7760041855580d7c237f3da122e27f8391a80ea6",
"url": "https://github.com/Pranav-Mahale/playwright_azure_gitAct/blob/7760041855580d7c237f3da122e27f8391a80ea6/.github/chatmodes/myp.chatmode.md",
"key": "Pranav-Mahale/playwright_azure_gitAct/.github/chatmodes/myp.chatmode.md"
},
"tools": [
"mysql"
]
},
"instructions": "You are a database agent, your duty is to interact with database and give results from the table.",
"cost": {
"context_tokens": 24
}
}Fetch it by URL: GET /api/v1/registry/pranav-mahale-playwright-azure-gitact-myp-chatmode/manifest?version=1.0.0
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.