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 ssrjkk/claude-skills (.claude/skills/backend/beego-grpc/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill beego-grpc. Copyright stays with the author.
Beego gRPC
gRPC with Beego. gRPC services.
Quick Start
# Beego gRPC# See Beego docs
When to Use
Building applications with Beego
gRPC services
protobuf
RPC
Step-by-Step
Install: npm install beego
Set up Beego
Configure gRPC
Implement features
Test and verify
Dependencies
Beego >= latest stable
Runtime environment
Dependencies as needed
Examples
# Beego gRPC# See Beego documentation
Resources
Official Beego documentation
Community tutorials
GitHub repositories
Validation
Run: beego --version
Test with sample data
Verify output correctness
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/ssrjkk-claude-skills-beego-grpc/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.
ssrjkk-claude-skills-beego-grpc.ocm.jsonjson
{
"ocm": "1",
"id": "ssrjkk-claude-skills-beego-grpc",
"kind": "skill",
"name": "beego-grpc",
"description": "gRPC with Beego. gRPC services.",
"publisher": "ssrjkk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"beego",
"grpc",
"backend",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"gRPC with Beego. gRPC services."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ssrjkk/claude-skills",
"path": ".claude/skills/backend/beego-grpc/SKILL.md",
"ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
"url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/backend/beego-grpc/SKILL.md",
"key": "ssrjkk/claude-skills/.claude/skills/backend/beego-grpc/SKILL.md"
}
},
"instructions": "# Beego gRPC\n\n> gRPC with Beego. gRPC services.\n\n## Quick Start\n```go\n# Beego gRPC\n# See Beego docs\n```\n\n## When to Use\n- Building applications with Beego\n- gRPC services\n- protobuf\n- RPC\n\n## Step-by-Step\n1. Install: `npm install beego`\n2. Set up Beego\n3. Configure gRPC\n4. Implement features\n5. Test and verify\n\n## Dependencies\n- Beego >= latest stable\n- Runtime environment\n- Dependencies as needed\n\n## Examples\n```go\n# Beego gRPC\n# See Beego documentation\n```\n\n## Resources\n- Official Beego documentation\n- Community tutorials\n- GitHub repositories\n\n## Validation\n- Run: `beego --version`\n- Test w",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-beego-grpc/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.