Skip to content
https://aiagentskills.net

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
4

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

581 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.02 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

242 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.51 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.05 s

Page Load Progression

768 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.4 s
6.1 s
Checks
23
13 PASS 4 REVIEW 2 FIX
D
JS Execution Cost
Action
2344ms total JS execution
FIX
2344ms total JS execution
Warning::
https://aiagentskills.net/: 1072ms CPU time
Warning::
https://aiagentskills.net/_next/static/chunks/5836...: 579ms CPU time
Warning::
Unattributable: 298ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-3TLP...: 143ms CPU time
Info::
https://aiagentskills.net/_next/static/chunks/webp...: 103ms CPU time
Info::
Third-party scripts: 143ms (6% of total)

Main Thread Breakdown

Style & Layout 34% Other 27% Script Evaluation 27% Rendering 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://aiagentskills.net/1072ms28ms23ms1st
https://aiagentskills.net/_next/static/chunks/5836-0e5a888f783c31ea.js579ms217ms6ms1st
Unattributable298ms28ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-3TLPF2VC0M143ms113ms23ms3rd
https://aiagentskills.net/_next/static/chunks/webpack-7f2d1d189df53256.js103ms102ms1ms1st
https://aiagentskills.net/cdn-cgi/challenge-platform/scripts/jsd/main.js94ms89ms1ms1st
https://aiagentskills.net/_next/static/chunks/5cd64b6a-f0b5ace5478f67ee.js55ms28ms9ms1st
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
55% third-party, 0 ms blocking
REVIEW
55% third-party, 0 ms blocking
Warning::
Third-party code accounts for 55% of page weight (494.4 KiB of 904.3 KiB)
Info::
Third-party blocking time is low (0 ms)
45%
55%
First-party Third-party
B
Image Optimization
39 images, 0 KB saveable
REVIEW
39 images, 0 KB saveable
Info::
All images are well-optimized
39 images 70 KB
0 oversized -0 KB
39 legacy format
0 missing dimensions CLS risk
B
JS Bundles
27 scripts, 142 KB unused
REVIEW
27 scripts, 142 KB unused
Warning::
https://accounts.google.com/gsi/client: 74 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3TLP...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 142 KB
142 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client99 KB74 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3TLPF2VC0M169 KB68 KB (40%)3rd
https://aiagentskills.net/_next/static/chunks/7337-8948fabbc8c4200f.js16 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611 KB3rd
https://aiagentskills.net/_next/static/chunks/main-app-121cba408599cb0b.js1 KB1st
https://aiagentskills.net/_next/static/chunks/2030-d819de2dcaf03ec9.js3 KB1st
https://aiagentskills.net/_next/static/chunks/app/layout-39ec439b89327ea9.js9 KB1st
https://aiagentskills.net/_next/static/chunks/7929-967f882f26c8c47c.js8 KB1st
https://aiagentskills.net/_next/static/chunks/app/error-639079d624bad474.js3 KB1st
https://aiagentskills.net/_next/static/chunks/481-a77e496ad1992c66.js4 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
A
Page Weight Budget
904 KB transferred, 166 requests
PASS
904 KB transferred, 166 requests
Info::
Page weighs 2.4 MB (904 KB transferred)
Warning::
JavaScript is 533 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 533 KB
Warning::
166 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.19 g CO2 per page load
904 KB / 2.4 MB budget
904 KB transferred
166 requests
0.19 g CO2 per page load
JavaScript 533.2 KiB 59%
Other 146.6 KiB 16%
Images 69.6 KiB 8%
Other 56.3 KiB 6%
HTML 51.9 KiB 6%
CSS 43.3 KiB 5%
Other 1.5 KiB 0%
Other 917 B 0%
Other 864 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-cache, no-store, max-age=0, must-revalidate
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
166 resources · 904 KB · 142 KB savings available
PASS
166 resources · 904 KB · 142 KB savings available
Info::
Within 1MB page-weight target
Got: 904 KB
Info::
~142 KB of savings available
Warning::
86 third-party resources (55% of weight)
166 resources · 904.3 KiB · 86 third-party Within 1MB page-weight target
JavaScript 59% · 533.2 KiB
Document 21% · 192.9 KiB
Image 8% · 75.0 KiB
Other 7% · 59.8 KiB
CSS 5% · 43.3 KiB

~141.6 KiB of savings available

Remove unused JavaScript: 141.6 KiB
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
166 requests over 5763ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 581 ms LCP 1.0 shttps://aiagentskills.net// https://aiagentskills.net/ — 200 — 51.9 KiB — 1.2 s — h3https://aiagentskills.net/_next/static/css/74502deae3697534.css/_next/static/css/74502deae3697534.... https://aiagentskills.net/_next/static/css/74502deae3697534.css — 200 — 42.7 KiB — 31 ms — h3https://aiagentskills.net/_next/static/chunks/webpack-7f2d1d189df53256.js/_next/static/chunks/webpack-7f2d1d... https://aiagentskills.net/_next/static/chunks/webpack-7f2d1d189df53256.js — 200 — 2.3 KiB — 21 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 53 ms — h2https://aiagentskills.net/_next/static/chunks/5cd64b6a-f0b5ace5478f67ee.js/_next/static/chunks/5cd64b6a-f0b5a... https://aiagentskills.net/_next/static/chunks/5cd64b6a-f0b5ace5478f67ee.js — 200 — 63.1 KiB — 29 ms — h3https://aiagentskills.net/manifest.webmanifest/manifest.webmanifest https://aiagentskills.net/manifest.webmanifest — 200 — 864 B — 83 ms — h3https://aiagentskills.net/_next/static/chunks/5836-0e5a888f783c31ea.js/_next/static/chunks/5836-0e5a888f7... https://aiagentskills.net/_next/static/chunks/5836-0e5a888f783c31ea.js — 200 — 51.6 KiB — 90 ms — h3https://aiagentskills.net/_next/static/chunks/main-app-121cba408599cb0b.js/_next/static/chunks/main-app-121cb... https://aiagentskills.net/_next/static/chunks/main-app-121cba408599cb0b.js — 200 — 704 B — 53 ms — h3https://aiagentskills.net/_next/static/chunks/2030-d819de2dcaf03ec9.js/_next/static/chunks/2030-d819de2dc... https://aiagentskills.net/_next/static/chunks/2030-d819de2dcaf03ec9.js — 200 — 3.4 KiB — 90 ms — h3https://aiagentskills.net/_next/static/chunks/app/layout-39ec439b89327ea9.js/_next/static/chunks/app/layout-39e... https://aiagentskills.net/_next/static/chunks/app/layout-39ec439b89327ea9.js — 200 — 9.0 KiB — 52 ms — h3https://aiagentskills.net/_next/static/chunks/7929-967f882f26c8c47c.js/_next/static/chunks/7929-967f882f2... https://aiagentskills.net/_next/static/chunks/7929-967f882f26c8c47c.js — 200 — 8.4 KiB — 52 ms — h3https://aiagentskills.net/_next/static/chunks/app/error-639079d624bad474.js/_next/static/chunks/app/error-6390... https://aiagentskills.net/_next/static/chunks/app/error-639079d624bad474.js — 200 — 2.9 KiB — 37 ms — h3https://aiagentskills.net/_next/static/chunks/481-a77e496ad1992c66.js/_next/static/chunks/481-a77e496ad1... https://aiagentskills.net/_next/static/chunks/481-a77e496ad1992c66.js — 200 — 4.1 KiB — 65 ms — h3https://aiagentskills.net/_next/static/chunks/1406-2e94d5abc6039fb4.js/_next/static/chunks/1406-2e94d5abc... https://aiagentskills.net/_next/static/chunks/1406-2e94d5abc6039fb4.js — 200 — 5.8 KiB — 64 ms — h3https://aiagentskills.net/_next/static/chunks/app/not-found-da1f2bbd38cf30e4.js/_next/static/chunks/app/not-found-... https://aiagentskills.net/_next/static/chunks/app/not-found-da1f2bbd38cf30e4.js — 200 — 652 B — 79 ms — h3https://aiagentskills.net/_next/static/chunks/7337-8948fabbc8c4200f.js/_next/static/chunks/7337-8948fabbc... https://aiagentskills.net/_next/static/chunks/7337-8948fabbc8c4200f.js — 200 — 15.5 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/1374-747212215df72aab.js/_next/static/chunks/1374-747212215... https://aiagentskills.net/_next/static/chunks/1374-747212215df72aab.js — 200 — 10.2 KiB — 65 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/layout-4b389a8a4abf446a.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/layout-4b389a8a4abf446a.js — 200 — 3.7 KiB — 78 ms — h3https://aiagentskills.net/_next/static/chunks/8392-488d1d9ec4bace3d.js/_next/static/chunks/8392-488d1d9ec... https://aiagentskills.net/_next/static/chunks/8392-488d1d9ec4bace3d.js — 200 — 4.8 KiB — 49 ms — h3https://aiagentskills.net/_next/static/chunks/4608-533dabb7602b3779.js/_next/static/chunks/4608-533dabb76... https://aiagentskills.net/_next/static/chunks/4608-533dabb7602b3779.js — 200 — 13.5 KiB — 87 ms — h3https://aiagentskills.net/_next/static/chunks/9718-c72de8dfb22323cc.js/_next/static/chunks/9718-c72de8dfb... https://aiagentskills.net/_next/static/chunks/9718-c72de8dfb22323cc.js — 200 — 10.5 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/3213-6623e3879f5b7589.js/_next/static/chunks/3213-6623e3879... https://aiagentskills.net/_next/static/chunks/3213-6623e3879f5b7589.js — 200 — 18.9 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/layout-e51fa7a88ede0bee.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/layout-e51fa7a88ede0bee.js — 200 — 7.3 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/page-081d98d6e8a8fde1.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/page-081d98d6e8a8fde1.js — 200 — 5.4 KiB — 82 ms — h3https://github.com/lobehub.png?size=56github.com/lobehub.png?size=56 https://github.com/lobehub.png?size=56 — 302 — 3.6 KiB — 156 ms — h2https://github.com/browser-use.png?size=48github.com/browser-use.png?size=48 https://github.com/browser-use.png?size=48 — 302 — 3.6 KiB — 171 ms — h2https://github.com/browser-use.png?size=20github.com/browser-use.png?size=20 https://github.com/browser-use.png?size=20 — 302 — 3.6 KiB — 170 ms — h2https://github.com/nexu-io.png?size=48github.com/nexu-io.png?size=48 https://github.com/nexu-io.png?size=48 — 302 — 3.6 KiB — 169 ms — h2https://github.com/nexu-io.png?size=20github.com/nexu-io.png?size=20 https://github.com/nexu-io.png?size=20 — 302 — 3.6 KiB — 154 ms — h2https://github.com/bytedance.png?size=48github.com/bytedance.png?size=48 https://github.com/bytedance.png?size=48 — 302 — 3.6 KiB — 154 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 581 ms LCP 1.0 shttps://aiagentskills.net// https://aiagentskills.net/ — 200 — 51.9 KiB — 1.2 s — h3https://aiagentskills.net/_next/static/css/74502deae3697534.css/_next/static/css/74502deae3697534.... https://aiagentskills.net/_next/static/css/74502deae3697534.css — 200 — 42.7 KiB — 31 ms — h3https://aiagentskills.net/_next/static/chunks/webpack-7f2d1d189df53256.js/_next/static/chunks/webpack-7f2d1d... https://aiagentskills.net/_next/static/chunks/webpack-7f2d1d189df53256.js — 200 — 2.3 KiB — 21 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 53 ms — h2https://aiagentskills.net/_next/static/chunks/5cd64b6a-f0b5ace5478f67ee.js/_next/static/chunks/5cd64b6a-f0b5a... https://aiagentskills.net/_next/static/chunks/5cd64b6a-f0b5ace5478f67ee.js — 200 — 63.1 KiB — 29 ms — h3https://aiagentskills.net/manifest.webmanifest/manifest.webmanifest https://aiagentskills.net/manifest.webmanifest — 200 — 864 B — 83 ms — h3https://aiagentskills.net/_next/static/chunks/5836-0e5a888f783c31ea.js/_next/static/chunks/5836-0e5a888f7... https://aiagentskills.net/_next/static/chunks/5836-0e5a888f783c31ea.js — 200 — 51.6 KiB — 90 ms — h3https://aiagentskills.net/_next/static/chunks/main-app-121cba408599cb0b.js/_next/static/chunks/main-app-121cb... https://aiagentskills.net/_next/static/chunks/main-app-121cba408599cb0b.js — 200 — 704 B — 53 ms — h3https://aiagentskills.net/_next/static/chunks/2030-d819de2dcaf03ec9.js/_next/static/chunks/2030-d819de2dc... https://aiagentskills.net/_next/static/chunks/2030-d819de2dcaf03ec9.js — 200 — 3.4 KiB — 90 ms — h3https://aiagentskills.net/_next/static/chunks/app/layout-39ec439b89327ea9.js/_next/static/chunks/app/layout-39e... https://aiagentskills.net/_next/static/chunks/app/layout-39ec439b89327ea9.js — 200 — 9.0 KiB — 52 ms — h3https://aiagentskills.net/_next/static/chunks/7929-967f882f26c8c47c.js/_next/static/chunks/7929-967f882f2... https://aiagentskills.net/_next/static/chunks/7929-967f882f26c8c47c.js — 200 — 8.4 KiB — 52 ms — h3https://aiagentskills.net/_next/static/chunks/app/error-639079d624bad474.js/_next/static/chunks/app/error-6390... https://aiagentskills.net/_next/static/chunks/app/error-639079d624bad474.js — 200 — 2.9 KiB — 37 ms — h3https://aiagentskills.net/_next/static/chunks/481-a77e496ad1992c66.js/_next/static/chunks/481-a77e496ad1... https://aiagentskills.net/_next/static/chunks/481-a77e496ad1992c66.js — 200 — 4.1 KiB — 65 ms — h3https://aiagentskills.net/_next/static/chunks/1406-2e94d5abc6039fb4.js/_next/static/chunks/1406-2e94d5abc... https://aiagentskills.net/_next/static/chunks/1406-2e94d5abc6039fb4.js — 200 — 5.8 KiB — 64 ms — h3https://aiagentskills.net/_next/static/chunks/app/not-found-da1f2bbd38cf30e4.js/_next/static/chunks/app/not-found-... https://aiagentskills.net/_next/static/chunks/app/not-found-da1f2bbd38cf30e4.js — 200 — 652 B — 79 ms — h3https://aiagentskills.net/_next/static/chunks/7337-8948fabbc8c4200f.js/_next/static/chunks/7337-8948fabbc... https://aiagentskills.net/_next/static/chunks/7337-8948fabbc8c4200f.js — 200 — 15.5 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/1374-747212215df72aab.js/_next/static/chunks/1374-747212215... https://aiagentskills.net/_next/static/chunks/1374-747212215df72aab.js — 200 — 10.2 KiB — 65 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/layout-4b389a8a4abf446a.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/layout-4b389a8a4abf446a.js — 200 — 3.7 KiB — 78 ms — h3https://aiagentskills.net/_next/static/chunks/8392-488d1d9ec4bace3d.js/_next/static/chunks/8392-488d1d9ec... https://aiagentskills.net/_next/static/chunks/8392-488d1d9ec4bace3d.js — 200 — 4.8 KiB — 49 ms — h3https://aiagentskills.net/_next/static/chunks/4608-533dabb7602b3779.js/_next/static/chunks/4608-533dabb76... https://aiagentskills.net/_next/static/chunks/4608-533dabb7602b3779.js — 200 — 13.5 KiB — 87 ms — h3https://aiagentskills.net/_next/static/chunks/9718-c72de8dfb22323cc.js/_next/static/chunks/9718-c72de8dfb... https://aiagentskills.net/_next/static/chunks/9718-c72de8dfb22323cc.js — 200 — 10.5 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/3213-6623e3879f5b7589.js/_next/static/chunks/3213-6623e3879... https://aiagentskills.net/_next/static/chunks/3213-6623e3879f5b7589.js — 200 — 18.9 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/layout-e51fa7a88ede0bee.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/layout-e51fa7a88ede0bee.js — 200 — 7.3 KiB — 88 ms — h3https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/page-081d98d6e8a8fde1.js/_next/static/chunks/app/%5Blocale%... https://aiagentskills.net/_next/static/chunks/app/%5Blocale%5D/(directory)/page-081d98d6e8a8fde1.js — 200 — 5.4 KiB — 82 ms — h3https://github.com/lobehub.png?size=56github.com/lobehub.png?size=56 https://github.com/lobehub.png?size=56 — 302 — 3.6 KiB — 156 ms — h2https://github.com/browser-use.png?size=48github.com/browser-use.png?size=48 https://github.com/browser-use.png?size=48 — 302 — 3.6 KiB — 171 ms — h2https://github.com/browser-use.png?size=20github.com/browser-use.png?size=20 https://github.com/browser-use.png?size=20 — 302 — 3.6 KiB — 170 ms — h2https://github.com/nexu-io.png?size=48github.com/nexu-io.png?size=48 https://github.com/nexu-io.png?size=48 — 302 — 3.6 KiB — 169 ms — h2https://github.com/nexu-io.png?size=20github.com/nexu-io.png?size=20 https://github.com/nexu-io.png?size=20 — 302 — 3.6 KiB — 154 ms — h2https://github.com/bytedance.png?size=48github.com/bytedance.png?size=48 https://github.com/bytedance.png?size=48 — 302 — 3.6 KiB — 154 ms — h2https://github.com/nvidia.png?size=48github.com/nvidia.png?size=48 https://github.com/nvidia.png?size=48 — 302 — 3.6 KiB — 199 ms — h2https://github.com/nvidia.png?size=20github.com/nvidia.png?size=20 https://github.com/nvidia.png?size=20 — 302 — 3.6 KiB — 203 ms — h2https://github.com/mattpocock.png?size=48github.com/mattpocock.png?size=48 https://github.com/mattpocock.png?size=48 — 302 — 3.6 KiB — 197 ms — h2https://github.com/mattpocock.png?size=20github.com/mattpocock.png?size=20 https://github.com/mattpocock.png?size=20 — 302 — 3.6 KiB — 196 ms — h2https://github.com/dietrichgebert.png?size=48github.com/dietrichgebert.png?size=... https://github.com/dietrichgebert.png?size=48 — 302 — 3.6 KiB — 205 ms — h2https://github.com/dietrichgebert.png?size=20github.com/dietrichgebert.png?size=... https://github.com/dietrichgebert.png?size=20 — 302 — 3.6 KiB — 196 ms — h2https://github.com/stablyai.png?size=48github.com/stablyai.png?size=48 https://github.com/stablyai.png?size=48 — 302 — 3.6 KiB — 192 ms — h2https://github.com/stablyai.png?size=20github.com/stablyai.png?size=20 https://github.com/stablyai.png?size=20 — 302 — 3.6 KiB — 197 ms — h2https://github.com/cathrynlavery.png?size=48github.com/cathrynlavery.png?size=4... https://github.com/cathrynlavery.png?size=48 — 302 — 3.6 KiB — 190 ms — h2https://github.com/cathrynlavery.png?size=20github.com/cathrynlavery.png?size=2... https://github.com/cathrynlavery.png?size=20 — 302 — 3.6 KiB — 184 ms — h2https://github.com/nousresearch.png?size=48github.com/nousresearch.png?size=48 https://github.com/nousresearch.png?size=48 — 302 — 3.6 KiB — 187 ms — h2https://github.com/nousresearch.png?size=20github.com/nousresearch.png?size=20 https://github.com/nousresearch.png?size=20 — 302 — 3.6 KiB — 185 ms — h2https://github.com/obra.png?size=48github.com/obra.png?size=48 https://github.com/obra.png?size=48 — 302 — 3.6 KiB — 189 ms — h2https://github.com/obra.png?size=20github.com/obra.png?size=20 https://github.com/obra.png?size=20 — 302 — 3.6 KiB — 183 ms — h2https://github.com/usestrix.png?size=48github.com/usestrix.png?size=48 https://github.com/usestrix.png?size=48 — 302 — 3.6 KiB — 183 ms — h2https://github.com/usestrix.png?size=20github.com/usestrix.png?size=20 https://github.com/usestrix.png?size=20 — 302 — 3.6 KiB — 184 ms — h2https://github.com/forrestchang.png?size=48github.com/forrestchang.png?size=48 https://github.com/forrestchang.png?size=48 — 302 — 3.6 KiB — 186 ms — h2https://github.com/forrestchang.png?size=20github.com/forrestchang.png?size=20 https://github.com/forrestchang.png?size=20 — 302 — 3.6 KiB — 187 ms — h2https://github.com/multica-ai.png?size=48github.com/multica-ai.png?size=48 https://github.com/multica-ai.png?size=48 — 302 — 3.6 KiB — 183 ms — h2https://github.com/multica-ai.png?size=20github.com/multica-ai.png?size=20 https://github.com/multica-ai.png?size=20 — 302 — 3.6 KiB — 174 ms — h2https://avatars.githubusercontent.com/u/263625318?s=20&v=4avatars.githubusercontent.com/u/263... https://avatars.githubusercontent.com/u/263625318?s=20&v=4 — 200 — 1.1 KiB — 142 ms — h2https://avatars.githubusercontent.com/u/4158466?s=48&v=4avatars.githubusercontent.com/u/415... https://avatars.githubusercontent.com/u/4158466?s=48&v=4 — 200 — 1.3 KiB — 33 ms — h2https://avatars.githubusercontent.com/u/131470832?s=56&v=4avatars.githubusercontent.com/u/131... https://avatars.githubusercontent.com/u/131470832?s=56&v=4 — 200 — 6.1 KiB — 255 ms — h2https://avatars.githubusercontent.com/u/263625318?s=48&v=4avatars.githubusercontent.com/u/263... https://avatars.githubusercontent.com/u/263625318?s=48&v=4 — 200 — 1.8 KiB — 30 ms — h2https://avatars.githubusercontent.com/u/192012301?s=20&v=4avatars.githubusercontent.com/u/192... https://avatars.githubusercontent.com/u/192012301?s=20&v=4 — 200 — 972 B — 136 ms — h2https://avatars.githubusercontent.com/u/192012301?s=48&v=4avatars.githubusercontent.com/u/192... https://avatars.githubusercontent.com/u/192012301?s=48&v=4 — 200 — 2.4 KiB — 27 ms — h2https://github.com/bytedance.png?size=20github.com/bytedance.png?size=20 https://github.com/bytedance.png?size=20 — 302 — 3.6 KiB — 134 ms — h2https://github.com/supabase.png?size=48github.com/supabase.png?size=48 https://github.com/supabase.png?size=48 — 302 — 3.6 KiB — 128 ms — h2https://github.com/supabase.png?size=20github.com/supabase.png?size=20 https://github.com/supabase.png?size=20 — 302 — 3.6 KiB — 129 ms — h2https://github.com/affaan-m.png?size=48github.com/affaan-m.png?size=48 https://github.com/affaan-m.png?size=48 — 302 — 3.6 KiB — 128 ms — h2https://github.com/affaan-m.png?size=20github.com/affaan-m.png?size=20 https://github.com/affaan-m.png?size=20 — 302 — 3.6 KiB — 138 ms — h2https://github.com/facebook.png?size=48github.com/facebook.png?size=48 https://github.com/facebook.png?size=48 — 302 — 3.6 KiB — 131 ms — h2https://github.com/facebook.png?size=20github.com/facebook.png?size=20 https://github.com/facebook.png?size=20 — 302 — 3.6 KiB — 126 ms — h2https://github.com/composiohq.png?size=48github.com/composiohq.png?size=48 https://github.com/composiohq.png?size=48 — 302 — 3.6 KiB — 128 ms — h2https://github.com/composiohq.png?size=20github.com/composiohq.png?size=20 https://github.com/composiohq.png?size=20 — 302 — 3.6 KiB — 145 ms — h2https://github.com/github.png?size=48github.com/github.png?size=48 https://github.com/github.png?size=48 — 302 — 3.6 KiB — 140 ms — h2https://github.com/github.png?size=20github.com/github.png?size=20 https://github.com/github.png?size=20 — 302 — 3.6 KiB — 239 ms — h2https://github.com/amelnagdy.png?size=48github.com/amelnagdy.png?size=48 https://github.com/amelnagdy.png?size=48 — 302 — 3.6 KiB — 241 ms — h2https://github.com/amelnagdy.png?size=20github.com/amelnagdy.png?size=20 https://github.com/amelnagdy.png?size=20 — 302 — 3.6 KiB — 246 ms — h2https://avatars.githubusercontent.com/u/28293365?s=20&v=4avatars.githubusercontent.com/u/282... https://avatars.githubusercontent.com/u/28293365?s=20&v=4 — 200 — 1.1 KiB — 9 ms — h2https://avatars.githubusercontent.com/u/137048761?s=20&v=4avatars.githubusercontent.com/u/137... https://avatars.githubusercontent.com/u/137048761?s=20&v=4 — 200 — 1.3 KiB — 152 ms — h2https://avatars.githubusercontent.com/u/28293365?s=48&v=4avatars.githubusercontent.com/u/282... https://avatars.githubusercontent.com/u/28293365?s=48&v=4 — 200 — 4.0 KiB — 48 ms — h2https://avatars.githubusercontent.com/u/1728152?s=48&v=4avatars.githubusercontent.com/u/172... https://avatars.githubusercontent.com/u/1728152?s=48&v=4 — 200 — 2.4 KiB — 49 ms — h2https://avatars.githubusercontent.com/u/50469282?s=20&v=4avatars.githubusercontent.com/u/504... https://avatars.githubusercontent.com/u/50469282?s=20&v=4 — 200 — 1.0 KiB — 27 ms — h2https://avatars.githubusercontent.com/u/50469282?s=48&v=4avatars.githubusercontent.com/u/504... https://avatars.githubusercontent.com/u/50469282?s=48&v=4 — 200 — 1.4 KiB — 40 ms — h2https://avatars.githubusercontent.com/u/127256420?s=48&v=4avatars.githubusercontent.com/u/127... https://avatars.githubusercontent.com/u/127256420?s=48&v=4 — 200 — 1.9 KiB — 181 ms — h2https://avatars.githubusercontent.com/u/134168893?s=20&v=4avatars.githubusercontent.com/u/134... https://avatars.githubusercontent.com/u/134168893?s=20&v=4 — 200 — 1.3 KiB — 40 ms — h2https://avatars.githubusercontent.com/u/134168893?s=48&v=4avatars.githubusercontent.com/u/134... https://avatars.githubusercontent.com/u/134168893?s=48&v=4 — 200 — 3.1 KiB — 40 ms — h2https://avatars.githubusercontent.com/u/1728152?s=20&v=4avatars.githubusercontent.com/u/172... https://avatars.githubusercontent.com/u/1728152?s=20&v=4 — 200 — 1.1 KiB — 159 ms — h2https://avatars.githubusercontent.com/u/45416?s=20&v=4avatars.githubusercontent.com/u/454... https://avatars.githubusercontent.com/u/45416?s=20&v=4 — 200 — 1.3 KiB — 40 ms — h2https://avatars.githubusercontent.com/u/187630752?s=48&v=4avatars.githubusercontent.com/u/187... https://avatars.githubusercontent.com/u/187630752?s=48&v=4 — 200 — 763 B — 178 ms — h2https://avatars.githubusercontent.com/u/127256420?s=20&v=4avatars.githubusercontent.com/u/127... https://avatars.githubusercontent.com/u/127256420?s=20&v=4 — 200 — 854 B — 162 ms — h2https://avatars.githubusercontent.com/u/254743058?s=48&v=4avatars.githubusercontent.com/u/254... https://avatars.githubusercontent.com/u/254743058?s=48&v=4 — 200 — 3.7 KiB — 41 ms — h2https://avatars.githubusercontent.com/u/187630752?s=20&v=4avatars.githubusercontent.com/u/187... https://avatars.githubusercontent.com/u/187630752?s=20&v=4 — 200 — 737 B — 151 ms — h2https://avatars.githubusercontent.com/u/137048761?s=48&v=4avatars.githubusercontent.com/u/137... https://avatars.githubusercontent.com/u/137048761?s=48&v=4 — 200 — 5.1 KiB — 66 ms — h2https://avatars.githubusercontent.com/u/45416?s=48&v=4avatars.githubusercontent.com/u/454... https://avatars.githubusercontent.com/u/45416?s=48&v=4 — 200 — 1.5 KiB — 61 ms — h2https://avatars.githubusercontent.com/u/254743058?s=20&v=4avatars.githubusercontent.com/u/254... https://avatars.githubusercontent.com/u/254743058?s=20&v=4 — 200 — 1.2 KiB — 156 ms — h2https://avatars.githubusercontent.com/u/7857126?s=48&v=4avatars.githubusercontent.com/u/785... https://avatars.githubusercontent.com/u/7857126?s=48&v=4 — 200 — 1.7 KiB — 61 ms — h2https://avatars.githubusercontent.com/u/7857126?s=20&v=4avatars.githubusercontent.com/u/785... https://avatars.githubusercontent.com/u/7857126?s=20&v=4 — 200 — 1.1 KiB — 153 ms — h2https://avatars.githubusercontent.com/u/69631?s=20&v=4avatars.githubusercontent.com/u/696... https://avatars.githubusercontent.com/u/69631?s=20&v=4 — 200 — 792 B — 147 ms — h2https://avatars.githubusercontent.com/u/54469796?s=48&v=4avatars.githubusercontent.com/u/544... https://avatars.githubusercontent.com/u/54469796?s=48&v=4 — 200 — 1.2 KiB — 69 ms — h2https://avatars.githubusercontent.com/u/124439313?s=48&v=4avatars.githubusercontent.com/u/124... https://avatars.githubusercontent.com/u/124439313?s=48&v=4 — 200 — 1.4 KiB — 61 ms — h2https://avatars.githubusercontent.com/u/128464815?s=48&v=4avatars.githubusercontent.com/u/128... https://avatars.githubusercontent.com/u/128464815?s=48&v=4 — 200 — 1.4 KiB — 47 ms — h2https://avatars.githubusercontent.com/u/54469796?s=20&v=4avatars.githubusercontent.com/u/544... https://avatars.githubusercontent.com/u/54469796?s=20&v=4 — 200 — 618 B — 47 ms — h2https://avatars.githubusercontent.com/u/69631?s=48&v=4avatars.githubusercontent.com/u/696... https://avatars.githubusercontent.com/u/69631?s=48&v=4 — 200 — 1.6 KiB — 53 ms — h2https://avatars.githubusercontent.com/u/4158466?s=20&v=4avatars.githubusercontent.com/u/415... https://avatars.githubusercontent.com/u/4158466?s=20&v=4 — 200 — 825 B — 166 ms — h2https://avatars.githubusercontent.com/u/124439313?s=20&v=4avatars.githubusercontent.com/u/124... https://avatars.githubusercontent.com/u/124439313?s=20&v=4 — 200 — 1.1 KiB — 66 ms — h2https://avatars.githubusercontent.com/u/9919?s=48&v=4avatars.githubusercontent.com/u/991... https://avatars.githubusercontent.com/u/9919?s=48&v=4 — 200 — 1.4 KiB — 34 ms — h2https://avatars.githubusercontent.com/u/128464815?s=20&v=4avatars.githubusercontent.com/u/128... https://avatars.githubusercontent.com/u/128464815?s=20&v=4 — 200 — 688 B — 159 ms — h2https://avatars.githubusercontent.com/u/9919?s=20&v=4avatars.githubusercontent.com/u/991... https://avatars.githubusercontent.com/u/9919?s=20&v=4 — 200 — 974 B — 24 ms — h2https://avatars.githubusercontent.com/u/7650147?s=48&v=4avatars.githubusercontent.com/u/765... https://avatars.githubusercontent.com/u/7650147?s=48&v=4 — 200 — 6.5 KiB — 178 ms — h2https://avatars.githubusercontent.com/u/7650147?s=20&v=4avatars.githubusercontent.com/u/765... https://avatars.githubusercontent.com/u/7650147?s=20&v=4 — 200 — 1.3 KiB — 227 ms — h2https://aiagentskills.net/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://aiagentskills.net/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 24 ms — h3https://aiagentskills.net/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://aiagentskills.net/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js? — 200 — 9.9 KiB — 21 ms — h3https://aiagentskills.net/cdn-cgi/rum?/cdn-cgi/rum? https://aiagentskills.net/cdn-cgi/rum? — 204 — 456 B — 12 ms — h3https://aiagentskills.net/favicon.ico/favicon.ico https://aiagentskills.net/favicon.ico — 200 — 901 B — 32 ms — h3https://aiagentskills.net/api/auth/get-session/api/auth/get-session https://aiagentskills.net/api/auth/get-session — 200 — 481 B — 289 ms — h3https://aiagentskills.net/pwa-192x192.png/pwa-192x192.png https://aiagentskills.net/pwa-192x192.png — 200 — 3.9 KiB — 29 ms — h3https://aiagentskills.net/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.8282230849174251:1787771419:5VKjqv2iB2nBMa-PnEgIq3wx8kZCBcyOyvFD12Md2-U/a31571d209e9cf2f/cdn-cgi/challenge-platform/h/b/jsd... https://aiagentskills.net/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.8282230849174251:1787771419:5VKjqv2iB2nBMa-PnEgIq3wx8kZCBcyOyvFD12Md2-U/a31571d209e9cf2f — 200 — 1.1 KiB — 15 ms — h3https://aiagentskills.net/favicon.svg/favicon.svg https://aiagentskills.net/favicon.svg — 200 — 647 B — 30 ms — h3https://aiagentskills.net/api/vitals/api/vitals https://aiagentskills.net/api/vitals — 204 — 455 B — 723 ms — h3https://aiagentskills.net/api/vitals/api/vitals https://aiagentskills.net/api/vitals — 204 — 462 B — 729 ms — h3https://aiagentskills.net/skill/amelnagdy-delegate-skills-grok-delegate?_rsc=eqsiq/skill/amelnagdy-delegate-skills-gr... https://aiagentskills.net/skill/amelnagdy-delegate-skills-grok-delegate?_rsc=eqsiq — 200 — 982 B — 615 ms — h3https://aiagentskills.net/skill/github-awesome-copilot-gdpr-compliant?_rsc=eqsiq/skill/github-awesome-copilot-gdpr-... https://aiagentskills.net/skill/github-awesome-copilot-gdpr-compliant?_rsc=eqsiq — 200 — 982 B — 628 ms — h3https://aiagentskills.net/skill/composiohq-composio-composio?_rsc=eqsiq/skill/composiohq-composio-composio... https://aiagentskills.net/skill/composiohq-composio-composio?_rsc=eqsiq — 200 — 947 B — 588 ms — h3https://aiagentskills.net/skills?_rsc=eqsiq/skills?_rsc=eqsiq https://aiagentskills.net/skills?_rsc=eqsiq — 200 — 868 B — 565 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 98.7 KiB — 180 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3TLPF2VC0Mwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3TLPF2VC0M — 200 — 168.5 KiB — 139 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 70 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 641 B — 66 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-3TLPF2VC0M&gtm=45je68p0v9240524130za200zd9240524130&_p=1787774658950&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1775178362.1787774659&frm=0&ngs=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120213116~120385422~120763598&sid=1787774659&sct=1&seg=0&dl=https%3A%2F%2Faiagentskills.net%2F&dt=Claude%20Skills%20Marketplace%20-%20Discover%20AI%20Agents%20Skills&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2986www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3TLPF2VC0M&gtm=45je68p0v9240524130za200zd9240524130&_p=1787774658950&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1775178362.1787774659&frm=0&ngs=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120213116~120385422~120763598&sid=1787774659&sct=1&seg=0&dl=https%3A%2F%2Faiagentskills.net%2F&dt=Claude%20Skills%20Marketplace%20-%20Discover%20AI%20Agents%20Skills&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2986 — 204 — 550 B — 66 ms — h2https://aiagentskills.net/category/writing-content?_rsc=eqsiq/category/writing-content?_rsc=eqsi... https://aiagentskills.net/category/writing-content?_rsc=eqsiq — 200 — 931 B — 79 ms — h3https://aiagentskills.net/search?q=mcp&_rsc=eqsiq/search?q=mcp&_rsc=eqsiq https://aiagentskills.net/search?q=mcp&_rsc=eqsiq — 200 — 773 B — 96 ms — h3https://aiagentskills.net/skill/lobehub-lobehub-i18n?_rsc=eqsiq/skill/lobehub-lobehub-i18n?_rsc=eq... https://aiagentskills.net/skill/lobehub-lobehub-i18n?_rsc=eqsiq — 200 — 931 B — 81 ms — h3https://aiagentskills.net/search?q=Data&_rsc=eqsiq/search?q=Data&_rsc=eqsiq https://aiagentskills.net/search?q=Data&_rsc=eqsiq — 200 — 765 B — 96 ms — h3https://aiagentskills.net/search?q=Python&_rsc=eqsiq/search?q=Python&_rsc=eqsiq https://aiagentskills.net/search?q=Python&_rsc=eqsiq — 200 — 766 B — 84 ms — h3https://aiagentskills.net/search?q=Writing&_rsc=eqsiq/search?q=Writing&_rsc=eqsiq https://aiagentskills.net/search?q=Writing&_rsc=eqsiq — 200 — 771 B — 59 ms — h3https://aiagentskills.net/search?q=SEO&_rsc=eqsiq/search?q=SEO&_rsc=eqsiq https://aiagentskills.net/search?q=SEO&_rsc=eqsiq — 200 — 771 B — 57 ms — h3https://aiagentskills.net/category/frontend?_rsc=eqsiq/category/frontend?_rsc=eqsiq https://aiagentskills.net/category/frontend?_rsc=eqsiq — 200 — 911 B — 28 ms — h3https://aiagentskills.net/category/code-generation?_rsc=eqsiq/category/code-generation?_rsc=eqsi... https://aiagentskills.net/category/code-generation?_rsc=eqsiq — 200 — 932 B — 21 ms — h3https://aiagentskills.net/category/productivity?_rsc=eqsiq/category/productivity?_rsc=eqsiq https://aiagentskills.net/category/productivity?_rsc=eqsiq — 200 — 926 B — 25 ms — h3https://aiagentskills.net/category/marketing-seo?_rsc=eqsiq/category/marketing-seo?_rsc=eqsiq https://aiagentskills.net/category/marketing-seo?_rsc=eqsiq — 200 — 918 B — 26 ms — h3https://aiagentskills.net/category/design-ui?_rsc=eqsiq/category/design-ui?_rsc=eqsiq https://aiagentskills.net/category/design-ui?_rsc=eqsiq — 200 — 911 B — 26 ms — h3https://aiagentskills.net/category/browser-web?_rsc=eqsiq/category/browser-web?_rsc=eqsiq https://aiagentskills.net/category/browser-web?_rsc=eqsiq — 200 — 919 B — 26 ms — h3https://aiagentskills.net/category/research-knowledge?_rsc=eqsiq/category/research-knowledge?_rsc=e... https://aiagentskills.net/category/research-knowledge?_rsc=eqsiq — 200 — 936 B — 27 ms — h3https://aiagentskills.net/category/prompting-reasoning?_rsc=eqsiq/category/prompting-reasoning?_rsc=... https://aiagentskills.net/category/prompting-reasoning?_rsc=eqsiq — 200 — 934 B — 24 ms — h3https://aiagentskills.net/category/agent-workflows?_rsc=eqsiq/category/agent-workflows?_rsc=eqsi... https://aiagentskills.net/category/agent-workflows?_rsc=eqsiq — 200 — 925 B — 29 ms — h3https://aiagentskills.net/blog?_rsc=eqsiq/blog?_rsc=eqsiq https://aiagentskills.net/blog?_rsc=eqsiq — 200 — 864 B — 34 ms — h3https://aiagentskills.net/?_rsc=eqsiq/?_rsc=eqsiq https://aiagentskills.net/?_rsc=eqsiq — 200 — 847 B — 40 ms — h3https://aiagentskills.net/skill/amelnagdy-delegate-skills-grok-delegate?_rsc=1a28h/skill/amelnagdy-delegate-skills-gr... https://aiagentskills.net/skill/amelnagdy-delegate-skills-grok-delegate?_rsc=1a28h — 200 — 1.8 KiB — 319 ms — h3https://aiagentskills.net/skill/github-awesome-copilot-gdpr-compliant?_rsc=1a28h/skill/github-awesome-copilot-gdpr-... https://aiagentskills.net/skill/github-awesome-copilot-gdpr-compliant?_rsc=1a28h — 200 — 1.8 KiB — 308 ms — h3https://aiagentskills.net/skill/composiohq-composio-composio?_rsc=1a28h/skill/composiohq-composio-composio... https://aiagentskills.net/skill/composiohq-composio-composio?_rsc=1a28h — 200 — 1.7 KiB — 290 ms — h3https://aiagentskills.net/skills?_rsc=1a28h/skills?_rsc=1a28h https://aiagentskills.net/skills?_rsc=1a28h — 200 — 1.6 KiB — 161 ms — h3https://aiagentskills.net/category/writing-content?_rsc=1a28h/category/writing-content?_rsc=1a28... https://aiagentskills.net/category/writing-content?_rsc=1a28h — 200 — 1.7 KiB — 77 ms — h3https://aiagentskills.net/search?q=mcp&_rsc=1a28h/search?q=mcp&_rsc=1a28h https://aiagentskills.net/search?q=mcp&_rsc=1a28h — 200 — 1.4 KiB — 32 ms — h3https://aiagentskills.net/skill/lobehub-lobehub-i18n?_rsc=1a28h/skill/lobehub-lobehub-i18n?_rsc=1a... https://aiagentskills.net/skill/lobehub-lobehub-i18n?_rsc=1a28h — 200 — 1.7 KiB — 262 ms — h3https://aiagentskills.net/search?q=Data&_rsc=1a28h/search?q=Data&_rsc=1a28h https://aiagentskills.net/search?q=Data&_rsc=1a28h — 200 — 1.4 KiB — 57 ms — h3https://aiagentskills.net/search?q=Python&_rsc=1a28h/search?q=Python&_rsc=1a28h https://aiagentskills.net/search?q=Python&_rsc=1a28h — 200 — 1.5 KiB — 82 ms — h3https://aiagentskills.net/search?q=Writing&_rsc=1a28h/search?q=Writing&_rsc=1a28h https://aiagentskills.net/search?q=Writing&_rsc=1a28h — 200 — 606 B — 69 ms — h3https://aiagentskills.net/search?q=SEO&_rsc=1a28h/search?q=SEO&_rsc=1a28h https://aiagentskills.net/search?q=SEO&_rsc=1a28h — 200 — 1.4 KiB — 36 ms — h3https://aiagentskills.net/category/frontend?_rsc=1a28h/category/frontend?_rsc=1a28h https://aiagentskills.net/category/frontend?_rsc=1a28h — 200 — 1.6 KiB — 179 ms — h3https://aiagentskills.net/category/code-generation?_rsc=1a28h/category/code-generation?_rsc=1a28... https://aiagentskills.net/category/code-generation?_rsc=1a28h — 200 — 1.7 KiB — 172 ms — h3https://aiagentskills.net/category/productivity?_rsc=1a28h/category/productivity?_rsc=1a28h https://aiagentskills.net/category/productivity?_rsc=1a28h — 200 — 1.6 KiB — 159 ms — h3https://aiagentskills.net/category/marketing-seo?_rsc=1a28h/category/marketing-seo?_rsc=1a28h https://aiagentskills.net/category/marketing-seo?_rsc=1a28h — 200 — 1.7 KiB — 233 ms — h3https://aiagentskills.net/category/design-ui?_rsc=1a28h/category/design-ui?_rsc=1a28h https://aiagentskills.net/category/design-ui?_rsc=1a28h — 200 — 1.7 KiB — 217 ms — h3https://aiagentskills.net/category/browser-web?_rsc=1a28h/category/browser-web?_rsc=1a28h https://aiagentskills.net/category/browser-web?_rsc=1a28h — 200 — 1.7 KiB — 223 ms — h3https://aiagentskills.net/category/research-knowledge?_rsc=1a28h/category/research-knowledge?_rsc=1... https://aiagentskills.net/category/research-knowledge?_rsc=1a28h — 200 — 1.7 KiB — 213 ms — h3https://aiagentskills.net/category/prompting-reasoning?_rsc=1a28h/category/prompting-reasoning?_rsc=... https://aiagentskills.net/category/prompting-reasoning?_rsc=1a28h — 200 — 1.7 KiB — 92 ms — h3https://aiagentskills.net/category/agent-workflows?_rsc=1a28h/category/agent-workflows?_rsc=1a28... https://aiagentskills.net/category/agent-workflows?_rsc=1a28h — 200 — 1.6 KiB — 132 ms — h3https://aiagentskills.net/blog?_rsc=1a28h/blog?_rsc=1a28h https://aiagentskills.net/blog?_rsc=1a28h — 200 — 1.5 KiB — 39 ms — h3https://aiagentskills.net/?_rsc=1a28h/?_rsc=1a28h https://aiagentskills.net/?_rsc=1a28h — 200 — 1.5 KiB — 66 ms — h3https://aiagentskills.net/search?_rsc=eqsiq/search?_rsc=eqsiq https://aiagentskills.net/search?_rsc=eqsiq — 200 — 760 B — 36 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 203 ms — h3https://aiagentskills.net/_next/static/chunks/4024.29979772881a542a.js/_next/static/chunks/4024.299797728... https://aiagentskills.net/_next/static/chunks/4024.29979772881a542a.js — 200 — 0 B — 43 ms — h3https://aiagentskills.net/_next/static/chunks/3034.f9997e4d17a34d0c.js/_next/static/chunks/3034.f9997e4d1... https://aiagentskills.net/_next/static/chunks/3034.f9997e4d17a34d0c.js — 200 — 0 B — 39 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 215 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
6% of JavaScript execution is third-party
First-party Third-party 143ms · 169KB · €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 143ms
Transfer 169 KB
Unused 40%
Monthly Cost €2/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-28 — 2026-08-24)

LCP (p75)

4364 ms

53% good

INP (p75)

76 ms

98% good

CLS (p75)

0.000

100% good

FCP (p75)

4169 ms

TTFB (p75)

4270 ms

Image Optimization
58 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

58

Total Size

0 KB

58 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback