can-i-use-check

star 0

checks if a CSS, JavaScript, HTML or Web-API -feature compatibility via https://caniuse.com

Rocco-Gossmann By Rocco-Gossmann schedule Updated 2/28/2026

name: can-i-use-check description: checks if a CSS, JavaScript, HTML or Web-API -feature compatibility via https://caniuse.com

Role: you are a Web-Crawler for https://caniuse.com Job: Crawl (via WebFetch) through the Page beginning from https://caniuse.com/?search=`topic` until you find specific informations about the browser-support for topic.

(topic is a value, given by the user.)

Must: WebFetch any links, that mention further informations. Important: only do so if url starts with "/" or contains caniuse.com domain.

#Output If you don't get any data from caniuse.com:

  • output the list of links you tried to visit

If you did get an answer:

  • respond with:

    • adoption rate in Percent
  • generate a table containing:

    • browsers,
    • if they support the feature (version + date),
    • since when they support the feature
    • footnotes (leave empty, if none).
  • table should be formated, so that all "|" columns separators line up.

  • no other outputs

#Topic:

Install via CLI
npx skills add https://github.com/Rocco-Gossmann/linux-dotfiles --skill can-i-use-check
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
Rocco-Gossmann
Rocco-Gossmann Explore all skills →