📦 Arduino CLI — Arduino命令行

v1.0.0

一站式命令行工具,支持新建、编译、上传 Arduino 程序,管理板型与库,自动化硬件开发全流程。

0· 153·0 当前·0 累计
下载技能包
最后更新
2026/3/25
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only helper for using arduino-cli and is internally consistent, but it omits declaring that the arduino-cli binary must be present and reminds you that installing third‑party cores pulls code from external URLs and uses serial ports.
评估建议
This is an instruction-only helper for the arduino-cli tool and appears coherent. Before using it: (1) make sure arduino-cli is installed from a trusted source (the skill assumes the binary exists but doesn't declare it), (2) be aware that upload commands access local serial ports (you may need permission or to run as a user in the dialout/tty group), and (3) when adding third‑party core URLs, verify those URLs (they cause the CLI to download and install platform code). If you need the skill to ...
详细分析 ▾
用途与能力
The skill's name and description match the instructions (commands for arduino-cli). However, the skill does not declare that the arduino-cli binary is required even though every command assumes it is installed on PATH — this is a minor incoherence (missing declared dependency) rather than a functional mismatch.
指令范围
Instructions stay within the stated purpose (create, compile, upload sketches, manage cores/libraries). They reference the usual config path (~/.arduino15/arduino-cli.yaml), local serial ports (e.g., /dev/ttyACM0), and show how to add third‑party core URLs — all expected. Note: installing third‑party cores means the tool will fetch code from external URLs; the skill's text does not warn about verifying those sources.
安装机制
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by the skill itself.
凭证需求
No environment variables, credentials, or config paths are requested beyond normal references to the user's Arduino config and serial ports; these are appropriate for the claimed functionality.
持久化与权限
Skill is not always-on and does not request elevated or persistent privileges. It does not modify other skills or system-wide settings according to the provided content.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/25

Initial release of the Arduino CLI skill. - Provides reference commands for Arduino CLI setup, board management, core/platform management, sketch creation/compilation/upload, and library management. - Includes instructions for adding third-party cores. - Useful for creating, compiling, uploading Arduino sketches, and managing boards, cores, and libraries from the command line.

无害

安装命令

点击复制
官方npx clawhub@latest install arduino-cli
镜像加速npx clawhub@latest install arduino-cli --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库