Stable Image Ultra
v1.0.0Generate the highest quality photorealistic images using Stability AI's Stable Image Ultra and Stable Diffusion 3.5 Large models via AWS Bedrock. The most po...
⭐ 0· 74·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise (generate high-quality images via Stability AI on AWS Bedrock) aligns with the included script and SKILL.md. The script calls Bedrock endpoints or boto3 and references the correct model IDs and us-west-2 region — these are expected for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided generate.py and to supply AWS credentials via standard methods (env vars, profile, keys, bearer token, IAM role). The instructions only reference AWS auth artifacts and the Bedrock endpoint and do not attempt to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only plus a small script). The script uses standard libraries and optionally boto3; no external downloads or archives are fetched. This low-install footprint is proportionate to the task.
Credentials
The skill legitimately needs AWS credentials or a bearer token to call Bedrock. The registry metadata shows no required env vars, but the runtime instructions and script clearly require/accept AWS credentials (env vars, credentials file, profile, or bearer). This is expected but users should be aware that credentials are required at runtime.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and has no install-time persistence. It runs on-demand and needs only transient AWS credentials or environment variables.
Assessment
This skill appears coherent: it calls AWS Bedrock (bedrock-runtime.<region>.amazonaws.com) and requires AWS credentials or a bearer token to function. Before installing, ensure you: 1) have an AWS account with Bedrock/Stability AI access in us-west-2; 2) provide least-privilege, short-lived credentials or use an IAM role rather than long-lived root keys; 3) be aware API calls will incur per-image costs; 4) review the generate.py file yourself if you want deeper assurance (it is small and readable); and 5) run it in an isolated environment or sandbox if you are testing credentials or unfamiliar with Bedrock usage.Like a lobster shell, security has layers — review code before you run it.
latestvk97c4f86ym5r5cr4t9e1x26k9s83k91n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
