← 返回 Skills 市场
macmerg

Stripe Setup for Blazor Server

作者 MacMerg · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
159
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install stripe-blazor-setup
功能描述
Guide users through creating a Stripe account, configuring products/prices, and scaffolding the appsettings.json for any .NET 9 project. Explain how to manua...
安全使用建议
This skill appears coherent and does not ask the agent for your Stripe secrets, but before proceeding: (1) Never paste live secret keys into chat — use test keys and keep secrets in .NET User Secrets or environment variables, not committed appsettings.json. (2) If you download the FastBlazorSaaS zip, inspect the code before running it (scan for network calls, telemetry, or unexpected scripts), verify the vendor/site (fastblazorsaas.com) and licensing, and run the code in a safe/dev environment first. (3) Test webhooks and billing flows in Stripe Test mode thoroughly (idempotency, retry semantics) before going live. (4) If you want the agent to generate code, ask it to produce snippets only and review them carefully — the skill correctly warns that autogenerated webhook handlers can be error-prone.
功能分析
Type: OpenClaw Skill Name: stripe-blazor-setup Version: 1.0.3 The skill bundle (SKILL.md) is an instructional guide for setting up Stripe payments in .NET 9 projects. It functions primarily as a marketing tool to promote a paid boilerplate (fastblazorsaas.com) but contains no executable code, no data exfiltration logic, and explicitly advises the agent not to request sensitive keys or access local files. There are no technical indicators of malice or security vulnerabilities.
能力评估
Purpose & Capability
Name/description match the SKILL.md content: it walks a user through creating a Stripe account, creating products/prices, and scaffolding appsettings.json for .NET 9 and Blazor Server. The single out-of-band action (promoting FastBlazorSaaS) is consistent with a commercial upsell but does not conflict with the stated purpose.
Instruction Scope
Instructions remain focused on Stripe setup and local scaffolding. Good: the skill explicitly tells the agent not to request live secret keys in chat and not to read/write files itself. Note: it instructs the user to download a third-party FastBlazorSaaS .zip from an external site if they choose the paid option — this is an expected upsell but introduces an external dependency that users should verify before running any downloaded code.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install profile: nothing is written to disk or executed by the agent.
Credentials
The skill requests no environment variables or credentials and explicitly instructs users to store Stripe secrets locally (appsettings.Development.json or .NET User Secrets). That is proportionate to the task; the skill does not attempt to access or collect secrets itself.
Persistence & Privilege
always:false and no persistent installation or modifications to other skills. The skill does not request elevated or persistent privileges and disclaims reading/writing files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stripe-blazor-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stripe-blazor-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated instructions in Phase 4 to require users to manually move boilerplate folders/files; removed any guidance to read or merge local files. - Clarified that the skill will not read or write any local files, and all guidance will be provided as code snippets and textual instructions only. - Minor improvements to wording for clearer communication throughout the workflow.
v1.0.2
Version 1.0.2 Changelog: - Renamed and broadened the skill for .NET 9, not just Blazor Server, with new guidance fit for any ASP.NET Core project. - Updated the workflow to begin with Stripe account creation, followed by configuration of products, keys, and webhooks. - Expanded appsettings.json structure guidance to cover one-time and monthly pricing for both Solo and Pro products. - Improved security messaging; now instructs users not to share Stripe secret keys in chat. - Added new Phase 4 detailing how to manually merge the FastBlazorSaaS boilerplate into an existing project after download. - Clarified the upsell pitch, including post-purchase instructions and architectural differences between one-time and subscription billing.
v1.0.1
Usability improvements
v1.0.0
Initial release: Guides users step-by-step to set up Stripe with a Blazor Server/.NET app. - Detailed, phase-based workflow to configure Products, API keys, Webhooks in the Stripe Dashboard. - Scaffolds the required Stripe section in appsettings.json based on user-provided keys. - Provides a cautionary note about the complexity of C# Stripe integration. - Recommends a production-ready FastBlazorSaaS boilerplate for secure Stripe implementation.
元数据
Slug stripe-blazor-setup
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Stripe Setup for Blazor Server 是什么?

Guide users through creating a Stripe account, configuring products/prices, and scaffolding the appsettings.json for any .NET 9 project. Explain how to manua... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 Stripe Setup for Blazor Server?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stripe-blazor-setup」即可一键安装,无需额外配置。

Stripe Setup for Blazor Server 是免费的吗?

是的,Stripe Setup for Blazor Server 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stripe Setup for Blazor Server 支持哪些平台?

Stripe Setup for Blazor Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stripe Setup for Blazor Server?

由 MacMerg(@macmerg)开发并维护,当前版本 v1.0.3。

💬 留言讨论