Real Skill packageSource verifiedClawHub registry

macOS CLT Offline Install

解决 macOS 上 Xcode Command Line Tools 安装失败的问题("不能下载该软件,因为网络出了问题"、xcode-select --install 弹窗下载失败、softwareupdate 网络错误、git 命令报错要求安装开发者工具)。当用户在国内网络环境下安装命令行工具失败、或需要离线/手动安装 CLT 时使用。核心方法:从苹果官方 sucatalog 更新目录解析免登录 CDN 直链(swcdn.apple.com),用代理下载 pkg 后手动安装。

Identity and source

Publisher attributionJredregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 57% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:isxiaojian:macos-clt-offline-install
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/22/2026.claude/skills/macos-clt-offline-install

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/22/2026.agents/skills/macos-clt-offline-install

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/22/2026skills/macos-clt-offline-install

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 @isxiaojian/macos-clt-offline-install
clawhub inspect @isxiaojian/macos-clt-offline-install --version 1.0.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
4 / 4 inspected as text
Checked
8/22/2026, 1:51:36 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: swcdn.apple.com
  • api: swscan.apple.com
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/21/2026, 4:52:41 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • 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:3c9f0d821a51198794c284d9d96a888da49fd11e372d745c08622c2a05c73014
Show up to 4 recorded paths
  • scripts/find_clt_packages.py
  • scripts/make_install_sh.sh
  • skill-card.md
  • SKILL.md

Source changelog

初版:sucatalog 直链解析 + 代理下载 + 验签安装全流程