
Telecom Ops
Explore an O-RAN/Nephio-style Claude Code demo with commands, agent flows, hooks, and an MCP stub for telecom operations learning—not production telco orchestration.
Overview
telecom-ops is an agent skill for the Operate phase that demos an O-RAN/Nephio-oriented Claude Code plugin with commands, hooks, agent wiring, and an MCP stub.
Install
npx skills add https://github.com/gemgalawala/telecom-ops-claude-code-plugins --skill telecom-opsWhat is this skill?
- Demo Claude Code plugin packaging for O-RAN/Nephio-oriented scenarios
- Includes commands, agent wiring, hooks, and an MCP stub surface
- Strict plugin metadata for predictable agent behavior in telecom-ops flows
- Useful as a reference for complex vertical agent plugins—not a full NFV product
Adoption & trust: 2 GitHub stars.
What problem does it solve?
You need a concrete reference for how telecom-leaning agent plugins bundle commands, hooks, and MCP stubs—not a blank Claude plugin template.
Who is it for?
Builders learning vertical infra agent plugins or prototyping Nephio/O-RAN demo workflows inside Claude Code.
Skip if: Production carrier deployments, compliance-certified OSS/BSS integration, or general-purpose DevOps without telecom context.
When should I use this skill?
Working with the O-RAN/Nephio demo plugin (commands, agent, hooks, MCP stub) in Claude Code.
What do I get? / Deliverables
You can mirror the demo plugin layout—strict mode, command catalog, agent, hooks, MCP stub—in your own vertical ops experiments.
- Reference plugin layout with commands and hooks
- Agent + MCP stub integration pattern
- Strict-plugin configuration example
Recommended Skills
Journey fit
Telecom stack demos and infra-oriented agent plugins map to Operate when the focus is running and modeling production-like network automation workflows. Infra is the shelf because O-RAN/Nephio contexts are about network/cloud-native placement and operational tooling rather than greenfield app UI.
How it compares
Use as a vertical demo plugin reference, not as a managed cloud or real O-RAN controller product.
Common Questions / FAQ
Who is telecom-ops for?
Developers and operators curious about O-RAN/Nephio demo patterns who want to see how Claude Code plugins structure telecom-oriented commands and MCP stubs.
When should I use telecom-ops?
In Operate infra work when you prototype vertical agent plugins, study hook/command layouts, or scaffold educational telco automation demos—not for live RAN control.
Is telecom-ops safe to install?
Treat it as demo code: check the Security Audits panel on this page and never point hooks or agents at production network elements without independent review.
SKILL.md
READMESKILL.md - Telecom Ops
O-RAN/Nephio demo plugin (commands, agent, hooks, MCP stub). # telecom-ops Source: ./telecom-ops { "name": "telecom-ops", "source": "./telecom-ops", "strict": true, "description": "O-RAN/Nephio demo plugin (commands, agent, hooks, MCP stub)." }