skale.dev / skills

Recommended skills.

Each installs with curl -fsSL skale.dev/s/<name> | bash. Our own pi-skills enable via the package whitelist; external ones run their upstream installer.

  • fetch-url

    Fetch and extract readable text from any web page — articles, docs, Reddit, GitHub, StackOverflow.

    curl -fsSL https://skale.dev/s/fetch-url | bash
  • web-search

    Web search via SearXNG + Duck API. Images, news, videos. Works out of the box.

    curl -fsSL https://skale.dev/s/web-search | bash
  • surf

    Drive your real, logged-in Google Chrome on macOS — scrape, click, fill, screenshot. No daemon, no debug port.

    curl -fsSL https://skale.dev/s/surf | bash
  • web

    The web research + browser bundle: fetch-url + web-search + surf. Installs all three.

    curl -fsSL https://skale.dev/s/web | bash
  • impeccable

    Design skill — shape, critique, harden, and polish frontend UI + anti-pattern detector. Cross-harness.

    curl -fsSL https://skale.dev/s/impeccable | bash
  • improve-architecture

    Architecture review family — scan for deepening opportunities, HTML report, grill-through. Installs 6 skills (top + 5 sisters) into .agents/skills/. By @mattpocock.

    curl -fsSL https://skale.dev/s/improve-architecture | bash