← Back to Skills Marketplace
soponcd

Swiftverify

by soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swiftverify
Description
Apple Design Award 标准的 Swift/SwiftUI 项目验证技能。执行编译、架构、设计系统、无障碍、国际化、性能、原生集成七层检查,生成综合报告。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install swiftverify
  3. After installation, invoke the skill by name or use /swiftverify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug swiftverify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Swiftverify?

Apple Design Award 标准的 Swift/SwiftUI 项目验证技能。执行编译、架构、设计系统、无障碍、国际化、性能、原生集成七层检查,生成综合报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Swiftverify?

Run "/install swiftverify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Swiftverify free?

Yes, Swiftverify is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Swiftverify support?

Swiftverify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Swiftverify?

It is built and maintained by soponcd (@soponcd); the current version is v1.0.0.

💬 Comments