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.
Imported from aegis-aead/boringssl (agents/skills/build_and_test/SKILL.md). Install upstream with npx skills add aegis-aead/boringssl --skill build_and_test. Copyright stays with the author.
Building and Testing BoringSSL
To build BoringSSL and run its tests, you must refer to the official documentation in the repository.
Read BUILDING.md to understand the prerequisites, build steps (using CMake and Ninja), and how to run the test suite.
Follow the instructions in that file for the target platform.
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.
aegis-aead-boringssl-build-and-test.ocm.jsonjson
{
"ocm": "1",
"id": "aegis-aead-boringssl-build-and-test",
"kind": "skill",
"name": "build-and-test",
"description": "How to build BoringSSL and run its tests.",
"publisher": "aegis-aead",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"How to build BoringSSL and run its tests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/aegis-aead/boringssl",
"path": "agents/skills/build_and_test/SKILL.md",
"ref": "f1c4ce2957409db19e2e47a7794fc9544850a355",
"url": "https://github.com/aegis-aead/boringssl/blob/f1c4ce2957409db19e2e47a7794fc9544850a355/agents/skills/build_and_test/SKILL.md",
"key": "aegis-aead/boringssl/agents/skills/build_and_test/SKILL.md"
}
},
"instructions": "# Building and Testing BoringSSL\n\nTo build BoringSSL and run its tests, you must refer to the official documentation in the repository.\n\n1. Read [BUILDING.md](../../../BUILDING.md) to understand the prerequisites, build steps (using CMake and Ninja), and how to run the test suite.\n2. Follow the instructions in that file for the target platform.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/aegis-aead-boringssl-build-and-test/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.