
ryudi84 skills on Remote OpenClaw
21 skills published by ryudi84. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
sovereign-api-docs-generator
Generates API documentation from code descriptions, covering REST, GraphQL, and WebSocket endpoints. Produces OpenAPI/Swagger-compatible markdown with parameter tables, JSON request/response examples, and code samples in curl, JavaScript fetch, and Python requests.
sovereign-aws-cost-optimizer
Analyzes AWS account resources to identify cost reduction opportunities. Covers right-sizing compute instances, recommending Reserved Instances or Savings Plans, and flagging idle or underutilized resources.
sovereign-seo-audit
Runs a systematic SEO audit across seven categories: technical SEO, on-page optimization, content quality, site architecture, mobile optimization, schema markup, and backlink profile. Each check produces a PASS, WARN, or FAIL result with severity ratings. Output is a letter-graded report with a prioritized action plan sorted by impact-to-effort ratio.
sovereign-accessibility-auditor
Audits HTML and CSS against WCAG 2.1 standards, checking color contrast ratios, ARIA label coverage, keyboard navigation paths, and screen reader compatibility. Provides actionable findings with code examples and explains trade-offs between remediation approaches.
sovereign-brand-voice-writer
Reads a brand voice profile from a local config file, then generates batches of content — tweets, threads, newsletters, blog posts, and video scripts — tuned to match the user's established style. Topics are filtered through the brand profile before any content is written.
sovereign-api-mock-generator
Generates mock API servers from OpenAPI specs or example requests. Supports realistic fake data generation, configurable response delays, and error simulation to replicate production API behavior during development.
sovereign-git-commit-analyzer
Analyzes a git repository's commit history and produces reports covering contributor rankings, file change frequency, and commit message quality scores. Configurable time windows, branch filters, and output formats (markdown, JSON, plain text) are supported. Designed for team leads and developers who want visibility into how a codebase evolves.
sovereign-code-review-helper
Scans changed files in a git repository and generates review checklists tailored to each file type, covering security vulnerabilities, performance bottlenecks, style consistency, and test coverage gaps. Supports Python, JavaScript, TypeScript, Go, Rust, Java, SQL, Bash, and Ruby. Also generates ready-to-use PR review templates in minimal, standard, or thorough styles.
sovereign-daily-digest
Compiles weather, calendar events, tasks, news feeds, and email into a single formatted report. Supports Markdown and HTML output, archives previous digests, and can run on a cron schedule.
sovereign-project-setup-wizard
Generates complete project scaffolding for Node.js, Python, Go, and Rust from a single command. Produces .gitignore, README, CI/CD workflows, Dockerfiles, linter configs, test setup, and license files. Runs interactively or via flags for scripted use.
sovereign-project-guardian
Audits a repository across five weighted categories: security, code quality, documentation, CI/CD readiness, and code hygiene. Produces a letter grade (A-F) with a scored breakdown and prioritized action items. Critical security findings, such as hardcoded secrets, automatically cap the grade at D or below regardless of other scores.
sovereign-changelog-maker
Reads git history and produces changelogs in Keep a Changelog format, grouped by Added, Changed, Deprecated, Removed, Fixed, and Security. Links entries to PRs and issues, adds migration notes for breaking changes, and includes semantic versioning hints.
sovereign-test-generator
Analyzes source code and generates runnable test suites covering unit tests, integration tests, edge cases, and mocking strategies. Supports JavaScript/TypeScript with Jest and Vitest, Python with pytest, and Go and Rust. Prioritizes error paths and boundary conditions over hitting coverage number targets.
sovereign-content-scraper
Monitors X/Twitter, Reddit, RSS feeds, and YouTube daily to surface trending topics and viral content in a defined niche. Outputs a structured JSON report with content ideas, viral formats, and engagement evidence. Runs on a schedule and saves results locally.
sovereign-codebase-onboarding
Analyzes a repository's structure, architecture, and conventions through six phases: discovery, architecture mapping, pattern recognition, key file identification, guide generation, and interactive Q&A. Produces an annotated directory tree, ASCII architecture diagram, data flow traces, and a Day 1 checklist tailored to the specific project. Works on any language or stack.
sovereign-roast-coach
An accountability coach with two switchable modes: a supportive mentor that celebrates wins and gently nudges during slumps, or a savage roaster that mocks failures with backhanded compliments. Sends morning check-ins and evening reviews based on quest completion and streaks. Intensity is configurable from light teasing to full emotional damage.
sovereign-content-machine
A content strategy agent that produces editorial calendars, platform-specific drafts, audience personas, topic ideas, and content audits. It covers the full workflow from keyword research and gap analysis through repurposing plans and A/B testing frameworks. Outputs are dated, formatted, and ready to act on.
sovereign-rpg-xp-engine
An RPG-style XP tracking engine that maps real-life tasks to character stats: strength, intelligence, discipline, social, and creativity. It calculates XP based on effort level and applies multipliers for streaks, early completion, and multi-category combos. Character state persists in a local JSON file.
sovereign-commit-craft
Analyzes git diffs and staged changes to generate conventional commit messages, changelogs, release notes, and pull request descriptions. Enforces the Conventional Commits specification and provides SemVer guidance based on commit types.
sovereign-quest-master
Turns personal goals into RPG-style quests with XP rewards across stat categories like Intelligence, Strength, Creativity, and Discipline. Generates a daily mix of main quests, side quests, and weekly boss fights based on configured goals. Adjusts difficulty based on completion history.
sovereign-api-hardener
Audits API code against a 10-point security checklist covering rate limiting, input validation, authentication, CORS, security headers, injection prevention, error handling, request size limits, versioning, and logging. Produces a structured report with before/after code examples for each issue found, scored by priority. Works with Express.js, Flask, Gin, and Fastify.