My Awesome Tools

v1.0.0

Suite of shell scripts for developers to generate Chrome extensions, GitHub READMEs, SaaS landing pages, tech blogs, tweet threads, and automate code reviews.

0· 291·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sunshine-del-ux/my-awesome-tools.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "My Awesome Tools" (sunshine-del-ux/my-awesome-tools) from ClawHub.
Skill page: https://clawhub.ai/sunshine-del-ux/my-awesome-tools
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install my-awesome-tools

ClawHub CLI

Package manager switcher

npx clawhub@latest install my-awesome-tools
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the included files: each script generates local project artifacts (Chrome extension, README, landing page, blog, tweet thread) or prints a canned code-review report. There are no unexpected dependencies (no cloud APIs or unrelated credentials requested).
Instruction Scope
SKILL.md and the scripts stick to generating files and printing reports. A few small scope notes: code-review-assistant suggests setting GITHUB_TOKEN for PR reviews but the script only prints a message and does not call GitHub; github-readme-generator reads git config/optional AUTHOR_NAME env var to populate author; saas/html outputs reference external CDNs in generated HTML (expected for front-end templates).
Install Mechanism
There is no install spec and no downloads — this is instruction-only plus local shell scripts, so nothing will be fetched or executed automatically from external URLs at install time.
Credentials
No required environment variables or credentials are declared. Some scripts optionally read AUTHOR_NAME or rely on a local git config; code-review-assistant hints at GITHUB_TOKEN but does not use it. These optional reads are proportional to author attribution and optional Git integration.
Persistence & Privilege
The skill does not request persistent or elevated privileges, does not modify other skills or system-wide agent settings, and always:false is set. Scripts create files only in the chosen output directories.
Assessment
This skill appears to do exactly what it says: generate local templates and sample reports. Before running: (1) inspect the scripts yourself (they are small and human-readable); (2) run them in a safe directory (not your home or production repo) to confirm output; (3) note a couple of quality issues: saas-landing-page uses sed -i '' (BSD/macOS syntax) which may fail on Linux, and tech-blog-generator references a TAGS line inside the generated content before that variable is set (minor bug). The generated HTML references public CDNs (Tailwind, React via unpkg) — those are loaded by browsers when you open the files, not by the scripts. No credentials are required to use these tools; if you modify them to add GitHub integration, avoid embedding tokens in scripts and prefer ephemeral env vars or a proper OAuth flow.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c6d4ewhjxtpt2n9btt9npkd829jcv
291downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

My Awesome Tools

Collection of powerful shell scripts for developers to boost productivity.

Scripts Included

  • chrome-extension-generator - Generate Chrome extension templates
  • code-review-assistant - AI-powered code review automation
  • github-readme-generator - Beautiful GitHub README files
  • saas-landing-page - SaaS landing page generator
  • tech-blog-generator - Technical blog template generator
  • tweet-thread-generator - Twitter thread creator

Usage

# Generate a Chrome extension
./chrome-extension-generator.sh "My Extension" "Description"

# Generate GitHub README
./github-readme-generator.sh "Project Name"

# Generate SaaS landing page
./saas-landing-page.sh "My SaaS"

Requirements

  • Bash 4.0+
  • Git
  • Node.js (for some templates)

Author

Sunshine-del-ux

Comments

Loading comments...