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

upi-go-live-checklistUPI 上线清单

Agent Skill

upi-go-live-checklist 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,726

周安装

203

GitHub Stars

公开资料未说明

下载量

1,656
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install upi-go-live-checklist

简介

通过详细的清单、测试矩阵、入口和回滚规划,指导 UPI 支付从设置启动到沙盒测试再到上线准备。

SKILL.md

name
upi-go-live-checklist
description
Drive a zero-to-first-test-payment UPI onboarding workflow with explicit readiness checks: provider selection, sandbox setup, credentials, webhook validation, test matrix, go-live gates, and incident rollback planning. Use when preparing to launch UPI payments safely.
metadata
{"openclaw":{"homepage":"https://www.rbi.org.in/scripts/BS_ViewMasDirections.aspx?id=12898","emoji":"🚦"}}

UPI Go-Live Checklist

Purpose

This skill takes a team from no setup to first successful test payment and then to go-live readiness.

It is execution-oriented: checklists, artifacts, and release gates.

Disclaimer

This skill provides launch-planning and operational guidance only. It does not execute payments, move funds, or replace legal/compliance review. Payment regulations, provider APIs, and operational requirements may change; verify against the latest official PSP, RBI, and NPCI documentation before go-live.

Use at your own risk. The skill author/publisher/developer is not liable for direct or indirect loss, fraud, chargebacks, penalties, downtime, or other damages arising from use or misuse of this guidance.

Always complete sandbox validation, policy review, and internal approvals before production launch.

Scope boundaries

  • This skill does not move money by itself.
  • It assumes you have (or will obtain) a PSP/aggregator account and required approvals.
  • It coordinates onboarding and launch readiness; use upi-payment-integration for deep code patterns and upi-payment-ux-ops for messaging/support copy.

Setup

On first use, read setup.md and create a local project memory file from memory-template.md.

Source freshness

  • Last verified date: 2026-03-19
  • Treat this as a launch framework; always re-validate policy/provider details before go-live.

Source validation checklist

  • [ ] Confirm current RBI digital payment authentication direction applicability.
  • [ ] Confirm latest recurring mandate/e-mandate rules for your payment categories.
  • [ ] Confirm selected provider's current onboarding, settlement, and support SLAs.
  • [ ] Confirm incident/escalation contacts are current and tested.
  • [ ] Confirm all gate criteria in your org's compliance policy are mapped in go-live-gates.md.

Standard execution workflow

Follow these phases in order:

Phase 0 - Program setup

Required inputs:

  • target launch date
  • owner names (engineering, product, ops, finance)
  • chosen market and currency assumptions
  • provider short-list

Outputs:

  • project tracker with owners and due dates
  • risk log initialized

Phase 1 - Provider and account readiness

Checklist:

  • [ ] Select provider path (direct bank/PSP/aggregator).
  • [ ] Confirm sandbox access is enabled.
  • [ ] Confirm production onboarding/KYC requirements.
  • [ ] Confirm settlement model and reconciliation report availability.
  • [ ] Confirm support and escalation contacts from provider side.

Output:

  • signed-off provider decision note

Phase 2 - Security and configuration baseline

Checklist:

  • [ ] Define required env vars and secret ownership.
  • [ ] Store credentials in secure secret manager (not chat, not source control).
  • [ ] Define webhook endpoint URL(s) for sandbox and prod.
  • [ ] Define IP allowlist / auth / signature verification policy.
  • [ ] Define data retention policy for payment logs and PII.

Output:

  • configuration manifest (env-name -> secret -> owner -> rotation policy)

Phase 3 - Build minimum viable payment flow

Checklist:

  • [ ] Create order/payment record model with idempotency anchor.
  • [ ] Implement payment initiation endpoint.
  • [ ] Implement webhook receiver with signature validation.
  • [ ] Implement payment state transitions and transition guardrails.
  • [ ] Implement reconciliation job for stale pending transactions.

Output:

  • end-to-end sandbox payment flow working in test environment

Phase 4 - Test matrix and evidence

Run and capture evidence for:

  • [ ] successful payment
  • [ ] failed payment
  • [ ] timeout leading to reconciliation
  • [ ] duplicate webhook delivery
  • [ ] out-of-order webhook sequence
  • [ ] refund (if enabled in scope)
  • [ ] mandate create/cancel (if recurring is in scope)

Output:

  • test evidence log (screenshots, traces, IDs, expected vs actual)

Phase 5 - Operational readiness

Checklist:

  • [ ] Monitoring dashboards live (success rate, pending aging, webhook failures).
  • [ ] Alerts configured (failure spike, pending backlog, reconciliation failures).
  • [ ] L1/L2 support runbook approved.
  • [ ] Incident communication templates approved.
  • [ ] On-call ownership and escalation ladder confirmed.

Output:

  • runbook + on-call contact sheet

Phase 6 - Go-live gate review

Gate must pass all:

  • [ ] critical test cases pass
  • [ ] no unresolved P0/P1 payment defects
  • [ ] rollback procedure tested
  • [ ] financial reconciliation dry run accepted by finance
  • [ ] compliance sign-off recorded

Output:

  • go/no-go decision record

Agent behavior rules

When user asks for launch help:

  1. Determine current phase (0 to 6).
  2. Return only missing tasks for that phase.
  3. Mark blockers explicitly as BLOCKER.
  4. Do not suggest go-live if any gate is incomplete.
  5. Keep outputs actionable with owner and due date fields.

Output template

Use this format:

Current phase: <N>

Completed:
- ...

Missing:
- [BLOCKER] <task> | owner: <name/role> | due: <date>
- <task> | owner: <name/role> | due: <date>

Next milestone:
- <milestone and acceptance criteria>

Companion files

Related skills

  • upi-payment-integration for implementation and technical reliability controls
  • upi-payment-ux-ops for customer communication and support readiness

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.42%
按下载量换算1,315

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills