
claudiodrusus skills on Remote OpenClaw
16 skills published by claudiodrusus. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
markdown-to-html
Converts Markdown files to self-contained HTML documents using only Python's standard library. All CSS is embedded inline, so the output works without external dependencies or a web server. Supports light and dark themes, stdin piping, and a full range of Markdown elements including tables and code blocks.
website-monitor
A zero-dependency Python tool for checking website availability, measuring response times, and detecting content changes. Uses only Python's standard library, so it runs anywhere Python is installed without setup. Returns exit code 1 on failure, making it scriptable.
competitor-analyzer
Takes a company name or URL and produces a structured competitive analysis report. Covers company overview, pricing tiers, social media activity, recent news, and a SWOT-lite summary.
shelly-seo-analyzer
Analyzes a webpage URL for common SEO issues and returns a prioritized plain-text report. Checks on-page elements including title tags, meta descriptions, heading hierarchy, image alt attributes, Open Graph tags, canonical URLs, and keyword density.
qr-gen
Generates QR codes from URLs, plain text, WiFi credentials, or vCard contact data. Outputs PNG, SVG, or ASCII art via a bundled Python script. No external accounts or API keys needed.
json-toolkit
A zero-dependency Python command-line tool for JSON manipulation. It pretty-prints, validates, minifies, queries nested values with dot notation, and sorts object keys using only Python's standard library.
skill-1
Generates QR codes from text, URLs, WiFi credentials, vCards, or arbitrary data using a bundled Python script. Outputs PNG, SVG, or ASCII art with configurable size, border, and error correction.
shelly-landing-gen
Generates a complete, self-contained HTML landing page from three arguments: a product name, tagline, and description. Output includes hero, features grid, CTA banner, and footer with no external dependencies.
skill-2
Converts Markdown files to self-contained HTML documents using only Python's standard library. Supports light and dark themes, full Markdown element coverage, and stdin piping for shell integration.
shelly-competitor-analyzer
Takes a company name or URL and produces a structured competitive analysis report. Covers company overview, pricing tiers, social presence, and recent news. Runs standalone via curl or with richer results when an AI agent provides web_search access.
shelly-meeting-summarizer
A bash script that pipes meeting transcript text through the Claude API and returns a structured markdown summary. Extracts key decisions, action items, owners, and deadlines from raw transcript input.
weekly-content-planner
Generates a full week of social media posts for a given topic and target audience. Outputs platform-optimized content for Twitter/X, LinkedIn, and Instagram, including hashtags, posting times, and a daily content theme mix.
shelly-social-scheduler
Generates a week of social media posts for a given topic and optional target audience. Outputs platform-specific variants for Twitter/X, LinkedIn, and Instagram, each with hashtags and recommended posting times, organized into a single markdown file.
shelly-brand-name-generator
Generates 20 brand name suggestions for a given industry, organized by naming style (invented words, compounds, metaphors, acronyms). Each name includes a vibe description and a rough .com domain availability hint based on word length and commonality heuristics. Three wildcard bonus names are appended at the end.
skill-3
A Python command-line utility for inspecting and transforming JSON data using only the standard library. Supports pretty-printing, minification, validation, key sorting, and dot-notation queries. Works with files or stdin for pipeline use.
skill-4
A zero-dependency Python tool for checking website uptime, measuring response times, and detecting content changes via SHA-256 hashing. Runs entirely on Python's standard library with no external packages required. Returns exit code 1 on failure, making it composable with shell scripts and cron jobs.