Support
For support, include the extension name, version, browser version, page URL, and the exact error shown in the side panel.
Chrome Web Store
Chrome Web Store link will be added here after the extension is published.
Basic Use
- Open a page with useful text.
- Open the extension side panel.
- Click Make skill.
- Review the SKILL.md preview and quick check.
- Click Improve if you want AI help with the draft.
- Export the ZIP locally.
Reviewer Checklist
- The extension reads the active tab only after user action.
- The extension should fail clearly on restricted pages such as browser settings pages.
- The side panel should render without console errors from extension code.
- Users should not be asked for an API key.
- The AI helper should not send page context until the user clicks Improve.
- If the AI helper is unavailable, a local draft should still be usable.
- Repeat Improve clicks should be rate-limited or served from the recent local cache.
- Export should download a ZIP containing
SKILL.md,README.md, andreferences/source-manifest.json.
Known Limits
The extension reads visible page context. It does not read hidden panels, inaccessible iframes, whole websites, or media streams. AI Improve has fair-use limits: 10 new improves per hour, 30 per day, and a short cooldown. Refresh the generated skill when the page changes materially.