mulmocast-app
Automated release notes, videos, and social announcements
All Skills in This Repository (10)
Pure Emerald Level Indicatorsrelease-script
Generate Japanese MulmoCast video scripts from release notes and X post drafts.
discord-release
Convert an X release draft into a formatted Discord message and post it via webhook.
qa-create
Generate Playwright QA tests for MulmoCast with verified DOM selectors.
release-youtube
Generate English and Japanese YouTube upload metadata with M:SS timestamps from release notes.
release
Orchestrates an end-to-end release workflow guided by YAML-defined phases and user confirmation.
release-notes
Generate release notes from merged pull requests since the previous tag.
release-tag
Create GitHub release tags with English highlights from release notes.
release-xpost
Generates X thread drafts from versioned release notes with weighted character-count validation.
release-zenn
Generate Zenn release articles from MulmoScript JSON with media links.
mcp-pw
Automate Electron app UI interactions and screenshots via Playwright MCP over CDP.
Frequently Asked Questions
FAQPage SchemaHow to install MulmoCast App skills?▼
Run `npx skills add receptron/mulmocast-app --all -g -y` in your terminal to install all release and QA skills globally.
How to automate a software release announcement?▼
Run the /release skill with a version number, and it orchestrates release notes, X drafts, Discord posts, YouTube metadata, and GitHub Release creation step by step.
Can it generate release note videos automatically?▼
Yes. The release-script skill builds a MulmoScript from your release notes and generates narrated Japanese and English videos with timestamps.
Does it work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding environments.
Can it create QA tests for Electron apps?▼
Yes. The qa-create skill designs and generates Playwright-based test suites for the running Electron app, verifying selectors against the real DOM before writing code.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core