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.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- 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.)
Explore related resources
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.
Auto-fetched from GitHub.