nextdns-frontend

nextdns-frontend is a skill for Claude Code, Codex from tuanductran/nextdns-skills. It costs 129 tokens per session (2,168 once invoked), scanned C, original, MIT.

Frontend guides for building a web dashboard that manages NextDNS through its API. An API is a programmatic interface that lets one application request data or actions from another.

In plain words
What is it for?
Use them to build NextDNS management interfaces with Nuxt, Next.js, Astro, SvelteKit, or React Router, including profile editing, live log views, analytics charts, and cached data fetching.
Why use it?
They show how to keep the API key on the server, manage profiles, stream live logs, display analytics, and report API errors safely. The patterns cover several modern JavaScript frameworks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use them to build NextDNS management interfaces with Nuxt, Next.js, Astro, SvelteKit, or React Router, including profile editing, live log views, analytics charts, and cached data fetching.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tuanductran/nextdns-skills/nextdns-frontend
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tuanductran/nextdns-skills --skill nextdns-frontend
Clone the repo
git clone --depth 1 https://github.com/tuanductran/nextdns-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin NextDNS Frontend Engineer/plugin install NextDNS Frontend Engineer after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nextdns-frontend

README.md
[![agentmods](https://agentmods.dev/badge/skills/tuanductran/nextdns-skills/nextdns-frontend/github.svg)](https://agentmods.dev/skills/tuanductran/nextdns-skills/nextdns-frontend)
Your own site
<a href="https://agentmods.dev/skills/tuanductran/nextdns-skills/nextdns-frontend"><img src="https://agentmods.dev/badge/skills/tuanductran/nextdns-skills/nextdns-frontend/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nextdns-frontend

Your own site · 80×15
<a href="https://agentmods.dev/skills/tuanductran/nextdns-skills/nextdns-frontend"><img src="https://agentmods.dev/badge/skills/tuanductran/nextdns-skills/nextdns-frontend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,168 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00129 $0.02168
Opus 5 $0.00064 $0.01084
Sonnet 5 $0.00026 $0.00434
Haiku 4.5 $0.00013 $0.00217

Measured 11d ago against content hash 76781779e6ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

nextdns-frontend scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- @case-police-ignore Api -->
skills/nextdns-frontend/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NextDNS frontend skills

Nuxt, Next.js, Astro, SvelteKit, and React Router v8 patterns for building a secure, full-featured NextDNS management dashboard.

Nuxt rules

Patterns for Nuxt 4 (Vue) projects.

Rule Keywords Description
api-proxy api key, bff, server route, proxy, runtimeConfig, security Proxy X-Api-Key through Nuxt server routes (BFF)
project-setup nuxt, setup, nuxt.config, runtimeConfig, environment variables Bootstrap a Nuxt 4 project for NextDNS integration
profile-management-ui profile, crud, useFetch, composable, vue Build profile list, create, update, and delete flows
logs-streaming logs, streaming, sse, event source, real-time, server-sent events Proxy and consume the NextDNS SSE log stream
analytics-charts analytics, charts, time series, dashboard, visualization Fetch and render analytics and time-series data
error-handling error handling, notifications, toast, createError, api errors Map NextDNS API errors to Nuxt UI notifications
tanstack-query tanstack query, vue query, cache, mutation, optimistic, infinite Advanced data fetching with Vue Query and cache invalidation

Next.js rules

Patterns for Next.js 16 (React) projects using the App Router.

Read the full file on GitHub · 110 lines

Files

What ships with it

36 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 110 lines · 129 tokens per session scan C 76781779e6ab

Subscribe to this mod's changes

nextdns-frontend is a skill published in the GitHub repository tuanductran/nextdns-skills (4 stars, last pushed today), licensed MIT. It adds 129 tokens to every session and 2,168 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nuxt

Skill "nuxt" from ashish7802/awesome-api-skills, covering nuxt skill, ecosystem graph, quick start, production patterns and server api routes.

ashish7802/awesome-api-skills · 0 tokens

fullstack-guardian

Use when implementing features across frontend and backend, building APIs with UI, or creating end-to-end data flows. Invoke for feature implementation, API development, UI building, cross-stack work.

zacklecon/claude-skills · 42 tokens

nextjs-developer

Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke for full-stack features, performance optimization, SEO implementation, production deployment.

zacklecon/claude-skills · 40 tokens

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-classic-migration

Migrate from @trpc/react-query (classic) to @trpc/tanstack-react-query. Run npx @trpc/upgrade CLI for automated codemod. Manually migrate remaining patterns: hook-based to options-factory, utils.invalidate to queryClient.invalidateQueries with queryFilter, provider changes.

trpc/trpc · 70 tokens