https://github.com/inledgroup/web2skill
Convert any documentation website into a pack of markdown skills for your AI coding agents in one click
https://github.com/inledgroup/web2skill
chrome-extension documentation-to-markdown markdown skill-md skills skills-sh web-to-markdown web2skill
Last synced: 22 days ago
JSON representation
Convert any documentation website into a pack of markdown skills for your AI coding agents in one click
- Host: GitHub
- URL: https://github.com/inledgroup/web2skill
- Owner: InledGroup
- Created: 2026-05-13T15:23:23.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T15:29:50.000Z (2 months ago)
- Last Synced: 2026-05-13T17:28:02.949Z (2 months ago)
- Topics: chrome-extension, documentation-to-markdown, markdown, skill-md, skills, skills-sh, web-to-markdown, web2skill
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web2Skill
Convert any documentation website into a curated, perfectly converted pack of markdown documents to use as skills for your AI coding agents. All the links between internal pages are replaced with relative links to the markdown files.
You don't need a skills website, a claude agent crawling a website o a boring shell command or script, you have all you need in a single extension.
# Functionality
The extension automatically detects the index component of a website, if the auto-detection don't work, you can select the component with the list of pages and the extension will read it.
Next, the extension uses turndown to convert the HTML sites to a perfectly converted markdown. All the functionality happens in the extension popup due to limitations of the background task permissions of Chrome.
# Auditable
All the code is here. I can't publish to Chrome Web Store yet due to minimal age requirements.
For trust purposes, a Github Action that can be audited compiles and packs the extension into a Chrome extension format.
# Install
You can install the extension unzipping the extension compressed file and uploading to chrome://extensions in developer mode clicking on "Upload uncompressed"
> [!NOTE]
> If you find this extension useful, I would be very happy if you left a star.