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.
npx skills add Jiusi-pys/agent-plugins --skill ohos-cross-compilegit clone --depth 1 https://github.com/Jiusi-pys/agent-pluginsWrote 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.
[](https://agentmods.dev/skills/jiusi-pys/agent-plugins/ohos-cross-compile)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- asserts/BUILD.gn.template 1.7 KB
- asserts/Makefile.template 4.2 KB
- asserts/ohos_toolchain_config.json.template 1.6 KB
- asserts/ohos-aarch64.cmake 2.3 KB
- asserts/ohos.build.template 230 B
- ohos_toolchain_config.json 2.2 KB
- references/cmake-templates.md 8.2 KB
- references/compilation-flags.md 6.1 KB
- references/deployment-guide.md 9.2 KB
- references/gn-templates.md 5.1 KB
- references/linking-strategies.md 6.2 KB
- references/toolchain-setup.md 3.7 KB
- references/troubleshooting.md 20 KB
- scripts/check_toolchain.sh 7.0 KB runs code
- scripts/device_survey.sh 5.1 KB runs code
- scripts/init_config.py 7.1 KB runs code
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.
- 8d ago First seen · 251 lines · 107 tokens per session scan A 7f18f8b5ba3f
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.
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.
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…
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"…
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…
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)…
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.