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 couchbaselabs/TAF (couchbase_utils/cb_server_rest_util/mem_storage/AGENTS.md). Install upstream with npx skills add couchbaselabs/TAF --skill mem_storage. Copyright stays with the author.
mem_storage/
Status: Empty placeholder — no REST methods implemented.
HTTP Library: All HTTP calls must use self.request() from CBRestConnection (requests internally). Never use http.client, urllib.request, urllib3, httplib2, aiohttp, httpx, or similar. Warn the user if any such import is found.
When adding memory storage endpoints, follow the pattern in sibling directories:
Create feature files inheriting CBRestConnection.
Create a composite mem_storage_api.py.
Register in RestConnection with lazy-init via activate_service_api().
Refer to ../AGENTS.md for full coding standards.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/couchbaselabs-taf-mem-storage/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
couchbaselabs-taf-mem-storage.ocm.jsonjson
{
"ocm": "1",
"id": "couchbaselabs-taf-mem-storage",
"kind": "skill",
"name": "cb-rest-mem-storage-agent",
"description": "Placeholder for Couchbase memory storage REST API methods in TAF. No endpoints implemented yet.",
"publisher": "couchbaselabs",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Placeholder for Couchbase memory storage REST API methods in TAF. No endpoints implemented yet."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/couchbaselabs/TAF",
"path": "couchbase_utils/cb_server_rest_util/mem_storage/AGENTS.md",
"ref": "e451a345f88594497817ef2791f28d8f43010264",
"url": "https://github.com/couchbaselabs/TAF/blob/e451a345f88594497817ef2791f28d8f43010264/couchbase_utils/cb_server_rest_util/mem_storage/AGENTS.md",
"key": "couchbaselabs/TAF/couchbase_utils/cb_server_rest_util/mem_storage/AGENTS.md"
}
},
"instructions": "# mem_storage/\n\n**Status:** Empty placeholder — no REST methods implemented.\n\n**HTTP Library:** All HTTP calls must use `self.request()` from `CBRestConnection` (`requests` internally). Never use `http.client`, `urllib.request`, `urllib3`, `httplib2`, `aiohttp`, `httpx`, or similar. Warn the user if any such import is found.\n\nWhen adding memory storage endpoints, follow the pattern in sibling directories:\n1. Create feature files inheriting `CBRestConnection`.\n2. Create a composite `mem_storage_api.py`.\n3. Register in `RestConnection` with lazy-init via `activate_service_api()`.\n\nRefer to `../A",
"cost": {
"context_tokens": 159
}
}
Fetch it by URL: GET /api/v1/registry/couchbaselabs-taf-mem-storage/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.