← 返回 Skills 市场
soponcd

Native Automation

作者 soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install native-automation
功能描述
Apple Native Automation & Testing Skill
安全使用建议
This SKILL.md describes how to run Apple/XCTest-based tests but omits important operational details. Before installing or using it: 1) Verify this will run only on macOS with Xcode installed (xcodebuild/xcrun) and add an OS restriction if appropriate. 2) Inspect the ./tools/run_native_tests.sh wrapper script (and any other local scripts it calls) before executing—do not run unknown scripts. 3) Expect to need Apple Developer credentials, signing certificates, and provisioning profiles; ensure those secrets are not implicitly exposed. 4) If you plan to let the agent invoke this autonomously, restrict what machines/devices it can access and ensure CI credentials are scoped/minimized. If the skill owner can provide the wrapper script contents and a clearer list of required tools/credentials, reassess; without that, proceed cautiously.
功能分析
Type: OpenClaw Skill Name: native-automation Version: 1.0.0 The skill bundle provides documentation and metadata for an Apple native automation toolset using XCTest and XCUITest. The instructions in SKILL.md and the metadata in _meta.json are consistent with standard software testing practices and contain no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill advertises Apple/XCTest/XCUITest usage but declares no required OS, binaries, or tools. In practice this requires macOS, Xcode (xcodebuild/xcrun), simulators/devices, and signing/provisioning setup—none of which are declared. The lack of an OS restriction or required binaries is disproportionate to the claimed purpose.
Instruction Scope
SKILL.md tells the agent to always run a wrapper script at ./tools/run_native_tests.sh but that script is not included. Instructing execution of an unspecified local script grants broad discretion and could execute arbitrary commands. The rest of the instructions (test patterns, reset flags) are reasonable for native testing, but the anonymous wrapper script and missing guidance on handling signing/profiles are scope creep.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts, which is low-risk. No installers or external archives are referenced.
Credentials
The skill declares no required environment variables or credentials, yet real Apple test workflows commonly need access to developer credentials, code-signing certificates, provisioning profiles, and possibly CI secrets. Omitting these while instructing test execution is an incoherence (either the skill is incomplete or it expects access to system-level credentials implicitly).
Persistence & Privilege
No elevated persistence requested (always:false). The skill doesn't declare changes to other skills or system-wide configs. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install native-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /native-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Native Automation Skill. - Provides a unified approach to Apple platform testing using first-party tools (XCTest, XCUITest, Instruments). - Supports unit, UI, snapshot, performance, and accessibility testing for iOS and macOS projects. - Introduces script-based test execution with multiple testing modes (unit, ui, fast, full). - Documents best practices for isolation, accessibility, and concurrency in tests.
元数据
Slug native-automation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Native Automation 是什么?

Apple Native Automation & Testing Skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Native Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install native-automation」即可一键安装,无需额外配置。

Native Automation 是免费的吗?

是的,Native Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Native Automation 支持哪些平台?

Native Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Native Automation?

由 soponcd(@soponcd)开发并维护,当前版本 v1.0.0。

💬 留言讨论