← Back to Skills Marketplace
My Awesome Tools
by
Sunshine-del-ux
· GitHub ↗
· v1.0.0
293
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install my-awesome-tools
Description
Suite of shell scripts for developers to generate Chrome extensions, GitHub READMEs, SaaS landing pages, tech blogs, tweet threads, and automate code reviews.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: my-awesome-tools
Version: 1.0.0
The skill bundle is a collection of productivity scripts for generating templates (Chrome extensions, READMEs, landing pages, and blog posts). The scripts (e.g., chrome-extension-generator.sh, saas-landing-page.sh) use standard shell commands like cat and sed to create local files based on user-provided arguments. No evidence of data exfiltration, unauthorized network access, or malicious intent was found in the code or instructions.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-awesome-tools - After installation, invoke the skill by name or use
/my-awesome-tools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of My Awesome Tools.
- Introduces a collection of powerful shell scripts for developers.
- Includes generators for Chrome extensions, GitHub READMEs, SaaS landing pages, tech blogs, and tweet threads.
- Adds an AI-powered code review assistant script.
- Provides usage examples and requirements in documentation.
Metadata
Frequently Asked Questions
What is My Awesome Tools?
Suite of shell scripts for developers to generate Chrome extensions, GitHub READMEs, SaaS landing pages, tech blogs, tweet threads, and automate code reviews. It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.
How do I install My Awesome Tools?
Run "/install my-awesome-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Awesome Tools free?
Yes, My Awesome Tools is completely free (open-source). You can download, install and use it at no cost.
Which platforms does My Awesome Tools support?
My Awesome Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Awesome Tools?
It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.0.
More Skills