ohos-cross-compile

ohos-cross-compile is a skill for Claude Code from Jiusi-pys/agent-plugins. It costs 107 tokens per session (2,135 once invoked), scanned A, original, no licence file.

A cross-compilation toolkit for building x86-64 C and C++ software for OpenHarmony on 64-bit ARM devices. Cross-compilation means building on one system for a different target system.

In plain words
What is it for?
Setting up the OpenHarmony SDK Clang toolchain, writing BUILD.gn or CMake files, building for aarch64, and managing dynamic library paths.
Why use it?
It helps configure the OpenHarmony compiler and investigate build errors that occur when targeting that platform.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ohos-porting plugin — 14 skills, 4 commands, 7 agents shipped together

Good fit Setting up the OpenHarmony SDK Clang toolchain, writing BUILD.gn or CMake files, building for aarch64, and managing dynamic library paths.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiusi-pys/agent-plugins/ohos-cross-compile
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Jiusi-pys/agent-plugins --skill ohos-cross-compile
Clone the repo
git clone --depth 1 https://github.com/Jiusi-pys/agent-plugins

Made for: Claude Code.

Or install ohos-porting, the plugin that ships this one along with the rest of its 14 skills, 4 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ohos-cross-compile

README.md
[![agentmods](https://agentmods.dev/badge/skills/jiusi-pys/agent-plugins/ohos-cross-compile.svg)](https://agentmods.dev/skills/jiusi-pys/agent-plugins/ohos-cross-compile)
Your own site
<a href="https://agentmods.dev/skills/jiusi-pys/agent-plugins/ohos-cross-compile"><img src="https://agentmods.dev/badge/skills/jiusi-pys/agent-plugins/ohos-cross-compile.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.02135
Opus 5 $0.00053 $0.01068
Sonnet 5 $0.00021 $0.00427
Haiku 4.5 $0.00011 $0.00214

Measured 8d ago against content hash 7f18f8b5ba3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ohos-cross-compile scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check_toolchain.sh, scripts/device_survey.sh, scripts/init_config.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ohos-porting/skills/ohos-cross-compile/SKILL.md · 251 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 251 lines · 107 tokens per session scan A 7f18f8b5ba3f

Subscribe to this mod's changes

ohos-cross-compile is a skill published in the GitHub repository Jiusi-pys/agent-plugins (1 stars, last pushed 2mo ago), with no licence file. It adds 107 tokens to every session and 2,135 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

bun-ffi

This skill should be used when the user asks about "bun:ffi", "foreign function interface", "calling C from Bun", "native libraries", "dlopen", "shared libraries", "calling native code", or integrating C/C++ libraries with Bun.

secondsky/claude-skills · 56 tokens

ia-c-systems

C patterns for systems code, libraries, and native extensions: module layout, function decomposition, status-enum errors, memory safety, undefined behavior, and performance measurement. Use when writing, reviewing, refactoring, or debugging C, working with malloc lifetimes, buffer overflows, sanitizers, or Valgrind…

iliaal/whetstone · 84 tokens

project-setup

Setup and hardening review for cross-platform modern-C++ (C++17) native projects, especially Node.js addons built with node-gyp / node-addon-api. Use when asked to "set up a native addon", "harden a C/C++ build", "review my binding.gyp", "add compiler hardening flags", "wire up AddressSanitizer/UBSan/TSan/clang-tidy"…

photostructure/coding-skills · 170 tokens

cpp-reinforcement-learning

C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: Implementing RL algorithms in C++ for performance-critical applications Building production RL systems with libtorch Creating replay buffers and experience storage Optimizing RL training with GPU acceleration…

Aznatkoiny/zAI-Skills · 83 tokens

esp32-expert

This skill should be used when the user is writing, reviewing, debugging, or architecting C++ firmware for ESP32 and variants (ESP32-S2, S3, C3, C6, H2, P4) using ESP-IDF or PlatformIO. Provides expert critique covering FreeRTOS task design, memory management (IRAM/DRAM/PSRAM), peripheral drivers (I2C/SPI/UART/GPIO)…

mathisk2095/jko-claude-plugins · 193 tokens

drogon-create-controller

A code-generation skill for creating Drogon controllers, which are C++ components that receive and handle web requests. It can create header and source files for HTTP, REST-style, simple HTTP, and WebSocket controllers.

voidvec/drogon-claude-plugin · 35 tokens