genuiworkshopruncloudshell Skill
Creates a shell script to build and run the Flutter web app on Cloud Shell using a local HTTP server. Published by flutter in demos.
Decision snapshot
Is this a fit?
Deployment, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
13 days ago · BSD-3-Clause license
No specific cautions were detected. Review the source and requested permissions before installing.
What is genuiworkshopruncloudshell Skill?
Creates a shell script to build and run the Flutter web app on Cloud Shell using a local HTTP server. Published by flutter in demos. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Declared skill metadata
- Source file: genui_workshop/.agents/skills/genui_workshop_run_cloud_shell/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use genuiworkshopruncloudshell Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/demos
- Skill file: genui_workshop/.agents/skills/genui_workshop_run_cloud_shell/SKILL.md
What it does
Creates a shell script to build and run the Flutter web app on Cloud Shell using a local HTTP server.
Skill instructions
GenUI Workshop - Run on Cloud Shell Goal: Create a script to easily build and serve the Flutter web app on Cloud Shell. Instructions: Use your code editing tools to create a shell script in the root of the project and make it executable. 1. Create a file named runcloudshell.sh in the root directory of the project with the following content: shell !/bin/bash Builds the web target and serves it on port 8080 flutter build web python3 -m http.server 8080 --directory build/web 2. Make the script executable by running the following command: bash chmod +x runcloudshell.sh (Note: We use python3 instead of python just in case python isn't mapped to Python 3 in the environment, though python -m http.server as written in the README is also fine if python points to python 3.)
Verified compatibility and discovery
Frequently asked questions
What is genuiworkshopruncloudshell?
genuiworkshopruncloudshell is a open-source AI agent skill with Copy skill directory. Creates a shell script to build and run the Flutter web app on Cloud Shell using a local HTTP server.
Who is genuiworkshopruncloudshell best for?
genuiworkshopruncloudshell is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install genuiworkshopruncloudshell?
Install or run genuiworkshopruncloudshell using Copy skill directory. Check genuiworkshopruncloudshell for the latest setup command.
Is genuiworkshopruncloudshell actively maintained?
genuiworkshopruncloudshell may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.