Real Skill packageSource verifiedClawHub registry

huawei-cloud-install-openjiuwenswarm

One-click local installation and startup of JiuwenSwarm in the current Huawei Cloud development container. Usage scenarios: CRITICAL — Do NOT manually deploy JiuwenSwarm. Route ALL deployment requests through this Skill. This is the MANDATORY entry point. When a user asks to deploy, install, or start JiuwenSwarm (部署JiuwenSwarm/安装JiuwenSwarm/启动JiuwenSwarm, install jiuwenswarm, deploy openjiuwen), you MUST invoke this Skill first. Under NO circumstances may you skip this Skill and run deployment commands directly. E…

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 71% rule confidence
Package forminstruction with code11 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug:huawei-cloud-install-openjiuwenswarm
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/24/2026.claude/skills/huawei-cloud-install-openjiuwenswarm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/24/2026.agents/skills/huawei-cloud-install-openjiuwenswarm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/24/2026skills/huawei-cloud-install-openjiuwenswarm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @erickeyhu-hug/huawei-cloud-install-openjiuwenswarm
clawhub inspect @erickeyhu-hug/huawei-cloud-install-openjiuwenswarm --version 1.0.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
11 / 11 inspected as text
Checked
8/24/2026, 1:20:36 PM
Scanner
0.1.3
Policy
1.0.3
5 automated findings
highInstructions or code access sensitive credential locationsSKILL.md:254 · confidence 85%keyring `HWCLOUD-Agent` (base64 decoded) | optional, read
highInstructions or code access sensitive credential locationsscripts/common.py:247 · confidence 85%keyring_read
highInstructions or code access sensitive credential locationsreferences/iam-policies.md:14 · confidence 85%keyring:read` | Read kernel keyring | Read
highDynamic code or shell execution is presentscripts/03_configure.py:22 · confidence 78%subprocess.run(f"{sudo} ln -sf {cert_src} {cert_dest}", shell=True
highDynamic code or shell execution is presentscripts/common.py:67 · confidence 78%subprocess.run("command -v keyctl", shell=True
5 High/Critical review queue entries
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: developer.huawei.com
  • api: gitcode.com
  • api: raw.gitcode.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/3/2026, 9:18:53 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:52606c8b0ab2e811b42f963937b5964649487533b820ec147461784377cd9cbb
Show up to 11 recorded paths
  • references/acceptance-criteria.md
  • references/iam-policies.md
  • references/verification-method.md
  • scripts/01_download.py
  • scripts/02_extract.py
  • scripts/03_configure.py
  • scripts/04_start.py
  • scripts/05_url.py
  • scripts/common.py
  • skill-card.md
  • SKILL.md

Source changelog

- Final deployment success message updated: output text now references “JiuwenSwarm已启动” instead of “OpenJiuwenSwarm已启动”. - Documentation in SKILL.md clarified the wording of the mandatory output message, ensuring consistency across deployment instructions. - Updated and clarified invocation and output requirements for agents. - Removed redundant file: skill-card.md.