Real Skill packageSource verifiedClawHub registry

Huawei Cloud Obs List Excel

List Huawei Cloud OBS buckets and objects, then export the inventory to a formatted Excel (.xlsx) report for storage management and auditing.

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 59% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug:huawei-cloud-obs-list-excel
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 Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/20/2026.claude/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Query OBS bucket and object listings, then export them to an Excel… ^ SKILL.md

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

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/20/2026.agents/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Query OBS bucket and object listings, then export them to an Excel… ^ SKILL.md

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

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/20/2026skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Query OBS bucket and object listings, then export them to an Excel… ^ SKILL.md

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-obs-list-excel
clawhub inspect @erickeyhu-hug/huawei-cloud-obs-list-excel --version 1.0.0

Security evidence

SkillVetAI static result: medium 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
10 / 10 inspected as text
Checked
8/20/2026, 1:18:29 PM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumSKILL.md YAML frontmatter is invalidSKILL.md:1 · confidence 100%Nested mappings are not allowed in compact mappings at line 2, column 14: description: Query OBS bucket and object listings, then export them to an Excel… ^
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: skillsop.topxtopx.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/20/2026, 4:25:22 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:2f6008adb12b19d82f1ce06ff24b2d5134a4f5f570729555319dde335073f07f
Show up to 10 recorded paths
  • references/acceptance-criteria.md
  • references/dataflow-diagram.md
  • references/iam-policies.md
  • references/verification-method.md
  • scripts/obs-list-excel.py
  • scripts/skill_quality_sdk.py
  • scripts/test-cli-commands.sh
  • skill-card.md
  • SKILL.md
  • templates/test-vars.json

Source changelog

Initial release — export Huawei Cloud OBS bucket and object listings to Excel. - Supports querying all OBS buckets and their objects in a specified region. - Exports inventory data into a formatted Excel (.xlsx) report. - Allows filtering by bucket type and limiting max objects per bucket. - Requires IAM permissions and Python dependencies (`huaweicloudsdkobs`, `openpyxl`). - Includes usage scenarios, command examples, and documentation references.