Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计未展示

@gw-config-management网关配置管理

Agent Skill

@gw-config-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

494

周安装

20

GitHub Stars

公开资料未说明

下载量

155
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:@gw-config-management(网关配置管理)
来源仓库:https://github.com/mthines/gw-tools
仓库路径:skills/@gw-config-management
安装命令:
npx skills add mthines/gw-tools --skill "@gw-config-management"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

AgentSkills.tonpx skills
npx skills add mthines/gw-tools --skill "@gw-config-management"

简介

@gw-config-management 用于网关设备配置管理,支持多环境部署。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中维护网络基础设施时使用。
  • 可批量更新配置、校验语法或回滚变更操作。
  • 安装命令:npx skills add mthines/gw-tools --skill "@gw-config-management"。
  • 操作前请备份现有配置以防误改影响服务可用性。

SKILL.md

Configuration Management for gw

Configure and optimize gw-tools for different project types and team needs

What You'll Learn

This skill teaches you how to configure gw for optimal workflow in any project type. You'll learn:

  • Configuration fundamentals - Understanding .gw/config.json structure and auto-detection
  • IDE autocompletion - JSON Schema support for VS Code, JetBrains, and other editors
  • Auto-copy strategies - Which files to copy automatically for different project types
  • Hooks - Pre/post checkout commands for automated setup
  • Project-specific patterns - Ready-to-use configs for Next.js, Node.js APIs, monorepos, and SPAs
  • Team configuration - Sharing configs across teams and onboarding new developers
  • Advanced techniques - Multiple source worktrees, environment-specific configs
  • Troubleshooting - Solving common configuration issues

Installation

npx skills add https://github.com/mthines/gw-tools --skill

Select gw-config-management from the interactive menu.

Prerequisites

What's Included

Main Documentation

  • SKILL.md - Comprehensive configuration guide

Project-Type Configuration Guides

References (Lazy-loaded)

Quick Start

After installing this skill, try asking your AI agent:

"Configure gw for a Next.js project with Vercel"

"Set up auto-copy for my Node.js API with secrets"

"How should I configure gw for a monorepo with multiple packages?"

"Why aren't my environment files being copied?"

Quick Configuration

Option 1: Auto-Detection (Easiest)

cd /path/to/your/project
gw init

# gw will auto-detect:
# - Repository root
# - Default branch (main/master)
# - Creates config with $schema for IDE autocompletion

Option 2: Manual Configuration

gw init --root /path/to/repo.git \
        --default-source main \
        --auto-copy-files .env,.env.local,secrets/

Option 3: Use a Project-Type Guide

# Check the recommended config for your project type
# See: ./rules/project-types/nextjs.md (or nodejs-api.md, monorepo.md, react-spa.md)

# Then initialize with the recommended settings
gw init --auto-copy-files .env,.env.local,.vercel/

Option 4: With Hooks

gw init --auto-copy-files .env,secrets/ \
        --post-checkout "cd {worktreePath} && pnpm install"

Related Skills

Common Configuration Patterns

Next.js Projects

  • Copy: .env*, .vercel/, public/uploads/
  • Skip: .next/, node_modules/

Node.js APIs

  • Copy: .env, ssl/, keys/, secrets/
  • Skip: node_modules/, dist/, build/

Monorepos

  • Copy: Root .env, workspace configs, shared secrets
  • Skip: Individual node_modules/, build outputs

React SPAs

  • Copy: .env, .env.local, public/config.json
  • Skip: build/, dist/, node_modules/

Need Help?


_Part of the gw-tools skills collection_

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

34.71%
按下载量换算54

Claude

32.73%
按下载量换算51

Cursor

16.88%
按下载量换算26

Gemini CLI

9.07%
按下载量换算14

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills