Skip to main content

tuya/tuyaopen-ide-manifests

SkillsMP has collected 68 skills from tuya/tuyaopen-ide-manifests. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
68
GitHub stars
2
GitHub forks
5

Showing 40 of 68 collected skills.

occupation
Software Developers
description

Build and compile TuyaOpen projects, select build configurations, edit Kconfig options, clean artifacts, and run Linux ELF binaries. Use when the user mentions compiling, building, tos.py build, config choice, menuconfig, Kconfig, build error, or running a…

updated
occupation
Software Developers
description

Agent-friendly non-blocking serial log capture for TuyaOpen devices. Runs tos.py monitor in the background, writes logs to file, and lets the agent tail or stop it at any time. Use when the agent needs to capture device logs without blocking, run a debug…

updated
occupation
Software Developers
description

Automated build-flash-monitor-analyze development loop for TuyaOpen devices. Covers log analysis, error patterns, CLI testing, and iterative debugging. Use when the user mentions dev loop, automated testing, log analysis, debug cycle, iterative development,…

updated
occupation
Software Developers
description

Configure device authorization credentials (UUID, AuthKey, PID) and network provisioning for TuyaOpen devices. Use when the user mentions device auth, authorization, UUID, AuthKey, tuya_config.h, provisioning, pairing, or cloud connection.…

updated
occupation
Software Developers
description

Direct tyutool_cli usage for TuyaOpen hardware: list serial ports, flash firmware (write), read flash, hardware reset (DTR/RTS), and authorize devices (UUID/AuthKey via UART). Use when the user mentions tyutool, flashing directly, reading flash, hardware…

updated
occupation
Software Developers
description

Create new TuyaOpen projects and platforms, manage build configurations, read and write Kconfig options non-interactively, update platform dependencies, and use tos.py subcommands. Use when the user mentions creating a project, tos.py new, saving or choosing…

updated
occupation
Software Developers
description

Send commands to the TuyaOpen device serial CLI (tal_cli) over UART and capture responses. Use when the user wants to run CLI commands on a connected T5AI, ESP32, T2, T3, or LN882H board — such as sys_reset, kv_dump, fs_ls, or custom registered commands —…

updated
occupation
Software Quality Assurance Analysts & Testers
description

>-

updated
occupation
Software Developers
description

Decode a TuyaOpen firmware crash dump (PC, LR, stack pointers) to source file:line by invoking the right per-platform `addr2line` against the debug ELF. Use when the user pastes a panic log / hard-fault dump containing raw hex code addresses (e.g. "PC:…

updated
occupation
Software Developers
description

Set up and activate the TuyaOpen development environment, install system dependencies, and initialize tos.py. Use when the user mentions environment setup, activating the SDK, installing dependencies, export.sh, or when tos.py is not found.…

updated
occupation
Software Developers
description

Master / orchestrator skill for Tuya Ray panel miniapp development. Use this as the SINGLE ENTRY POINT for any panel miniapp task — it covers the full lifecycle (architecture → requirement → coding conventions → upload audit) and dispatches to category- or…

Source text: Chinese

updated
occupation
Software Developers
description

TDL peripheral driver usage collection for TuyaOpen. Includes skills for display (LVGL/raw framebuffer), camera (YUV422/JPEG/H264), button events, and LED indicator control. Board-agnostic — covers TDL API usage only. 显示屏驱动、摄像头、按键、指示灯、TDL、外设API。

updated
occupation
Electronics Engineers, Except Computer
description

Add a custom peripheral to a TuyaOpen project without modifying the SDK. Creates source/embedded/usr_board/ with usr_board.h and usr_board.c, implements usr_register_hardware() for custom TDD driver registration, and wires it into the app entry point…

updated
occupation
Software Developers
description

Hardware-aware code generation for TuyaOpen embedded projects. Reads the project's confirmed hardware (.tuyaopen/used-peripherals.json) + board catalog (.tuyaopen/board-context.md), confirms the selection with the user, records it BEFORE writing code, then…

updated
occupation
Software Developers
description

Use when the user asks to build, compile, rebuild, or clean a TuyaOS (tuyaos-legacy) app — including Chinese prompts like「编译 tuyaos xxx 应用」 「清理编译产物」「重新编译当前 app」, or English "build/compile/clean the TuyaOS app". Also use when adding custom .c/.h paths to…

updated
occupation
Software Developers
description

TuyaOS ADC via tkl_adc: init, single-channel read, deinit. ADC、采样、电压、模拟输入、tkl_adc。

updated
occupation
Software Developers
description

TuyaOS Bluetooth LE via tal_bluetooth: peripheral advertising, central scan, and Tuya BLE remote service hooks. BLE、蓝牙、广播、扫描、从机、主机、tal_ble、蓝牙遥控器。

updated
occupation
Software Developers
description

TuyaOS DVP camera capture/encode via tkl_vi / tkl_venc. DVP、摄像头、采集、H264、tkl_vi、tkl_venc。

updated
occupation
Software Developers
description

TuyaOS on-chip GPIO via tkl_gpio: output, input, edge IRQ. GPIO、引脚、电平、中断、tkl_gpio、拉高拉低。

updated
occupation
Software Developers
description

TuyaOS hardware I2C master via tkl_i2c. 硬件I2C、tkl_i2c、传感器总线、主模式读写。

updated
occupation
Software Developers
description

TuyaOS microphone capture via tkl_ai_* + optional file write (tkl_fs). 麦克风、录音、tkl_ai、采集音频。

updated
occupation
Software Developers
description

TuyaOS PWM via tkl_pwm: init, start, duty/freq update, stop. PWM、调光、蜂鸣器、舵机、tkl_pwm。

updated
occupation
Software Developers
description

TuyaOS peripheral driver collection (tkl_*/tal_*). Board-agnostic API cards aligned with tuyaos_demo_examples. Use after tuyaos-hardware-vibe-coding confirms pins/mode. GPIO、I2C、PWM、ADC、SPI、定时器、看门狗、麦克风、喇叭、 DVP、WiFi、BLE、蓝牙、联网。

updated
occupation
Software Developers
description

TuyaOS speaker playback via tkl_ao_* / tkl_ai_* and fs helpers. 喇叭、播放、MP3、tkl_ao、音频输出。

updated
occupation
Software Developers
description

TuyaOS SPI master via tkl_spi: init, send, deinit. SPI、主机、tkl_spi、总线发送。

updated
occupation
Software Developers
description

TuyaOS software (bit-bang) I2C built on tkl_gpio, from driver_gpio demo. 软件I2C、bit-bang、tdd_sw_i2c、GPIO模拟I2C。

updated
occupation
Software Developers
description

TuyaOS hardware timer via tkl_timer: init, start, stop, callback. 硬件定时器、tkl_timer、周期回调。

Source text: Undetermined

updated
occupation
Software Developers
description

TuyaOS watchdog via tal_watchdog (demo: os_watchdog). 看门狗、喂狗、tal_watchdog、防死机。

updated
occupation
Software Developers
description

TuyaOS Wi-Fi via tal_wifi: station connect, AP start, scan, low power. WiFi、联网、STA、AP、扫网、配网、tal_wifi、连接路由器、热点。

updated
occupation
Software Developers
description

Hardware-aware code generation for TuyaOS (tuyaos-legacy) apps. Confirms pins/instance with the user, writes tkl_*/tal_* driver code under apps/<app>/src, and registers sources/headers in local.mk when needed. Canonical demos:…

updated
occupation
Software Developers
description

TDL audio codec usage for TuyaOpen: discover the audio device, capture microphone PCM frames via callback, play PCM back to the speaker, and set volume. 音频、麦克风、录音、播放、喇叭、扬声器、speaker、mic、声音、语音、codec。

updated
occupation
Software Developers
description

TDL camera control for TuyaOpen: find device, configure resolution/fps/format, open with frame callbacks for YUV422 and JPEG/H264 encoded output. 摄像头、相机、拍照、视频流、YUV、JPEG、H264、人脸识别、图像采集。

updated
occupation
Software Developers
description

TDL display control for TuyaOpen: driver registration, open, brightness, and framebuffer flush via tdl_disp_* APIs. 显示屏、LCD、屏幕、显示、绘制、亮度、刷屏。

updated
occupation
Software Developers
description

TDL + filesystem API for Micro SD card over SPI. 用 tkl_fs_mount() + tkl_fopen/fwrite/fread 读写 SD 卡。

updated
occupation
Software Developers
description

TDL touch panel (touchpad) usage for TuyaOpen: discover the touch device, poll for touch coordinates, and handle multi-touch points. Touch shares the display's device name. 触摸、触摸屏、触控、触点、手势、点击、滑动、touchpad、touch、GT911、GT1151、CST816。

updated
occupation
Software Developers
description

End-to-end IoT product development orchestration for TuyaOpen projects. Guides from requirements gathering → Tuya Platform product/DP creation → complete embedded firmware generation. State-machine: detects project state and picks up from wherever development…

updated
occupation
Electronics Engineers, Except Computer
description

TDL button input handling for TuyaOpen: create button, register event callbacks for single click, double click, long press, and multi-click. 按键、单击、双击、长按、多击、按键事件。

updated
occupation
Software Developers
description

TDL thermal printer usage for TuyaOpen: discover the printer, print UTF-8 text (auto GBK conversion on ESC/POS), print 1-bit bitmaps, feed paper, and monitor paper/temperature status. 打印机、热敏打印、打印、小票、票据、出纸、ESC/POS、printer、DP48A。

updated
occupation
Web Developers
description

帮助 Agent 在 Ray 小程序中正确集成 `@ray/charts-library`,包括场景卡片(EleChartCard、TempAndHumChartCard、IlluminanceChartCard)、DataSourceProvider 涂鸦计量数据源、可组合周期控件(ChartPeriodProvider、ChartGranularityPicker、ChartPeriodNavigator、ChartSeriesPanel、useChartPeriodContext)及图表选项工具函数。适用于用…

Source text: Chinese

updated
occupation
Software Developers
description

将 @ray-js/electrician-timing-sdk 接入业务代码位于 src/* 的 Ray 小程序 / 面板宿主工程。覆盖 app onLaunch 一次性 init、设备或群组切换时按需 changeConfig、页面级 ConflictPopup 与 useDefaultModal 联动,以及六类定时——云定时、循环、随机、点动(延时关 / 点动定时 / inching)、倒计时、天文(天文**不**属于本 SDK)。当用户提到「电工定时 SDK 接入」「Ray…

Source text: Chinese

updated
Showing 40 of 68 collected skills.