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.
distributed-tracing - Skill - OpenSmartRoute
Skillv1.0.0
distributed-tracing
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implement
Imported from gabrielmoreira/agent-skills-mirror (mirrors/repos/Dokhacgiakhoa@Agent-skills-setup-for-AntiGravity/tests/manual-test-project/.agent/skills/distributed-tracing/SKILL.md). Install upstream with npx skills add gabrielmoreira/agent-skills-mirror --skill distributed-tracing. Copyright stays with the author.
Distributed Tracing
Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.
Do not use this skill when
The task is unrelated to distributed tracing
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
Track requests across distributed systems to understand latency, dependencies, and failure points.
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": "gabrielmoreira-agent-skills-mirror-distributed-tracing",
"kind": "skill",
"name": "distributed-tracing",
"description": "Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.",
"publisher": "gabrielmoreira",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/gabrielmoreira/agent-skills-mirror",
"path": "mirrors/repos/Dokhacgiakhoa@Agent-skills-setup-for-AntiGravity/tests/manual-test-project/.agent/skills/distributed-tracing/SKILL.md",
"ref": "d5c793801e2fc9c29aa3531805809b3460b19d09",
"url": "https://github.com/gabrielmoreira/agent-skills-mirror/blob/d5c793801e2fc9c29aa3531805809b3460b19d09/mirrors/repos/Dokhacgiakhoa@Agent-skills-setup-for-AntiGravity/tests/manual-test-project/.agent/skills/distributed-tracing/SKILL.md",
"key": "gabrielmoreira/agent-skills-mirror/mirrors/repos/Dokhacgiakhoa@Agent-skills-setup-for-AntiGravity/tests/manual-test-project/.agent/skills/distributed-tracing/SKILL.md"
}
},
"instructions": "# Distributed Tracing\n\nImplement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.\n\n## Do not use this skill when\n\n- The task is unrelated to distributed tracing\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\nTrack requests across distributed systems to understand latency, dependenci",
"cost": {
"context_tokens": 462
}
}
Fetch it by URL: GET /api/v1/registry/gabrielmoreira-agent-skills-mirror-distributed-tracing/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.