Skip to content

Instantly share code, notes, and snippets.

View pucilpet's full-sized avatar

Petteri Pucilowski pucilpet

View GitHub Profile
@pucilpet
pucilpet / SKILL.md
Last active May 2, 2026 12:25
CrawlGraph API skill for Claude Code — Common Crawl-powered backlink intelligence (free Ahrefs/Semrush alternative). Endpoints, auth, quotas, error handling, gap analysis workflow.
name crawlgraph
description Use when querying CrawlGraph backlink intelligence (Common Crawl-powered) — single-domain backlinks, async gap analysis, releases listing, and quarter-over-quarter changes. Trigger when user mentions "crawlgraph", "backlink gap analysis", "common crawl backlinks", "competitor backlinks", or sets a `CRAWLGRAPH_API_KEY`. Use this skill for SEO research workflows that benefit from a free Common Crawl-derived link graph instead of paid APIs (Ahrefs/Semrush/Majestic).

CrawlGraph API skill

CrawlGraph (crawlgraph.com) exposes a free backlink intelligence API powered by the Common Crawl hyperlink graph. Use it for backlink discovery, competitor gap analysis, and link-velocity tracking without paying for Ahrefs/Semrush.

Quick start

@pucilpet
pucilpet / gnome_40_wayland_nvidia.nix
Last active August 10, 2022 09:43 — forked from wochap/gnome_40_wayland_nvidia.nix
Nixos config for wayland and nvidia 470
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
let
isNvidia = meta.hostname == "petteri-pc";
in
{