Ai-Thinker-Coder

v1.0.0

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

0· 79·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for seahi-mo/ai-thinker-code.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ai-Thinker-Coder" (seahi-mo/ai-thinker-code) from ClawHub.
Skill page: https://clawhub.ai/seahi-mo/ai-thinker-code
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-thinker-code

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-thinker-code
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Scan Findings in Context
[no_scan_findings] expected: Regex scanner had no code files to analyze (instruction-only skill). This is expected for a documentation-only skill.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bpy77was8y383y1k52bapmx85db24
79downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

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

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

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


产品线总览

产品系列芯片平台典型模组协议开发环境
Ai-WB2BL602Ai-WB2-01S/12F/32SWi-Fi 4 + BLE 5.0Linux/Windows
Ai-M61BL616/BL618Ai-M61-32S/32SUWi-Fi 6 + BLE 5.3 + ThreadLinux/Windows
Ai-M62BL616/BL618Ai-M62-12F/18FWi-Fi 6 + BLE 5.3 + ThreadLinux/Windows
BW/RTL87xxRTL8720/RTL8721BW-LP14双频WiFi + BLE 5.0Linux
TG-TG-01LWi-Fi (天猫精灵)AT指令
LoRa-Ra-01/RA-01HLoRa/LoRaWANArduino
Radar-RD-01/03/04/6x10GHz/24GHz/60GHzArduino

子 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 <busid>

# 附加到 WSL
usbipd attach --wsl --busid <busid>

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

常用链接


使用说明

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

安装子 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 文件。

Comments

Loading comments...