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.
openflagr§flagr - Skill - OpenSmartRoute
Skillv1.0.0
openflagr§flagr
Flagr is a Go feature flag and A/B testing service with REST APIs.
Imported from gencau/test-practices-agent-configurations (dataset/repos/openflagr§flagr/AGENTS.md). Install upstream with npx skills add gencau/test-practices-agent-configurations --skill openflagr§flagr. Copyright stays with the author.
AGENTS.md
Flagr is a Go feature flag and A/B testing service with REST APIs.
Commands
make test # Run testsmake build # Build servermake start # Run backend + frontend dev servermake swagger # Regenerate API code
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": "gencau-test-practices-agent-configurations-openflagr-flagr",
"kind": "skill",
"name": "openflagr§flagr",
"description": "Flagr is a Go feature flag and A/B testing service with REST APIs.",
"publisher": "gencau",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Flagr is a Go feature flag and A/B testing service with REST APIs."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/gencau/test-practices-agent-configurations",
"path": "dataset/repos/openflagr§flagr/AGENTS.md",
"ref": "65550f32951a2b2a131fafbbac304e138dcc85e4",
"url": "https://github.com/gencau/test-practices-agent-configurations/blob/65550f32951a2b2a131fafbbac304e138dcc85e4/dataset/repos/openflagr§flagr/AGENTS.md",
"key": "gencau/test-practices-agent-configurations/dataset/repos/openflagr§flagr/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nFlagr is a Go feature flag and A/B testing service with REST APIs.\n\n## Commands\n\n```bash\nmake test # Run tests\nmake build # Build server\nmake start # Run backend + frontend dev server\nmake swagger # Regenerate API code\n```\n\n## Key Code\n\n- Handlers: `pkg/handler/crud.go`, `pkg/handler/eval.go`\n- Entities: `pkg/entity/`\n\n## Notes\n\n- **Don't edit `swagger_gen/`** - regenerate with `make swagger`\n- Dev uses SQLite\n- See [deepwiki.com/openflagr/flagr](https://deepwiki.com/openflagr/flagr) and `docs/`",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/gencau-test-practices-agent-configurations-openflagr-flagr/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.