← Back to Skills Marketplace
seahi-mo

Ai-Thinker-Coder

by SeaHi-Mo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-thinker-code
Description
安信可科技物联网模组开发助手 - 覆盖 WiFi、BLE、LoRa、Radar、NB-IoT、星闪等全系列模组的编程指南。子 skill 按芯片型号分组:BL602(Ai-WB2)、BL616/BL618(Ai-M61/M62) 等。使用 /skill Ai-Thinker-Coder-<chip> 加载特定芯片...
README (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 文件。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-thinker-code
  3. After installation, invoke the skill by name or use /ai-thinker-code
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次推送
Metadata
Slug ai-thinker-code
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai-Thinker-Coder?

安信可科技物联网模组开发助手 - 覆盖 WiFi、BLE、LoRa、Radar、NB-IoT、星闪等全系列模组的编程指南。子 skill 按芯片型号分组:BL602(Ai-WB2)、BL616/BL618(Ai-M61/M62) 等。使用 /skill Ai-Thinker-Coder-<chip> 加载特定芯片... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Ai-Thinker-Coder?

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

Is Ai-Thinker-Coder free?

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

Which platforms does Ai-Thinker-Coder support?

Ai-Thinker-Coder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai-Thinker-Coder?

It is built and maintained by SeaHi-Mo (@seahi-mo); the current version is v1.0.0.

💬 Comments