← Back to Skills Marketplace
peintune

rocketmq-kubectl

by GoodAtMe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rocketmq-kubectl
Description
Query and manage RocketMQ messages via kubectl exec. Use when user needs to: (1) Query cluster information, (2) Create, delete, or manage topics, (3) Check c...
Usage Guidance
This skill is an instructions document for using kubectl to run RocketMQ admin commands inside a Kubernetes pod. Before installing or using it: 1) Verify you have kubectl and a kubeconfig with appropriate RBAC; the skill does not declare these dependencies. 2) Review and update all hardcoded namespaces, pod names, and nameserver addresses to match your environment—do not run examples against production clusters blindly. 3) Be careful with destructive commands (deleteTopic, reset offsets, updateTopic) and test in a staging cluster first. 4) Limit the kubeconfig credentials used to the minimum necessary (avoid using cluster-admin unless required). 5) If you want the skill to be usable by others, ask the author to declare kubectl as a required binary and to document required kubeconfig/config paths and permission scope. If you cannot verify the target pod/cluster names and permissions, treat the skill as risky to run autonomously.
Capability Analysis
Type: OpenClaw Skill Name: rocketmq-kubectl Version: 1.0.0 The skill bundle provides instructions for an AI agent to manage a RocketMQ cluster using 'kubectl exec' within the highly sensitive 'kube-system' namespace. It is hardcoded to target a specific internal domain (teambition.local) and pod (rocketmq-master1.teambition.local). While the commands in SKILL.md are standard administrative tasks for RocketMQ, the high-privilege access requirements and environment-specific nature pose a significant risk. There is no clear evidence of malicious intent such as data exfiltration or persistence, but the ability to read files and execute commands in a system namespace is a high-risk capability.
Capability Assessment
Purpose & Capability
The skill claims to manage RocketMQ via kubectl exec, which is coherent with the commands in SKILL.md. However the skill metadata declares no required binaries or credentials while all runtime examples rely on kubectl and cluster access (kubeconfig and RBAC permissions). The absence of a declared dependency on kubectl or on access to a kubeconfig is an inconsistency.
Instruction Scope
SKILL.md explicitly instructs the agent to run 'kubectl -n kube-system exec ...' and to run './mqadmin' and 'cat' inside pods, including reading message body files and performing actions like deleteTopic and reset consumer offsets. Those instructions are within the stated purpose (managing/querying RocketMQ) but include destructive operations and assume interactive exec (-it). The doc also hardcodes hostnames/namespaces (rocketmq-master1.teambition.local, master1.teambition.local:9876, kube-system) which may not apply to end users' clusters; this increases the chance of misconfiguration or accidental destructive actions if used blindly.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That lowers install-time risk.
Credentials
The skill declares no required environment variables or config paths, but the runtime behavior requires access to a Kubernetes cluster via kubectl and the user's kubeconfig and cluster credentials/permissions. Those credentials are not declared in metadata. The implicit requirement for cluster-admin-like permissions (exec into master pods, read /tmp/rocketmq/msgbodys, reset offsets, delete topics) is high and not disclosed.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform-level privileges in its metadata. Autonomous invocation is allowed by default (disable-model-invocation=false) but that is normal platform behavior and not, by itself, a new risk here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rocketmq-kubectl
  3. After installation, invoke the skill by name or use /rocketmq-kubectl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of rocketmq-kubectl. - Enables querying and managing RocketMQ clusters via kubectl exec in Kubernetes environments. - Supports cluster, topic, and consumer management, including creating/deleting topics and checking cluster info. - Allows querying messages by ID, key, or offset; resetting consumer offsets to clear backlog. - Adds commands for viewing topic statistics, consumer progress, and sending/consuming test messages. - Documents parameters for flexible RocketMQ administration within Kubernetes.
Metadata
Slug rocketmq-kubectl
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is rocketmq-kubectl?

Query and manage RocketMQ messages via kubectl exec. Use when user needs to: (1) Query cluster information, (2) Create, delete, or manage topics, (3) Check c... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install rocketmq-kubectl?

Run "/install rocketmq-kubectl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is rocketmq-kubectl free?

Yes, rocketmq-kubectl is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does rocketmq-kubectl support?

rocketmq-kubectl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created rocketmq-kubectl?

It is built and maintained by GoodAtMe (@peintune); the current version is v1.0.0.

💬 Comments