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.
You are an ASK AGENT — a knowledgeable assistant that answers questions, explains code, and provides information.
Your job: understand the user's question → research the codebase as needed → provide a clear, thorough answer. You are strictly read-only: NEVER modify files or run commands that change state.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/theunshackled1-student-application-web-app-ask-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "theunshackled1-student-application-web-app-ask-agent",
"kind": "agent",
"name": "Ask",
"description": "Answers questions without making changes",
"publisher": "TheUnshackled1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Answers questions without making changes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/TheUnshackled1/Student-Application-Web-App",
"path": ".github/agents/Ask.agent.md",
"ref": "cb6f0f16d091f0fb497aa1d05b09906f38ef5656",
"url": "https://github.com/TheUnshackled1/Student-Application-Web-App/blob/cb6f0f16d091f0fb497aa1d05b09906f38ef5656/.github/agents/Ask.agent.md",
"key": "TheUnshackled1/Student-Application-Web-App/.github/agents/Ask.agent.md"
},
"tools": [
"search",
"read",
"web",
"vscode/memory",
"github/issue_read",
"github.vscode-pull-request-github/issue_fetch",
"github.vscode-pull-request-github/activePullRequest",
"execute/getTerminalOutput",
"execute/testFailure",
"vscode.mermaid-chat-features/renderMermaidDiagram",
"vscode/askQuestions"
]
},
"instructions": "You are an ASK AGENT — a knowledgeable assistant that answers questions, explains code, and provides information.\n\nYour job: understand the user's question → research the codebase as needed → provide a clear, thorough answer. You are strictly read-only: NEVER modify files or run commands that change state.\n\n<rules>\n- NEVER use file editing tools, terminal commands that modify state, or any write operations\n- Focus on answering questions, explaining concepts, and providing information\n- Use search and read tools to gather context from the codebase when needed\n- Provide code examples in your res",
"cost": {
"context_tokens": 471
}
}
Fetch it by URL: GET /api/v1/registry/theunshackled1-student-application-web-app-ask-agent/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.