ahel is live on Product Hunt today. Upvote

Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Web & browsing

2,461 results · page 55 of 83

  • follow-aleabitoSkillWeb & browsing

    Track Serenity / @aleabitoreddit on X and turn the feed into (1) a beginner-friendly Chinese iMessage digest with first-principles + Buffett-style judgement, (2) cumulative 60-day ticker mention analytics CSVs for a website, (3) a Xiaohongshu writing brief, and (4) a durable private research map. Tr

    Ready to connect★ 94

    github.com/lanfuli/aleabito-serenity-skills94 stars

    View details
  • 3d-image-rendererSkillWeb & browsing

    Generate PNG images by building a real Three.js 3D scene and capturing one frame headlessly — no image model involved. Takes a text prompt and an aspect ratio (1:1, 16:9, or 9:16) and produces a rendered PNG. Use this skill whenever the user asks to generate, create, or render an image, picture, sce

    Ready to connect★ 92

    github.com/hassancs91/claude-image-generation93 stars

    View details
  • anydesignSkillWeb & browsing

    Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or audit the design of something visual: a screenshot, a URL, a Fi

    Ready to connect★ 93

    github.com/avelikiy/great_cto93 stars

    View details
  • canvasSkillWeb & browsing

    Telegram bot that talks to headless Claude Code - proof of concept

    Ready to connect★ 93

    github.com/seedprod/openclaw-prompts-and-skills93 stars

    View details
  • tddSkillWeb & browsing

    Test-driven development in any language: write the test that specifies the behavior, then the code. Use when implementing a feature, fixing a bug (failing test first), refactoring, or adding coverage. Covers cargo test, Jest/Vitest/bun:test, pytest, go test, swift test, and E2E (Playwright, Maestro)

    Ready to connect★ 92

    github.com/filenclouddienste/filen-rs91 stars

    View details
  • evo-excel-financial-formulasSkillWeb & browsing

    Utilities for writing financial Excel formulas (log returns, rolling volatility, annualized volatility, XLOOKUP/INDEX+MATCH, RaR calculations) into openpyxl workbooks and triggering LibreOffice headless recalculation.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • evo-web-essay-scraperSkillWeb & browsing

    Scrapes and extracts clean text from Paul Graham essays on paulgraham.com. Handles legacy table-based HTML, character encoding, and text chunking for TTS APIs.

    Ready to connect★ 91

    github.com/openlair/openskill91 stars

    View details
  • benepass-reimbursementSkillWeb & browsing

    Submit expense reimbursements through Benepass (app.getbenepass.com). For users whose employer uses Benepass as their benefits platform. Handles login, benefit selection, form filling, receipt upload, and submission. Requires browser/computer-use capabilities.

    Ready to connect★ 90

    github.com/razshy/wiggle90 stars

    View details
  • built-in-browserSkillWeb & browsing

    Read this skill before the first step that uses the built-in browser, the browser pane inside the Claude desktop app (also called the in-app browser, the browser pane, Claude's browser, or \"your own browser\"), whose tools are named mcp__Claude_Browser__* when the session runs in the desktop app an

    Ready to connect★ 90

    github.com/razshy/wiggle90 stars

    View details
  • chrome-browserSkillWeb & browsing

    Read this skill before the first step that uses Claude in Chrome, the browser extension whose tools are named mcp__claude-in-chrome__* (also called Chrome, the browser extension, or the external browser) and which acts in the person's real Chrome with their own sign-ins; before those tools are turne

    Ready to connect★ 90

    github.com/razshy/wiggle90 stars

    View details
  • ai-assist-design-creatorSkillWeb & browsing

    Reverse-engineer a website's visual design system from a URL and produce a fully spec-compliant DESIGN.md file (https://github.com/google-labs-code/design.md). The output includes both machine-readable YAML design tokens (colors, typography, spacing, rounded corners, components) and human-readable m

    Ready to connect★ 89

    github.com/jparkerweb/ai-assist-skills88 stars

    View details
  • ai-assist-dockerize-websiteSkillWeb & browsing

    Guide the user through containerizing and serving a simple website or documentation folder with Docker — inspects the project to detect what to serve (ready-to-serve static HTML, a buildable site that emits static output, or a raw markdown/docs folder that needs rendering), generates a Dockerfile, .

    Ready to connect★ 89

    github.com/jparkerweb/ai-assist-skills88 stars

    View details
  • ai-assist-prototypeSkillWeb & browsing

    Build self-contained, double-click-to-open HTML prototypes so the user can vet an interface before it gets built. One file holds several structurally different variants of a page, app screen, component, flow, or terminal/TUI layout (rendered in-browser), plus a draggable Design Deck for flipping bet

    Ready to connect★ 89

    github.com/jparkerweb/ai-assist-skills88 stars

    View details
  • debug-browserSkillWeb & browsing

    Reproduce and resolve an authorized browser issue using runtime evidence. Use when the user types /debug-browser.

    Ready to connect★ 89

    github.com/blockmatic/basilic89 stars

    View details
  • playwright-v1SkillWeb & browsing

    Ad-hoc Playwright browser automation (scripts in /tmp). Use when testing a URL in a visible browser. App E2E belongs in the consuming repo's E2E dirs — see project rules (e.g. e2e-playwright.mdc).

    Ready to connect★ 89

    github.com/blockmatic/basilic89 stars

    View details
  • ck:agent-browserSkillWeb & browsing

    AI-optimized browser automation CLI with context-efficient snapshots. Use for long autonomous sessions, self-verifying workflows, video recording, and cloud browser testing (Browserbase).

    Ready to connect★ 88

    github.com/manhvann/codexkit88 stars

    View details
  • ck:chrome-devtoolsSkillWeb & browsing

    Automate browsers with Puppeteer CLI scripts and persistent sessions. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, JavaScript debugging.

    Ready to connect★ 88

    github.com/manhvann/codexkit88 stars

    View details
  • ck:tanstackSkillWeb & browsing

    Build with TanStack Start (full-stack React framework), TanStack Form (headless form management), and TanStack AI (AI streaming/chat). Use when creating TanStack projects, routes, server functions, forms, validation, or AI chat features.

    Ready to connect★ 88

    github.com/manhvann/codexkit88 stars

    View details
  • ck:web-testingSkillWeb & browsing

    Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.

    Ready to connect★ 88

    github.com/manhvann/codexkit88 stars

    View details
  • explainer-siteSkillWeb & browsing

    Create "How X Works" deep-dive explainer websites with the curious, technical-but-accessible style of howkeyboardswork.com. Use when asked to explain how something works, create an educational single-page guide, or build an interactive explainer site on any topic.

    Ready to connect★ 88

    github.com/drpedapati/sciclaw88 stars

    View details
  • hitkeep-ai-visibility-analystSkillWeb & browsing

    Analyze HitKeep AI visibility data. Use for AI crawler fetches, AI-referred visits, assistant names or families, citation yield, resource types, top paths, fetch failures, Search Console context, GPTBot, ClaudeBot, ChatGPT, Claude, Perplexity, AI search, or whether assistants are discovering and sen

    Ready to connect★ 88

    github.com/pascalebeier/hitkeep85 stars

    View details
  • notebooklmSkillWeb & browsing

    Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

    Ready to connect★ 88

    github.com/walidboulanouar/ay-skills88 stars

    View details
  • ad-creative-generationSkillWeb & browsing

    Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity from a website, writes ad copy variants, and produces brand-consistent images using reference-based image generation. Use when the user asks

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details
  • brand-contextSkillWeb & browsing

    Create and maintain a single brand-context.md — positioning, audience, personas, pain points, customer language, voice, proof points — that every other marketing skill reads before asking the user to re-explain their business. Auto-drafts from the brand's site via Firecrawl, or builds the doc throug

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details
  • cloning-websites-to-weaverseSkillWeb & browsing

    Use when recreating a reference website or brand hub in this Hydrogen plus Weaverse repo, especially when deciding whether to reuse sections, add global styles, update theme schema, or resolve conflicts between the live site and project brand guidelines.

    Ready to connect★ 87

    github.com/weaverse/shopify-hydrogen-skills87 stars

    View details
  • cold-email-outreachSkillWeb & browsing

    Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft personalized emails using proven hook frameworks, send via Gmail with safe defaults, and route replies into labeled folders. Use when the us

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details
  • competitor-intelSkillWeb & browsing

    Run end-to-end competitor research and monitoring through the Hyper MCP — pick the set, scrape every public surface (site, blog, pricing, organic social, search rank, mentions, demand) via Firecrawl + HyperSEO + the Apify scrapers, diff against last run, and synthesize a brief. Use when the user wan

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details
  • customer-researchSkillWeb & browsing

    Mine online communities and analyze existing assets to understand what customers actually think, say, and struggle with. Use when the user wants to do customer research, ICP research, voice-of-customer (VOC), review mining, Reddit mining, YouTube comment analysis, G2/Capterra scraping, build custome

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details
  • hydrogen-analytics-trackingSkillWeb & browsing

    End-to-end analytics & conversion tracking on Shopify Hydrogen — GTM, GA4 (browser + Measurement Protocol), Meta Pixel + CAPI, Google Ads, consent mode, CSP, Oxygen full-page cache. Real-world patterns from production deployments.

    Ready to connect★ 87

    github.com/weaverse/shopify-hydrogen-skills87 stars

    View details
  • meta-ads-librarySkillWeb & browsing

    Research competitor Facebook and Instagram ads from the Meta Ads Library via the Hyper MCP — search by keyword, pull full ad creative and metadata, enrich with page contact info for lead generation, and surface structured ad-intelligence summaries in chat. Use when the user wants to scrape the Meta

    Ready to connect★ 86

    github.com/hyperfx-ai/marketing-skills87 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI