Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

lb-nextjs16-skillLB nextjs16 技能

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

237,407

周安装

9,698

GitHub Stars

2

下载量

76,808
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lb-nextjs16-skill(LB nextjs16 技能)
来源仓库:https://github.com/leonaaardob/lb-nextjs16-skill
安装命令:
openclaw skills install lb-nextjs16-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lb-nextjs16-skill

简介

以 Markdown 格式完成 Next.js 16 文档。在处理 Next.js 项目、构建 React 应用程序、配置路由、数据获取、渲染策略、部署或从其他框架迁移时使用。涵盖应用程序路由器、页面路由器、API 路由、服务器组件、服务器操作、缓存和所有 Next.js 功能。

SKILL.md

name
nextjs
description
Complete Next.js 16 documentation in markdown format. Use when working with Next.js projects, building React applications, configuring routing, data fetching, rendering strategies, deployment, or migrating from other frameworks. Covers App Router, Pages Router, API routes, server components, server actions, caching, and all Next.js features.

Next.js Documentation (v16.2.0-canary.30)

Complete Next.js 16 documentation embedded in markdown. Read from references/ to answer questions about Next.js features, configuration, and best practices.

Documentation Structure

All documentation is in references/ organized by topic:

Core Documentation

App Router (references/01-app/)

Modern Next.js architecture with React Server Components.

Getting Started:

  • references/01-app/01-getting-started/installation.mdx - Setup new project
  • references/01-app/01-getting-started/project-structure.mdx - File conventions
  • references/01-app/01-getting-started/layouts-and-pages.mdx - Routing basics
  • references/01-app/01-getting-started/data-fetching.mdx - Server data loading
  • references/01-app/01-getting-started/css.mdx - Styling options

Guides:

  • references/01-app/02-guides/authentication.mdx - Auth patterns
  • references/01-app/02-guides/caching.mdx - Cache strategies
  • references/01-app/02-guides/environment-variables.mdx - Env config
  • references/01-app/02-guides/forms.mdx - Form handling
  • references/01-app/02-guides/testing/ - Jest, Playwright, Vitest, Cypress
  • references/01-app/02-guides/migrating/ - Migration guides (Vite, CRA, Pages → App)
  • references/01-app/02-guides/upgrading/ - Version upgrade guides (14, 15, 16)
  • references/01-app/02-guides/self-hosting.mdx - Self-hosted deployment
  • references/01-app/02-guides/static-exports.mdx - Static HTML export
  • references/01-app/02-guides/progressive-web-apps.mdx - PWA setup

API Reference:

  • references/01-app/03-api-reference/ - Complete API docs (components, functions, config)

Pages Router (references/02-pages/)

Legacy Next.js architecture (still supported).

  • references/02-pages/01-guides/ - Pages Router guides
  • references/02-pages/02-api-reference/ - Pages API reference

Architecture (references/03-architecture/)

  • references/03-architecture/nextjs-compiler.mdx - SWC compiler
  • references/03-architecture/fast-refresh.mdx - Hot reload
  • references/03-architecture/supported-browsers.mdx - Browser support
  • references/03-architecture/accessibility.mdx - A11y features

Community (references/04-community/)

  • references/04-community/contribution-guide.mdx - Contributing to Next.js
  • references/04-community/rspack.mdx - Experimental Rspack support

Quick Reference

Common Tasks

TaskFile to Read
Setup new projectreferences/01-app/01-getting-started/installation.mdx
Routing & layoutsreferences/01-app/01-getting-started/layouts-and-pages.mdx
Data fetchingreferences/01-app/01-getting-started/data-fetching.mdx
Server actionsreferences/01-app/03-api-reference/server-actions.mdx (if exists)
MiddlewareSearch references/01-app/02-guides/ or API reference
Caching strategiesreferences/01-app/02-guides/caching.mdx
Environment variablesreferences/01-app/02-guides/environment-variables.mdx
Testing setupreferences/01-app/02-guides/testing/
Deploy self-hostedreferences/01-app/02-guides/self-hosting.mdx
Migrate from Vitereferences/01-app/02-guides/migrating/from-vite.mdx
Migrate from CRAreferences/01-app/02-guides/migrating/from-create-react-app.mdx
Upgrade to v16references/01-app/02-guides/upgrading/version-16.mdx

When to Use This Skill

  • User asks about Next.js features, configuration, or best practices
  • Working on a Next.js project and need API reference
  • Debugging Next.js behavior (caching, rendering, routing)
  • Planning architecture (SSR vs SSG vs ISR)
  • Migration questions (from other frameworks or older Next.js versions)

How to Navigate

  1. Start with references/index.mdx for overview
  2. For getting started: Read references/01-app/01-getting-started/
  3. For specific topics: Read references/01-app/02-guides/<topic>.mdx
  4. For API details: Search references/01-app/03-api-reference/
  5. For legacy Pages Router: Use references/02-pages/

All files are .mdx (Markdown + JSX) but readable as plain markdown.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.99%
按下载量换算75,264

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills