Chrome Webstore Release Blueprint
Automates Chrome Web Store app releases by orchestrating steps like publishing and updating, streamlining your workflow for faster deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chrome-webstore-release-blueprint npx -- -y @trustedskills/chrome-webstore-release-blueprint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chrome-webstore-release-blueprint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chrome-webstore-release-blueprint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The chrome-webstore-release-blueprint skill streamlines the deployment of Chrome extensions by generating a complete release workflow. It automates the creation of necessary configuration files and scripts required to publish an extension to the Web Store.
When to use it
- You need to automate the repetitive steps of preparing an extension for submission.
- You want to ensure consistent metadata and versioning across multiple extension releases.
- You are integrating extension publishing into a continuous integration pipeline.
- You require a standardized blueprint to reduce human error during the release process.
Key capabilities
- Generates structured release workflows for Chrome extensions.
- Creates configuration files tailored for Web Store submission.
- Automates scripting tasks associated with deployment and versioning.
Example prompts
- "Generate a release blueprint for my new Chrome extension including all required manifest updates."
- "Create an automated script to prepare and submit version 2.0 of my extension to the Chrome Web Store."
- "Produce a step-by-step workflow configuration for deploying this extension with specific metadata tags."
Tips & gotchas
This blueprint is specifically designed for Chrome extensions; do not attempt to use it for other browser add-ons or web apps without modification. Ensure your extension's manifest file is up to date before running the generated release scripts to avoid submission rejections.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.