← 返回
未分类

ROS2 Introspection

Execute core ROS 2 introspection commands to query the ROS graph (topics, nodes, services, actions, parameters). STRICTLY read-only.
执行核心ROS 2内省命令,以只读方式查询ROS图(主题、节点、服务、动作、参数)。
bigrobinson bigrobinson 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 368
下载
💾 0
安装
1
版本
#latest

概述

ROS 2 Introspection (Sandboxed)

Setup & Installation

Before this skill can be used, the local environment must be configured.

  1. Source your environment: You MUST source your ROS 2 environment first in your terminal.

```bash

source /opt/ros//setup.bash

```

  1. Run setup:

```bash

./scripts/setup.sh

```

Overview

Use this skill to inspect the ROS 2 graph. It is STRICTLY read-only.

You cannot use this skill to run nodes, call services, or send action goals (use ros2-execution for that).

SECURITY CONSTRAINT: You must ALWAYS use the safe wrapper script located at ./scripts/safe_ros2_introspection.py.

This Python script uses subprocess (shell=False) to prevent command injection and validates the command against a strict allowlist.

Wrapper Path: Resolve ./scripts/safe_ros2_introspection.py against this SKILL.md directory.

Allowed Commands

Usage: ./scripts/safe_ros2_introspection.py [args]

  • Topics:
  • ./scripts/safe_ros2_introspection.py topic list
  • ./scripts/safe_ros2_introspection.py topic info
  • ./scripts/safe_ros2_introspection.py topic echo
  • ./scripts/safe_ros2_introspection.py topic hz
  • ./scripts/safe_ros2_introspection.py topic bw
  • Nodes:
  • ./scripts/safe_ros2_introspection.py node list
  • ./scripts/safe_ros2_introspection.py node info
  • Services:
  • ./scripts/safe_ros2_introspection.py service list
  • ./scripts/safe_ros2_introspection.py service type
  • ./scripts/safe_ros2_introspection.py service find
  • Actions:
  • ./scripts/safe_ros2_introspection.py action list
  • ./scripts/safe_ros2_introspection.py action info
  • Parameters:
  • ./scripts/safe_ros2_introspection.py param list
  • ./scripts/safe_ros2_introspection.py param get
  • ./scripts/safe_ros2_introspection.py param dump
  • Interfaces:
  • ./scripts/safe_ros2_introspection.py interface show
  • RQT:
  • ./scripts/safe_ros2_introspection.py rqt_graph

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 07:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 327,192
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,623
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,799