← Back to Skills Marketplace
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neo1307-flutter-release-pipeline
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neo1307-flutter-release-pipeline - After installation, invoke the skill by name or use
/neo1307-flutter-release-pipeline - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.
How do I install Flutter Release Pipeline?
Run "/install neo1307-flutter-release-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flutter Release Pipeline free?
Yes, Flutter Release Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Flutter Release Pipeline support?
Flutter Release Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flutter Release Pipeline?
It is built and maintained by neo1307 (@neo1307); the current version is v1.0.0.
More Skills