Jiusi-pys/agent-plugins Skills
(10)Browse AI agent skills from Jiusi-pys/agent-plugins for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
api-mapping
Jiusi-pys/agent-plugins
Linux API 到 OHOS API 的映射知识库。查询 API 替代方案和适配代码。编写适配代码时自动加载。
compile-error-analysis
Jiusi-pys/agent-plugins
OHOS 交叉编译错误分析。诊断编译失败原因,提供修复方案。编译出错时自动加载。
hdc-kaihongos
Jiusi-pys/agent-plugins
HDC (HarmonyOS Device Connector) operations for RK3588S KaihongOS development boards. Auto-detects platform (Linux/Windows/WSL) and uses correct HDC command. Use when: (1) Executing shell commands on KaihongOS device, (2) Transferring files between host and device, (3) Managing device connections and ports, (4) Installing/uninstalling OpenHarmony applications (.hap/.hsp), (5) Debugging device logs and processes, (6) Port forwarding for remote debugging. Supports: Native Linux (hdc_std), Windows (hdc), WSL (powershell.exe wrapper). CRITICAL: Multi-device scenarios require -t parameter for device selection.
ohos-cpp-style
Jiusi-pys/agent-plugins
OpenHarmony/KaihongOS C/C++ 编程规范。当 Claude 需要为 OpenHarmony、KaihongOS 移植项目编写或审查 C/C++ 代码时使用。涵盖:(1) 代码格式化(clang-format 配置),(2) 命名规范,(3) GN 构建配置,(4) 文档注释规范,(5) 权限配置,(6) 线程同步。
ohos-cross-compile
Jiusi-pys/agent-plugins
OpenHarmony (aarch64) cross-compilation toolkit for porting x86_64 software. Use when (1) cross-compiling C/C++ projects for OpenHarmony/KaihongOS, (2) configuring OHOS SDK Clang toolchain, (3) writing BUILD.gn or CMake for OHOS targets, (4) diagnosing aarch64-linux-ohos build errors, (5) managing dynamic library paths and RPATH, (6) surveying target device environment before deployment.
Ohos Permission
Jiusi-pys/agent-plugins
# OHOS Permission Skill ## 概述 OpenHarmony/KaihongOS 特有的权限配置技术。涵盖 DSoftBus Session 权限、AccessToken 处理、配置文件格式规范等关键知识点。 **适用场景**: - rmw_dsoftbus ROS2 中间件开发 - DSoftBus 分布式软总线应用 - Native 应用权限配置 - 跨设备通信调试 **验证状态**: ✅ 2026-01-19 rk3588s KaihongOS API 11 真机验证通过 --- ## 快速开始 (3 步配置) ```bash # 1. 准备配置文件
porting-diagnostics
Jiusi-pys/agent-plugins
Linux 到 OHOS 移植可行性诊断。分析源码的平台依赖、API 兼容性、移植难度。移植前分析时自动加载。
Remote Server Ssh Control
Jiusi-pys/agent-plugins
```markdown --- name: remote-openharmony-build description: Control remote servers exclusively for OpenHarmony image compilation. Use ONLY when building OpenHarmony system images. Requires syncing local code changes to remote before compilation. Supports multiple build servers. --- # Remote OpenHar
runtime-debug
Jiusi-pys/agent-plugins
OHOS 设备运行时调试。分析程序崩溃、权限错误、动态库问题。部署测试出错时自动加载。
working-records
Jiusi-pys/agent-plugins
移植工作状态记录。持久化保存工作进度、阻塞项、产出物,防止 context 丢失。任务切换或暂停时自动加载。