← 返回 Skills 市场
seahi-mo

Ai-Thinker-Coder

作者 SeaHi-Mo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-thinker-code
功能描述
安信可科技物联网模组开发助手 - 覆盖 WiFi、BLE、LoRa、Radar、NB-IoT、星闪等全系列模组的编程指南。子 skill 按芯片型号分组:BL602(Ai-WB2)、BL616/BL618(Ai-M61/M62) 等。使用 /skill Ai-Thinker-Coder-<chip> 加载特定芯片...
使用说明 (SKILL.md)

安信可科技 (Ai-Thinker) 物联网模组开发指南

安信可科技是专业的物联网无线连接模组厂商,产品涵盖 WiFi、BLE、LoRa、Radar、NB-IoT、星闪等多个系列。

官网: https://www.ai-thinker.com
技术支持论坛: https://bbs.ai-thinker.com
文档中心: https://docs.ai-thinker.com


产品线总览

产品系列 芯片平台 典型模组 协议 开发环境
Ai-WB2 BL602 Ai-WB2-01S/12F/32S Wi-Fi 4 + BLE 5.0 Linux/Windows
Ai-M61 BL616/BL618 Ai-M61-32S/32SU Wi-Fi 6 + BLE 5.3 + Thread Linux/Windows
Ai-M62 BL616/BL618 Ai-M62-12F/18F Wi-Fi 6 + BLE 5.3 + Thread Linux/Windows
BW/RTL87xx RTL8720/RTL8721 BW-LP14 双频WiFi + BLE 5.0 Linux
TG - TG-01L Wi-Fi (天猫精灵) AT指令
LoRa - Ra-01/RA-01H LoRa/LoRaWAN Arduino
Radar - RD-01/03/04/6x 10GHz/24GHz/60GHz Arduino

子 Skill 列表 (按芯片平台)

加载特定芯片平台的开发指南:

/skill Ai-Thinker-Coder-bl602    # Ai-WB2 系列 (BL602)
/skill Ai-Thinker-Coder-bl618    # Ai-M61/M62 系列 (BL616/BL618) - 待发布
/skill Ai-Thinker-Coder-lora     # LoRa 系列 - 待发布
/skill Ai-Thinker-Coder-radar    # Radar 系列 - 待发布

开发环境快速搭建

通用工具

工具 用途 下载
VSCode 代码编辑器 https://code.visualstudio.com/
Git 版本控制 https://git-scm.com/
Python 3.8+ 构建工具 https://www.python.org/

串口驱动

芯片平台 驱动 说明
CH340/CH341 点击下载 USB转串口芯片驱动
CP2102 系统自带 通常免驱

WSL 开发环境 (推荐)

# 安装 WSL2
wsl --install

# 重启后安装 Ubuntu
# 参考: /home/seahi/workspase/vitpress_docs_resoure/docs/zh/development/devel_env_setup/install_wsl.md

USB 转串口映射 (WSL2)

# 在 PowerShell (管理员) 中列出 USB 设备
usbipd list

# 绑定设备
usbipd bind --busid \x3Cbusid>

# 附加到 WSL
usbipd attach --wsl --busid \x3Cbusid>

# 在 WSL 中验证
ls /dev/ttyACM*

常用链接


使用说明

本 skill 是安信可模组开发的入口指南。使用 /skill Ai-Thinker-Coder-\x3C芯片平台> 加载对应芯片的详细开发文档。

安装子 Skill

加载主 skill 后,系统会自动提示可用的子 skill。安装子 skill 可以:

方式一:通过命令安装

# 安装 BL602 子 skill
/skill install Ai-Thinker-Coder-bl602

方式二:通过 hermes 命令安装

hermes skills install Ai-Thinker-Coder-bl602

快速开始

  1. 安装主 skill:/skill install Ai-Thinker-Coder
  2. 安装目标芯片的子 skill:如 /skill install Ai-Thinker-Coder-bl602
  3. 加载子 skill:/skill Ai-Thinker-Coder-bl602

详细安装和使用说明请参考:


许可证

本项目采用 MIT-0 许可证,详见 LICENSE 文件。

安全使用建议
This skill appears to be a straightforward developer guide. Before installing: 1) Verify the GitHub repo URL and that it points to the official Ai‑Thinker organization or another trusted source (do not use placeholder <repo-url>); inspect the code in the cloned repo before building or running scripts. 2) Be cautious when running build/flash commands (make flash) — they interact with hardware and can brick devices; avoid running as root and confirm the target serial port. 3) When enabling USB passthrough (usbipd), ensure you bind only the intended device and understand host/VM device exposure. 4) If you need higher assurance, ask the publisher for the canonical repository URL and review commit history and any build scripts for unexpected network calls or privileged operations.
功能分析
Type: OpenClaw Skill Name: ai-thinker-code Version: 1.0.0 The skill bundle is a development assistant for Ai-Thinker IoT modules (WiFi, BLE, LoRa). It contains standard documentation, environment setup guides, and command templates for cloning official SDKs from GitHub and flashing firmware via serial ports. All links point to legitimate domains (ai-thinker.com, github.com/Ai-Thinker-Open), and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or the README files.
能力评估
Purpose & Capability
Name/description, listed capabilities (WiFi, BLE, LoRa, Radar, NB‑IoT), and provided commands (install/load sub‑skills, clone SDK, build, flash) are coherent with an IoT module developer guide. Links reference official Ai‑Thinker domains and GitHub; nothing requested is unrelated to the stated purpose.
Instruction Scope
SKILL.md contains only developer guidance and example CLI steps (git clone, make, make flash, usbipd usage, /dev/tty paths). It does not instruct the agent to read unrelated files, access secrets, or exfiltrate data. Example local paths and device nodes are expected for hardware development.
Install Mechanism
No install spec or packaged code is included — instruction-only. Examples suggest cloning public GitHub repos; that is a low-risk, expected mechanism for this purpose. There are no direct downloads from unknown hosts or archive extraction steps embedded in the skill instructions.
Credentials
The skill declares no required environment variables, credentials, or config paths. Example usage references local device nodes (/dev/ttyUSB0) and WSL usbipd for passthrough, which are proportionate to flashing and debugging hardware.
Persistence & Privilege
always:false and user-invocable are set (defaults). The skill does not request permanent/privileged presence or to modify other skills' configs. Autonomous invocation remains allowed by platform default but is not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-thinker-code
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-thinker-code 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次推送
元数据
Slug ai-thinker-code
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai-Thinker-Coder 是什么?

安信可科技物联网模组开发助手 - 覆盖 WiFi、BLE、LoRa、Radar、NB-IoT、星闪等全系列模组的编程指南。子 skill 按芯片型号分组:BL602(Ai-WB2)、BL616/BL618(Ai-M61/M62) 等。使用 /skill Ai-Thinker-Coder-<chip> 加载特定芯片... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Ai-Thinker-Coder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-thinker-code」即可一键安装,无需额外配置。

Ai-Thinker-Coder 是免费的吗?

是的,Ai-Thinker-Coder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai-Thinker-Coder 支持哪些平台?

Ai-Thinker-Coder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai-Thinker-Coder?

由 SeaHi-Mo(@seahi-mo)开发并维护,当前版本 v1.0.0。

💬 留言讨论