Real Skill packageSource verifiedClawHub registry

archmap

架构测绘 Agent。零参调用自动分流(无基线→full 全量初始化,有基线→lite 极简增量),full/lite 显式词强制兜底;项目路径+需求文本做增量影响面分析;+sync 同步变更并重生成全套报告;+diff 产出行级差异影响面与测试选择(diff_impact.json)并留痕变更历史(时间+修改内容,复盘前固定卡点)。实现精准开发、节约tokens。

Identity and source

Publisher attributionxu-jin-csregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code28 recorded files
Canonical sourceClawHub registryclawhub:xu-jin-cs:archmap
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/archmap

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/archmap

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/archmap

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 @xu-jin-cs/archmap
clawhub inspect @xu-jin-cs/archmap --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

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
27 / 28 inspected as text
Checked
8/24/2026, 1:20:36 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
7 dependency and API indicators
  • pypi: PyYAML >=6.0
  • pypi: numpy >=1.24.0
  • pypi: sentence-transformers >=2.2.0
  • pypi: scipy >=1.10.0
  • api: clawhub.ai
  • api: github.com
  • api: x
External clawhub result: clean

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/24/2026, 4:44:38 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:e1746cf7e6ced91661425fb1a107812dec3b4cfbfa92140a58827f940aa650de
Show up to 28 recorded paths
  • .gitignore
  • archmap
  • archmap_agent/__init__.py
  • archmap_agent/baseline_manager.py
  • archmap_agent/cli.py
  • archmap_agent/config_loader.py
  • archmap_agent/diff_engine.py
  • archmap_agent/etl_profiler.py
  • archmap_agent/etl_rule_registry.py
  • archmap_agent/granularity_validator.py
  • archmap_agent/master_agent.py
  • archmap_agent/mermaid_renderer.py
  • archmap_agent/module_detail_analyzer.py
  • archmap_agent/recall_engine.py
  • archmap_agent/report_generator.py
  • archmap_agent/requirements.txt
  • archmap_agent/review_gate.py
  • archmap_agent/source_scanner.py
  • archmap_agent/tests/test_archmap.py
  • archmap_agent/tests/test_diff_engine_edges.py
  • archmap_agent/tests/test_etl_profiler.py
  • archmap_agent/tests/test_etl_registry_override.py
  • archmap_agent/vector_recognizer.py
  • archmap_agent/worker_agent.py
  • README.md
  • requirements.txt
  • skill-card.md
  • SKILL.md

Source changelog

archmap 0.1.0 - 首发版本,提供架构测绘与影响面分析 Agent,支持全量与增量模式零参自动分流 - 提供基于需求文本的增量影响面精准定位,产出详细受影响模块、API、存储清单 - 支持 sync 同步项目源码变更,自动合并增量更新并重生成报告 - 新增 diff 模式,输出行级差异分析与变更历史留痕,辅助测试选择和复盘 - 针对含 ETL 目录的项目,自动生成 ETL 规则、映射、依赖和配置契约对齐等多项产物 - 明确“分析方”定位,仅负责架构与影响面分析,不执行或评分,消费责任与合规性归消费侧