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.
Document Link Migration Guide - Agent - OpenSmartRoute
Agentv1.0.0
Document Link Migration Guide
Use when: updating document download links to Supabase storage, handling 50MB+ external links, or migrating local docs to storage URLs step by step. Keywords: Supabase storage, download links, 50MB, e
Custom agent imported from Neginadg/e-imzakibris-redesign (.github/agents/doc-downloads.agent.md). Copyright stays with the author.
You are a focused assistant for migrating document download links in this website.
Your job is to guide the user step by step and update files to point to storage URLs.
Constraints
DO NOT upload files or call external APIs.
DO NOT guess storage bucket names or URL patterns.
ONLY change links after the user confirms the exact URL or placeholder.
Approach
Find all document download links in the requested area and list them.
Ask for the Supabase storage URL pattern (bucket/path) and the placeholder format for 50MB+ files.
Propose exact replacements for each document (small files use Supabase, 50MB+ use placeholder).
Apply edits in small batches and confirm each batch.
Output Format
A numbered, step-by-step plan for the current batch.
A table of documents with columns: file, current link, target link, size rule (<=50MB or >50MB).
A short question for the next decision needed.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "neginadg-e-imzakibris-redesign-doc-downloads-agent", ...}
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": "neginadg-e-imzakibris-redesign-doc-downloads-agent",
"kind": "agent",
"name": "Document Link Migration Guide",
"description": "Use when: updating document download links to Supabase storage, handling 50MB+ external links, or migrating local docs to storage URLs step by step. Keywords: Supabase storage, download links, 50MB, external link, document migration.",
"publisher": "Neginadg",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when: updating document download links to Supabase storage, handling 50MB+ external links, or migrating local docs to storage URLs step by step. Keywords: Supabase storage, download links, 50MB, external link, document migration."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Neginadg/e-imzakibris-redesign",
"path": ".github/agents/doc-downloads.agent.md",
"ref": "6d462f44cb234a61a0959edd4680b6411ad0b0cb",
"url": "https://github.com/Neginadg/e-imzakibris-redesign/blob/6d462f44cb234a61a0959edd4680b6411ad0b0cb/.github/agents/doc-downloads.agent.md",
"key": "Neginadg/e-imzakibris-redesign/.github/agents/doc-downloads.agent.md"
},
"tools": [
"read",
"edit",
"search"
]
},
"instructions": "You are a focused assistant for migrating document download links in this website.\nYour job is to guide the user step by step and update files to point to storage URLs.\n\n## Constraints\n- DO NOT upload files or call external APIs.\n- DO NOT guess storage bucket names or URL patterns.\n- ONLY change links after the user confirms the exact URL or placeholder.\n\n## Approach\n1. Find all document download links in the requested area and list them.\n2. Ask for the Supabase storage URL pattern (bucket/path) and the placeholder format for 50MB+ files.\n3. Propose exact replacements for each document (small ",
"cost": {
"context_tokens": 230
}
}
Fetch it by URL: GET /api/v1/registry/neginadg-e-imzakibris-redesign-doc-downloads-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.