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.
Imported from VaibhavDaveDev/Meterly (src/components/settings/AGENTS.md). Install upstream with npx skills add VaibhavDaveDev/Meterly --skill settings. Copyright stays with the author.
Purpose
User settings and account management components.
Ownership
Frontend developers.
Local Contracts
SettingsPage.tsx: Main settings page component with profile information (editing name/avatar, changing password) and account actions
Future: Notification preferences
Work Guidance
Use DashboardLayout for consistent header navigation
Fetch user data from Better Auth session
Follow Meterly design system (no gradients, minimal aesthetic)
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.
vaibhavdavedev-meterly-settings.ocm.jsonjson
{
"ocm": "1",
"id": "vaibhavdavedev-meterly-settings",
"kind": "skill",
"name": "settings",
"description": "User settings and account management components.",
"publisher": "VaibhavDaveDev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"User settings and account management components."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/VaibhavDaveDev/Meterly",
"path": "src/components/settings/AGENTS.md",
"ref": "0888c0316f6aaced7f226a09ac976572d8127f83",
"url": "https://github.com/VaibhavDaveDev/Meterly/blob/0888c0316f6aaced7f226a09ac976572d8127f83/src/components/settings/AGENTS.md",
"key": "VaibhavDaveDev/Meterly/src/components/settings/AGENTS.md"
}
},
"instructions": "# Purpose\n\nUser settings and account management components.\n\n# Ownership\n\nFrontend developers.\n\n# Local Contracts\n\n- SettingsPage.tsx: Main settings page component with profile information (editing name/avatar, changing password) and account actions\n- Future: Notification preferences\n\n# Work Guidance\n\n- Use DashboardLayout for consistent header navigation\n- Fetch user data from Better Auth session\n- Follow Meterly design system (no gradients, minimal aesthetic)",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/vaibhavdavedev-meterly-settings/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.