← Back to Skills Marketplace
realsense-d435i
by
Yifeng Zhan
· GitHub ↗
· v1.0.1
· MIT-0
123
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install realsense-d435i
Description
Intel RealSense D435i 深度相机操作技能。适用:深度照片、3D点云、IMU数据、RGBD视频录制。自动按日期分目录存储。
Usage Guidance
This skill appears to do what it says: capture RealSense D435i data to local folders. Before installing or running: ensure you have the RealSense D435i hardware and proper permissions to access /dev/video*; install the listed Python packages and ffmpeg yourself; choose or verify the output path so you don't overwrite important data; note the script calls local utilities (ffmpeg and optionally rs-pointcloud) and will create and then delete temporary frame files. Because it interacts with hardware and writes files, run it on a trusted machine and inspect the script if you want to be certain it meets any additional privacy or retention policies. If you need networked upload or remote control, those features are not present and would require additional, separate code (which would need further review).
Capability Analysis
Type: OpenClaw Skill
Name: realsense-d435i
Version: 1.0.1
The skill provides legitimate functionality for capturing depth, RGB, IMU, and point cloud data from an Intel RealSense D435i camera. The script `scripts/realsense_capture.py` uses the official `pyrealsense2` SDK and standard libraries (OpenCV, NumPy) to interact with the hardware. It employs `subprocess.run` safely to invoke `ffmpeg` and `rs-pointcloud` for data processing. No indicators of data exfiltration, malicious persistence, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description match the included Python script and SKILL.md. Requested dependencies (pyrealsense2, OpenCV, numpy, ffmpeg) and optional utilities (rs-enumerate-devices, rs-pointcloud) are appropriate for interacting with an Intel RealSense D435i and producing photos, point clouds, IMU CSVs, and videos.
Instruction Scope
SKILL.md and the script are narrowly scoped to camera capture and local file output. The runtime instructions and code only access the camera via the RealSense SDK, write files under the chosen output directory, and call local utilities (ffmpeg, rs-pointcloud). There are no instructions to read unrelated system files, environment secrets, or send data to external network endpoints.
Install Mechanism
No automated install step is included (instruction-only install). That lowers risk; users are expected to install Python packages and ffmpeg themselves. Nothing is downloaded from arbitrary URLs or installed silently.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets and operates with local device access only (USB/device nodes).
Persistence & Privilege
Skill is not forced-always and does not attempt to modify other skills or system-wide agent settings. It runs as-invoked and writes only to the user-specified output directories.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install realsense-d435i - After installation, invoke the skill by name or use
/realsense-d435i - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated the data output directory structure: files are now organized by content type and date (photos, videos, pointcloud, imu) instead of a single date-based directory.
- Adjusted the SKILL.md documentation to reflect these directory structure changes for improved data management and clarity.
- No code changes; documentation only.
v1.0.0
适用于inter realsense D435i常见功能:RGB图片/视频、RGBD图像/视频、3D点云、imu数据。
(其他型号的realsense相机或许也可以用,但是我没有测试过)
Metadata
Frequently Asked Questions
What is realsense-d435i?
Intel RealSense D435i 深度相机操作技能。适用:深度照片、3D点云、IMU数据、RGBD视频录制。自动按日期分目录存储。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install realsense-d435i?
Run "/install realsense-d435i" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is realsense-d435i free?
Yes, realsense-d435i is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does realsense-d435i support?
realsense-d435i is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created realsense-d435i?
It is built and maintained by Yifeng Zhan (@zh1fen); the current version is v1.0.1.
More Skills