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.
multi-cloud-architecture - Skill - OpenSmartRoute
Skillv1.0.0
multi-cloud-architecture
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging b
Imported from Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI (tests/manual-repair-test/.agent/skills/multi-cloud-architecture/SKILL.md). Install upstream with npx skills add Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill multi-cloud-architecture. Copyright stays with the author.
Multi-Cloud Architecture
Decision framework and patterns for architecting applications across AWS, Azure, and GCP.
Do not use this skill when
The task is unrelated to multi-cloud architecture
You need a different domain or tool outside this scope
Instructions
Clarify goals, constraints, and required inputs.
Apply relevant best practices and validate outcomes.
Provide actionable steps and verification.
If detailed examples are required, open resources/implementation-playbook.md.
Purpose
Design cloud-agnostic architectures and make informed decisions about service selection across cloud providers.
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.
{
"ocm": "1",
"id": "dokhacgiakhoa-agent-skills-4-vibe-coding-cli-multi-cloud-304849",
"kind": "skill",
"name": "multi-cloud-architecture",
"description": "Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.",
"publisher": "Dokhacgiakhoa",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI",
"path": "tests/manual-repair-test/.agent/skills/multi-cloud-architecture/SKILL.md",
"ref": "c4a059bbf7a8d6b2162071f0fbfe74053faa6d20",
"url": "https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI/blob/c4a059bbf7a8d6b2162071f0fbfe74053faa6d20/tests/manual-repair-test/.agent/skills/multi-cloud-architecture/SKILL.md",
"key": "Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI/tests/manual-repair-test/.agent/skills/multi-cloud-architecture/SKILL.md"
}
},
"instructions": "# Multi-Cloud Architecture\n\nDecision framework and patterns for architecting applications across AWS, Azure, and GCP.\n\n## Do not use this skill when\n\n- The task is unrelated to multi-cloud architecture\n- You need a different domain or tool outside this scope\n\n## Instructions\n\n- Clarify goals, constraints, and required inputs.\n- Apply relevant best practices and validate outcomes.\n- Provide actionable steps and verification.\n- If detailed examples are required, open `resources/implementation-playbook.md`.\n\n## Purpose\n\nDesign cloud-agnostic architectures and make informed decisions about service",
"cost": {
"context_tokens": 508
}
}
Fetch it by URL: GET /api/v1/registry/dokhacgiakhoa-agent-skills-4-vibe-coding-cli-multi-cloud-304849/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.