huawei-cloud-icp-rule-consult

huawei-cloud-icp-rule-consult is a skill for Claude Code, Codex from huaweicloud/huaweicloud-skills. It costs 190 tokens per session (3,592 once invoked), scanned A, original, MIT.

A read-only guide to mainland China ICP filing, the registration required for many websites and internet services hosted or operated there through Huawei Cloud. It explains filing rules, processes, materials, and account or entity limits.

In plain words
What is it for?
Use it to check filing requirements and procedures for websites, apps, access changes, cancellations, migrations, and transfers on Huawei Cloud.
Why use it?
It helps determine whether filing is needed and clarifies what must be prepared, without performing the filing itself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check filing requirements and procedures for websites, apps, access changes, cancellations, migrations, and transfers on Huawei Cloud.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult
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 huaweicloud/huaweicloud-skills --skill huawei-cloud-icp-rule-consult
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-skills

Made for: Claude Code, Codex.

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 huawei-cloud-icp-rule-consult

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huawei-cloud-icp-rule-consult

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-icp-rule-consult.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,592 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 122
    Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution.
    Fix: Restrict tool access to only the tools required for the skill's stated purpose. Use an explicit allowlist rather than granting blanket access.
  • medium Excessive Agency · line 244
    Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution.
    Fix: Restrict tool access to only the tools required for the skill's stated purpose. Use an explicit allowlist rather than granting blanket access.
How audits are shown
Origin original 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.00190 $0.03592
Opus 5 $0.00095 $0.01796
Sonnet 5 $0.00038 $0.00718
Haiku 4.5 $0.00019 $0.00359

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

Security

Grade A, and why

huawei-cloud-icp-rule-consult 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/__init__.py, scripts/web_fetcher.py, scripts/web_searcher.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.

skills/cdi/assist/huawei-cloud-icp-rule-consult/SKILL.md · 278 lines

How it starts

The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Huawei Cloud · ICP Filing Rule Consultation

Overview

Huawei Cloud ICP Filing — Read-Only Rule Consultation

Using embedded knowledge base (130+ Q&A entries), official documentation, and web search/fetch tools, answer ICP filing questions in one conversation: whether filing is needed, what process to follow, what rules apply, what materials are required. Consultation only, no filing operations on behalf of users.

Scope: Mainland China ICP filing (non-commercial internet information service filing) only. Not for public security filing (公安备案) or commercial filing (经营性备案). Target User: Huawei Cloud after-sales technical engineers. Site: Default China site (support.huaweicloud.com).

Architecture

User Question
    │
    ├─► catalog.yml (intent routing)
    │       │
    │       ▼
    │   entry_point + ontology_entities
    │       │
    ├─► knowledge-base.md 
    │       │
    │       ▼ (if insufficient)
    ├─► doc-commands.md → web_fetcher.py (direct document fetch)
    │       │
    │       ▼ (if category unclear)
    └─► web_searcher.py (search fallback, max 1 call)

Applicable Scenarios

  • Whether a server/domain requires ICP filing
  • Filing process, required materials, and province-specific rules
  • Access filing (migrate existing filing from another cloud provider)
  • Change filing (entity/IP/domain changes)
  • Cancellation filing and re-filing after cancellation
  • Account and entity limits (one account one entity, filing quotas)
  • APP filing (characteristic info, cross-entity scenarios)
  • Migration/transfer filing (cross-account, cross-entity)

Typical User Queries

  1. "我们的服务器在新加坡,需要备案吗?" (Do we need filing for a Singapore server?)
  2. "域名在阿里和华为都做了接入备案,取消阿里一侧的接入是否影响华为云使用?" (Does canceling access filing on Alibaba Cloud affect Huawei Cloud?)
  3. "备案数量已达上限怎么办?" (Filing quota reached, what to do?)
  4. "不同主体备案同一个APP,图标和备注可以一样吗?" (Can different entities use the same APP icon for filing?)
  5. "APP服务在本地,互联网信息服务类型怎么选?" (How to select service type for a locally-deployed APP?)

Read the full file on GitHub · 278 lines

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. 12d ago First seen · 278 lines · 190 tokens per session scan A b08f5414e2c1

Subscribe to this mod's changes

huawei-cloud-icp-rule-consult is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (49 stars, last pushed yesterday), licensed MIT. It adds 190 tokens to every session and 3,592 once invoked, about $0.0010 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-30.

Related

Other skills, from other repositories

tax-compliance-automation

Automate multi-jurisdiction sales tax, VAT, and GST compliance with nexus tracking, exemption certificates, filing automation, and audit-ready reports.

finsilabs/awesome-ecommerce-skills · 34 tokens

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens