Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计通过

region-config区域配置

Agent Skill

region-config 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

624

周安装

26

GitHub Stars

66

下载量

208
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill region-config

简介

region-config 用于管理区域化配置参数,适合在 Codex、Claude、Cursor、Gemini CLI 中需要按地理位置差异化设置时使用。

  • 它支持多环境变量与本地化策略。
  • 可通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 需同步更新所有相关区域配置,避免不一致引发故障。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

/dm:region-config

Purpose

Configure regional and market-specific settings for a brand. Sets the timezone for scheduled content delivery, primary language for content generation, applicable compliance and privacy regulations, preferred local platforms, currency for budget and performance reporting, and business hours for communication scheduling. These settings propagate to all downstream commands so that campaigns, content, and reporting automatically respect regional requirements without manual adjustment each time.

This is a setup/configuration command. It writes persistent configuration files that other commands consume. Once a region is configured, commands like /dm:content-calendar, /dm:email-sequence, /dm:paid-advertising, and /dm:performance-report automatically inherit the region's timezone, language, compliance rules, and platform preferences.

Supports both single-market configurations (e.g., "Japan") and broad regional groupings (e.g., "APAC") depending on how granular the brand's market segmentation needs to be.

Input Required

The user must provide (or will be prompted for):

  • Region name: The market being configured — broad region (North America, Europe, APAC, LATAM, MENA) or specific market (Japan, Germany, Brazil, United Kingdom, Australia). Determines which compliance rules, platforms, and defaults apply
  • Timezone: IANA timezone identifier — e.g., America/New_York, Europe/London, Asia/Tokyo. Used for content scheduling, reporting windows, and business hours calculations
  • Primary language: The main language for content generation and audience communication in this region — e.g., English (US), English (UK), Japanese, German, Portuguese (BR)
  • Secondary languages (optional): Additional languages used in the market for multilingual campaigns — e.g., French and German for Switzerland, English and Mandarin for Singapore
  • Currency: ISO 4217 currency code for budget and performance reporting — e.g., USD, EUR, GBP, JPY, BRL. All financial metrics for this region render in this currency
  • Local platforms (optional): Region-specific platforms to prioritize — e.g., LINE and Yahoo Japan for Japan, Kakao for South Korea, VK for Russia, WeChat for China, Mercado Libre for LATAM. Overrides global platform defaults for this market
  • Business hours (optional): Operating hours for the region in local time — e.g., "09:00-18:00 Mon-Fri". Used to constrain SMS sends, chat responses, and notification timing. Defaults to standard business hours for the timezone if not specified
  • Holiday calendar (optional): Region-specific public holidays and observances that affect scheduling — e.g., Golden Week (Japan), Diwali (India), Carnival (Brazil). If omitted, common holidays for the region are applied automatically
  • Data residency requirements (optional): Whether data must remain within specific geographic boundaries — relevant for EU, China, Russia, and other jurisdictions with data localization laws
  • Industry-specific regulations (optional): Sector-level compliance beyond general privacy laws — e.g., HIPAA for US healthcare, FCA for UK financial services, TGA for Australian therapeutic goods. Adds industry constraints on top of regional compliance rules
  • Set as default (optional): Whether this region should become the brand's default region — used when no region is explicitly specified in other commands. Only one region can be the default at a time

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Check existing regional configs: Look for existing region configuration files at ~/.claude-marketing/brands/{slug}/regions/. If the specified region already exists, load it and show current settings — then ask whether to update or replace. If this is a new region, proceed with creation. List all currently configured regions for context.
  3. Apply compliance rules for the region: Consult skills/context-engine/compliance-rules.md and map applicable regulations — GDPR for EU/EEA/UK markets, CCPA/CPRA for California, PDPA for Singapore and Southeast Asia, LGPD for Brazil, PIPA for South Korea, APPI for Japan, PIPEDA for Canada. Record all applicable regulations with their key requirements (consent mechanisms, data retention limits, opt-out requirements, age restrictions, cookie consent banners). Layer any industry-specific regulations on top.
  4. Set platform preferences: Consult skills/context-engine/team-roles-framework.md for regional platform recommendations. Merge user-provided local platforms with defaults for the region. Set platform priority order — which platforms receive content first, which are secondary, and which are excluded in this market. Note any platform-specific API or account requirements for the region (e.g., separate WeChat Official Account for China, LINE Business Account for Japan).
  5. Configure timezone-aware scheduling rules: Set content publishing to occur in the region's local timezone. Define quiet hours for SMS and push notifications (typically 21:00-08:00 local time). Set email send windows optimized for the region's typical engagement patterns. Map DST transition dates and adjust scheduling logic to prevent missed or double-sent content during clock changes. Define weekend days for the region (Friday-Saturday for MENA markets, Saturday-Sunday for most others).
  6. Set language and localization preferences: Record primary language with locale variant (en-US vs. en-GB vs. en-AU), secondary languages with priority order, translation review requirements, and any terminology or spelling preferences specific to the market (e.g., "colour" for UK, "optimization" vs. "optimisation"). Set date format (MM/DD/YYYY vs. DD/MM/YYYY), measurement units (imperial vs. metric), and address format conventions.
  7. Configure currency and financial reporting: Set the region's reporting currency with exchange rate source and update frequency. Define budget thresholds in local currency. Set number formatting conventions (decimal separator, thousands separator, currency symbol placement — prefix vs. suffix). If the brand operates in multiple currencies, define the base currency for cross-region comparison.
  8. Apply holiday calendar and observances: Load region-specific public holidays — either from user input or from default holiday sets for the region. Mark these dates as scheduling blackout or reduced-activity periods. Flag cultural observances that may affect content tone or campaign timing (e.g., Ramadan, Lunar New Year, national mourning periods). Set recurring annual reminders to review and update the calendar.
  9. Set data residency and storage rules: If data residency requirements were specified, record which data types must remain in-region (PII, analytics, email lists, CRM records), which cloud regions or data centers are approved, and any cross-border transfer mechanisms needed (Standard Contractual Clauses for EU, adequacy decisions). Flag any connected MCPs or tools that may not comply with the residency requirement.
  10. Save region configuration: Write the complete region config to ~/.claude-marketing/brands/{slug}/regions/{region-slug}.json containing all settings — timezone, languages, compliance rules, industry regulations, platforms, currency, business hours, scheduling rules, holiday calendar, data residency flags, and metadata (created date, last modified, created by).
  11. Update brand profile: Add the new region to the brand profile's active regions list at ~/.claude-marketing/brands/{slug}/profile.json. If this is the first region configured, set it as the default region. Update the brand's compliance summary to include the new region's regulations.
  12. Generate compliance checklist: Produce a practical compliance checklist for the marketing team operating in this region — required disclaimers, consent collection points, data handling procedures, content restrictions, and advertising disclosure requirements. This checklist is saved alongside the region config for quick reference during campaign creation.
  13. Validate and confirm: Display the complete region configuration for user review. Highlight any compliance requirements that will affect existing campaigns or content. Flag any potential conflicts with other configured regions (overlapping timezones, conflicting platform priorities, currency conversion needs). Summarize what downstream commands will now inherit from this configuration.

Output

A structured region configuration summary containing:

  • Region overview: Region name, slug, timezone, UTC offset, and status (new or updated) with creation or modification timestamp
  • Language settings: Primary language with locale, secondary languages in priority order, and localization preferences — spelling conventions, terminology, date format, measurement units, and address format
  • Compliance rules applied: List of all applicable regulations (regional and industry-specific) with key requirements — consent mechanisms needed, data retention limits, opt-out/unsubscribe requirements, age verification needs, cookie consent type, and advertising disclosure rules
  • Data residency summary: If applicable, documented data storage constraints — approved cloud regions, cross-border transfer mechanisms, affected data types, and any MCP compliance flags
  • Platform preferences: Ordered list of platforms for this region — primary, secondary, and excluded — with rationale for region-specific platforms, API or account requirements, and any content format differences from global defaults
  • Currency and financial settings: Reporting currency, symbol placement, exchange rate source, base currency for cross-region comparison, number formatting conventions, and budget threshold displays in local currency
  • Business hours and scheduling rules: Operating hours in local time, weekend days, quiet hours for messaging channels, optimal send windows for email by day of week, and scheduling blackout periods around holidays
  • Holiday calendar: List of public holidays and cultural observances for the region with dates, scheduling impact (blackout vs. reduced activity), and content tone considerations
  • Timezone configuration: IANA timezone, UTC offset, DST transition dates with scheduling adjustment logic, and impact on cross-region coordination if multiple regions are configured
  • Cross-region considerations: If other regions are already configured, a summary of how this region interacts — overlapping business hours for team coordination, currency conversion requirements, content localization dependencies, and shared compliance obligations
  • Downstream impact summary: Which existing commands and workflows will now inherit these regional settings — content scheduling, budget reporting, compliance checks, platform targeting, and language defaults
  • Active regions list: Updated list of all configured regions for this brand showing region name, timezone, primary language, currency, and compliance framework — confirming where this new region fits in the overall market footprint
  • Compliance checklist: Practical checklist for the marketing team — required disclaimers, consent points, data handling rules, content restrictions, and advertising disclosures specific to this region and industry
  • Configuration file path: The saved config location for reference and manual editing if needed
  • Next steps: Recommended follow-up actions — configure additional regions, run /dm:content-calendar with the new region settings, or update existing campaigns to comply with newly configured rules
  • Audit trail: Record of who created or modified the region config, when, and what changed — useful for multi-team environments where configuration changes need accountability

Agents Used

  • agency-operations — Regional configuration management, compliance rule mapping, platform preference alignment, timezone scheduling logic, holiday calendar application, data residency assessment, and cross-region coordination

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.23%
按下载量换算67

Claude

29.97%
按下载量换算62

Cursor

19.98%
按下载量换算42

Gemini CLI

9.86%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills