← Back to Skills Marketplace
linhay

HarmonyOS NEXT Expert

by linhay · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
284
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install harmony-next
Description
Expert guidance for HarmonyOS NEXT (API 12+) development. Use this skill for ArkTS, ArkUI, and NDK development using official offline documentation for 3,300...
README (SKILL.md)

HarmonyOS NEXT Expert

This skill equips you with comprehensive, offline knowledge of HarmonyOS 5+ (ArkTS, ArkUI, NDK, System Services, etc.). The references/ directory contains thousands of localized Markdown files directly converted from official developer documentation.

How to use this skill

Because the reference library is massive (~50MB, 3300+ files), DO NOT attempt to read files blindly. You MUST use the grep_search and glob tools to find the exact API or module you need before reading the specific Markdown file.

Recommended Workflow (Optimized Search Protocol)

Due to the massive size of this knowledge base (3,300+ files), you MUST follow this Three-Tier Search Protocol to avoid being overwhelmed by irrelevant files:

  1. Tier 1: Identify the Kit (Read references/KITS.md) HarmonyOS 5+ is organized by Kits (e.g., AbilityKit, ArkUI, MediaKit). Read references/KITS.md first to identify which Kit contains the functionality you need. This drastically narrows down the search space.

  2. Tier 2: Task-to-File Mapping (Read references/TASK_MAP.md) For common tasks (Layout, Lifecycle, Network), check references/TASK_MAP.md. It links tasks to their most important keywords and Kits.

  3. Tier 3: Surgical Grep (via references/INDEX.md) Once you have the Kit name or specific keywords, use grep on references/INDEX.md to find the exact filenames.

    • Example: grep "AbilityKit" references/INDEX.md | grep "Context"

Core Content Structure

  • JsEtsAPIReference/: Detailed API signatures and C-API headers.
  • quickStart/: Step-by-step developer guides.
  • KITS.md: The primary navigation hub organized by @kit.
  • INDEX.md: The full A-Z file list for surgical lookups.

Directory Structure under references/

  • JsEtsAPIReference/ : Contains the bulk of ArkTS and ArkUI component APIs, lifecycle methods, error codes, and C-API/NDK headers.
  • quickStart/ : Beginner tutorials and fundamental concepts (e.g., page navigation, entry points).
  • hos/ & hos_en/ : Core concepts, system services, and framework overviews.

Core Directives for HarmonyOS Generation

  1. Strictly Declarative: Always use the declarative UI paradigm syntax (@Entry, @Component, build()).
  2. No Hallucinations: Rely strictly on the documentation provided in the references/ folder when unsure about an API signature in HarmonyOS 5+. Do not assume standard Web JS or Android APIs are available unless verified in the docs.
  3. TypeScript/ArkTS Validation: Ensure type safety and use standard ArkTS conventions.
    \x3C!-- version: 1.0.1 -->
Usage Guidance
This skill is an offline documentation bundle and appears to do only local file lookups and reads. Before installing, confirm you trust the skill's source (homepage unknown) because the package contains many Markdown files; inspect a few files to verify they are legitimate official docs and do not contain embedded secrets or unexpected links. The skill requests no credentials and has no install step, so main risks are provenance and licensing of the documentation. If you need stronger assurance, ask the publisher for provenance or checksum of the references/ archive or review the files locally before allowing broad agent access.
Capability Analysis
Type: OpenClaw Skill Name: harmony-next Version: 1.0.2 The 'harmony-next' skill bundle is a comprehensive offline documentation set for HarmonyOS NEXT (API 12+) development. It contains a massive library of over 3,300 Markdown files organized into Kits and task maps. The instructions in SKILL.md are strictly operational, providing the AI agent with a 'Three-Tier Search Protocol' to efficiently navigate the documentation using standard tools like grep and glob without exceeding context limits. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the bundle functions purely as a knowledge base.
Capability Assessment
Purpose & Capability
Name/description claim an offline HarmonyOS developer reference and the package contains a large references/ corpus of Markdown docs consistent with that purpose. No unrelated credentials, binaries, or platform installs are requested.
Instruction Scope
SKILL.md limits runtime actions to searching and reading local reference files via grep_search/glob and explicitly warns against blind reads. It does not instruct accessing system paths, external endpoints, or secrets outside the references/ folder.
Install Mechanism
No install specification or code is present (instruction-only). Nothing will be downloaded or written by an installer as part of skill install.
Credentials
Skill declares no required environment variables, credentials, or config paths. The documented behavior (reading local Markdown docs) matches the lack of requested secrets.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. The default ability for the agent to invoke the skill autonomously is unchanged and appropriate for a documentation helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install harmony-next
  3. After installation, invoke the skill by name or use /harmony-next
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Ship compact retrieval bundle (SKILL + KITS + TASK_MAP + INDEX) to fit ClawHub size limit
v1.0.1
Initial ClawHub release (lightweight skill)
Metadata
Slug harmony-next
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is HarmonyOS NEXT Expert?

Expert guidance for HarmonyOS NEXT (API 12+) development. Use this skill for ArkTS, ArkUI, and NDK development using official offline documentation for 3,300... It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.

How do I install HarmonyOS NEXT Expert?

Run "/install harmony-next" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HarmonyOS NEXT Expert free?

Yes, HarmonyOS NEXT Expert is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HarmonyOS NEXT Expert support?

HarmonyOS NEXT Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HarmonyOS NEXT Expert?

It is built and maintained by linhay (@linhay); the current version is v1.0.2.

💬 Comments