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.
Docker image publishing - Skill - OpenSmartRoute
Skillv1.0.0
Docker image publishing
multi-arch image publishing to GHCR via GitHub Actions
Imported from rcarmo/agentbox (skel/.github/skills/docker/SKILL.md). Install upstream with npx skills add rcarmo/agentbox --skill docker. Copyright stays with the author.
Skill: Docker image publishing
Goal
Provide a reusable GitHub Actions workflow to build/push multi-arch images to GHCR on tag pushes.
Conventions
Publish on tags v*.
Use native Intel or ARM runners for CI/CD. Don't use QEMU
Use buildx + per-arch digest builds, then merge into a manifest.
Use docker/metadata-action for semver tag derivation.
Files
.github/workflows/docker-publish.yml
.github/workflows/prune-docker-images.yml
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.
rcarmo-agentbox-docker.ocm.jsonjson
{
"ocm": "1",
"id": "rcarmo-agentbox-docker",
"kind": "skill",
"name": "Docker image publishing",
"description": "multi-arch image publishing to GHCR via GitHub Actions",
"publisher": "rcarmo",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"multi-arch image publishing to GHCR via GitHub Actions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rcarmo/agentbox",
"path": "skel/.github/skills/docker/SKILL.md",
"ref": "5a1601c7a122eb9c4ce88fd2dd8ea60e6fe9f820",
"url": "https://github.com/rcarmo/agentbox/blob/5a1601c7a122eb9c4ce88fd2dd8ea60e6fe9f820/skel/.github/skills/docker/SKILL.md",
"key": "rcarmo/agentbox/skel/.github/skills/docker/SKILL.md"
}
},
"instructions": "# Skill: Docker image publishing\n\n## Goal\nProvide a reusable GitHub Actions workflow to build/push multi-arch images to GHCR on tag pushes.\n\n## Conventions\n- Publish on tags `v*`.\n- Use native Intel or ARM runners for CI/CD. Don't use QEMU\n- Use buildx + per-arch digest builds, then merge into a manifest.\n- Use `docker/metadata-action` for semver tag derivation.\n\n## Files\n- `.github/workflows/docker-publish.yml`\n- `.github/workflows/prune-docker-images.yml`",
"cost": {
"context_tokens": 115
}
}
Fetch it by URL: GET /api/v1/registry/rcarmo-agentbox-docker/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.