← 返回 Skills 市场
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neo1307-flutter-release-pipeline
功能描述
Build and package Flutter Android release artifacts (APK/AAB), collect outputs into a single folder, and produce a short release checklist. Use when the user...
安全使用建议
This skill appears to implement a reasonable Flutter release pipeline, but take these precautions before running it: 1) Verify your environment: ensure 'flutter' and PowerShell are installed and at the expected versions (the skill's metadata doesn’t declare these tools). 2) Inspect scripts/flutter_release.ps1 before executing — the SKILL.md references that script but the skill bundle does not include it; running an unreviewed script can execute arbitrary code. 3) Prepare signing credentials (keystore, passwords) and Play Console credentials separately — the skill does not declare how these are provided. 4) Run the pipeline in an isolated environment (CI runner or container) if you’re unsure about the script/source. 5) Ask the publisher to update metadata to list required binaries and any environment variables/credentials the pipeline needs, or to provide the referenced PowerShell script so you can review it.
功能分析
Type: OpenClaw Skill
Name: neo1307-flutter-release-pipeline
Version: 1.0.0
The skill defines a workflow for building Flutter Android artifacts but relies on the execution of an external PowerShell script (scripts/flutter_release.ps1) using the '-ExecutionPolicy Bypass' flag. While the stated purpose in SKILL.md is legitimate, the use of shell execution with bypassed security policies is a high-risk capability, and the actual logic within the referenced .ps1 file was not provided for analysis to ensure it lacks malicious intent or data exfiltration logic.
能力评估
Purpose & Capability
The name/description (build & package Flutter Android artifacts) align with the runtime instructions (flutter build, collect artifacts). However the declared requirements list no required binaries or env vars, while the instructions clearly assume the presence of 'flutter' and PowerShell (and a project with a pubspec.yaml). The omission of required tooling in metadata is an inconsistency.
Instruction Scope
SKILL.md stays within the stated purpose: preflight checks, run flutter build (APK/AAB), gather artifacts, compute SHA256 and produce a checklist. It also instructs running a local PowerShell script scripts/flutter_release.ps1 — the skill does not include that script, so the agent (or user) would run whatever is present at that path. Executing an external/local script is normal for build tooling but introduces risk if the script is untrusted or modifies system state beyond the repo.
Install Mechanism
Instruction-only skill with no install spec — lowest-risk install mechanism. Nothing will be downloaded or written by a provided installer.
Credentials
No environment variables or credentials are declared. Real Flutter Android releases commonly require signing keys (keystore, key passwords) and sometimes Play Console credentials; those are absent from the metadata and instructions only indirectly mention 'signing' in the checklist. The skill does not ask for or document how signing credentials are provided, which is a functional gap and a potential omission to be aware of.
Persistence & Privilege
always:false and no install actions — the skill does not request permanent presence or elevated agent privileges. It does instruct running local build scripts, but it does not modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neo1307-flutter-release-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/neo1307-flutter-release-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Flutter Release Pipeline 是什么?
Build and package Flutter Android release artifacts (APK/AAB), collect outputs into a single folder, and produce a short release checklist. Use when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 Flutter Release Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo1307-flutter-release-pipeline」即可一键安装,无需额外配置。
Flutter Release Pipeline 是免费的吗?
是的,Flutter Release Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Flutter Release Pipeline 支持哪些平台?
Flutter Release Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Flutter Release Pipeline?
由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。
推荐 Skills