← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swiftverify
功能描述
Apple Design Award 标准的 Swift/SwiftUI 项目验证技能。执行编译、架构、设计系统、无障碍、国际化、性能、原生集成七层检查,生成综合报告。
安全使用建议
Do not run or install this skill as-is. The SKILL.md expects many scripts and resource files (scripts/, templates/, resources/) that are not included in the package manifest, and it references tools (xcodebuild, swiftlint, Instruments, XCTest) and auto-fix operations without declaring required binaries, credentials, or safeguards. Before using: 1) obtain and review the actual scripts and resource files that SKILL.md references; 2) verify exactly what commands the scripts run (especially any code-modifying auto-fix steps) and run them in an isolated environment or CI runner with repository backups; 3) confirm required binaries/OS (this requires macOS with Xcode and Instruments) and any signing/dev account usage; 4) ensure no secrets (Apple IDs, certs) are needed or, if they are, that their use is explicit and minimal; 5) ask the publisher for the missing artifacts or use the linked GitHub homepage to inspect the real repository. The current package looks like a plan or CI snippet rather than a complete, reviewable skill—treat it as untrusted until the missing files are provided and inspected.
功能分析
Type: OpenClaw Skill
Name: swiftverify
Version: 1.0.0
The 'swiftverify' skill is a legitimate development utility designed to validate Swift/SwiftUI projects against Apple Design Award standards. The documentation in SKILL.md outlines a multi-layered verification process using standard industry tools such as xcodebuild, SwiftLint, and XCTest, and the instructions are strictly aligned with the stated purpose of code quality assurance without any evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's purpose (compile and verify Swift/SwiftUI projects using xcodebuild, swiftlint, Instruments, XCTest, etc.) is plausible, but the registry metadata declares no required binaries or environment and there are no code/script files in the package even though the SKILL.md references many scripts and resources. A verification skill would legitimately need those tools and scripts, so their absence is an incoherence.
Instruction Scope
The runtime instructions tell the agent to run repository scripts (e.g., ./agent/skills/swiftverify/scripts/run_all.sh) that would compile, inspect, and auto-modify project source. The package does not include those scripts or the referenced resource files. Instructions allow automatic code fixes (auto-fix) which modify source without describing safeguards, and paths are inconsistently referenced (.agent vs ./agent). Running these steps would give the agent the ability to read and change project files—expected for this task but not documented in the package.
Install Mechanism
There is no install spec (instruction-only), which is low-risk by itself. However, SKILL.md assumes on-disk scripts and tools that are not present in the manifest. This suggests the SKILL.md represents a design or CI snippet rather than an actually packaged skill—users should not assume the missing artifacts are present or safe.
Credentials
The skill declares no required environment variables or credentials, yet its checks (xcodebuild, signing, Instruments) commonly require macOS tooling, developer certificates, or CI secrets. Also auto-fix will write changes to repo files without stating required permissions. The absence of declared env/config requirements is disproportionate to the described operations.
Persistence & Privilege
always:false and normal model invocation are set (no privileged always-on behavior). The main privilege to note is that the described scripts would read and modify repository files; this is an expected capability for a verification/auto-fix tool but the package does not include the scripts to review beforehand, increasing risk. No evidence the skill would modify agent/global settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install swiftverify - 安装完成后,直接呼叫该 Skill 的名称或使用
/swiftverify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of SwiftVerify, a comprehensive Swift/SwiftUI project validation skill adhering to Apple Design Award standards.
- Provides 8-step verification: build, architecture, design system, accessibility, internationalization, performance, native integration, and unit testing.
- Generates a detailed, consolidated report, including violation counts and auto-fix suggestions for SOFT issues.
- Includes dedicated scripts for each check and CI/CD integration guidance.
- Supports both quick and full validation flows to ensure high app quality across code, UX, and compliance.
元数据
常见问题
Swiftverify 是什么?
Apple Design Award 标准的 Swift/SwiftUI 项目验证技能。执行编译、架构、设计系统、无障碍、国际化、性能、原生集成七层检查,生成综合报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Swiftverify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install swiftverify」即可一键安装,无需额外配置。
Swiftverify 是免费的吗?
是的,Swiftverify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Swiftverify 支持哪些平台?
Swiftverify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Swiftverify?
由 soponcd(@soponcd)开发并维护,当前版本 v1.0.0。
推荐 Skills