Back to browse
Generate SKILL.md files from URLs, in the browser

Generate SKILL.md files from URLs, in the browser

by lukyvj·May 4, 2026·10 points·0 comments

AI Analysis

●●SolidSlickBig Brain

Client-side URL-to-SKILL.md converter bypasses backend proxies for secure agent training.

Strengths
  • Four-pass pipeline strips nav and ads before distilling content into structured markdown.
  • Running entirely in-browser means API keys never touch a third-party server.
Weaknesses
  • Depends on users adopting the niche SKILL.md format for Claude agents specifically.
  • Client-side fetching hits CORS walls on many documentation sites without a proxy.
Category
Target Audience

Developers building custom AI agent skills

Similar To

Jina AI · Firecrawl · Claude Artifacts

Post Description

I created this tool after writing a few agent skills by hand and noticing this pattern was repetitive. Paste a documentation URL, enter your own model API key, and it gets the page content client-side to create a reusable SKILL.md. There is no backend/proxy, so it stays as secure as possible. I would like feedback on the structure of the output and the edge cases.

Similar Projects

Productivity●●Solid

SkillForge – Turn Screen Recordings into Agent-Ready Skills

SkillForge turns the old 'show, don't tell' trick into code: record a task, and their AI teases clicks, keystrokes and navigation out of pixels into a stepwise skill file you can edit and export. The ability to trim video, rewrite steps via AI, and output a SKILL.md for agent frameworks is a practical, opinionated workflow that could shortcut lots of brittle RPA scripting — my main questions are reliability across dynamic UIs and privacy/recording controls, but the product direction is smart and tangible.

WizardrySolve My Problem
YaraDori
124mo ago
AI/ML●●Solid

SkillForge – Turn screen recordings into agent skill files

It records you doing a task, then auto-extracts clicks, keystrokes and navigation into a human-editable, step-by-step workflow and a SKILL.md you can feed to agent frameworks — that demo-to-skill UX is a real 'oh nice' moment. The landing page shows practical examples (spreadsheet entry, research, crypto checks) and an inline editor, but I want clarity on robustness: how it handles dynamic selectors, cross-app gestures, and sensitive data in recordings.

WizardrySolve My ProblemSlick
YaraDori
413mo ago
AI/ML●●Solid

SkillForge – Turn screen recordings into AI agent skills (SKILL.md)

Records clicks, keystrokes and app switches in-browser, then extracts them into an editable, step-by-step workflow you can trim, reorder and export as SKILL.md for agent frameworks. The UX reads thoughtfully — no-install browser recording, review/edit and Markdown export are practical — but the page shows polished examples rather than edge-case behavior; robustness across UI changes, element matching and secure credential handling are the unanswered hard problems here.

Solve My ProblemSlick
YaraDori
214mo ago