← Back to Skills Marketplace
stripe-integration-expert
by
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
353
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install stripe-integration-expert
Description
Stripe Integration Expert
Usage Guidance
This skill looks like a useful Stripe integration guide, but the SKILL.md expects multiple sensitive environment variables (Stripe secret key, price IDs, webhook signing secret, app URL) and access to your app's DB/auth helpers while the registry metadata lists none. Before installing or invoking it: (1) ask the publisher to update the metadata to declare required env vars and the primary credential (STRIPE_SECRET_KEY) so you know what will be requested; (2) never paste your Stripe secret key or webhook signing secret into an unfamiliar skill — treat them like passwords; (3) prefer running this guide locally and copying code manually rather than giving the skill live access to your environment or secrets; (4) if you must provide credentials for testing, use a throwaway/test Stripe account and isolated environment; (5) inspect any produced code for places that might read other files or send data to unexpected endpoints; and (6) if you want to allow autonomous invocation, only do so after the author declares required env vars and you are confident about how secrets will be used.
Capability Analysis
Type: OpenClaw Skill
Name: stripe-integration-expert
Version: 1.0.0
The skill bundle provides legitimate, high-quality code examples and instructions for implementing Stripe payments and subscriptions. It includes security best practices like webhook signature verification and idempotency checks in SKILL.md, and shows no signs of malicious intent, data exfiltration, or prompt injection. All logic is strictly related to the stated purpose of Stripe integration.
Capability Assessment
Purpose & Capability
The SKILL.md is a full Stripe integration guide and includes code that expects STRIPE_SECRET_KEY, various STRIPE_*_PRICE_ID values, NEXT_PUBLIC_APP_URL, webhook signing secrets, and access to application DB/auth helpers. The registry metadata declares no required environment variables or primary credential. That omission is incoherent: a Stripe integration legitimately needs Stripe credentials and related config, so the declared requirements are incomplete.
Instruction Scope
The instructions are focused on implementing Stripe flows (checkout sessions, subscription changes, idempotent webhook handlers, invoice previews). They do not appear to instruct the agent to exfiltrate data or call unknown endpoints, but they do assume access to application internals (getAuthUser, db) and environment variables. The guide may prompt the agent to ask for or use secrets and DB state at runtime — the SKILL.md itself does not explicitly limit how the agent should obtain or use those secrets.
Install Mechanism
There is no install spec and no code files executed by the platform; this is instruction-only, which minimizes supply-chain risk from downloads or extracted archives.
Credentials
The skill makes substantive use of environment variables and secrets (e.g., STRIPE_SECRET_KEY, price IDs, NEXT_PUBLIC_APP_URL, webhook secret) but the skill metadata declares none and no primary credential. That mismatch is disproportionate: the number and sensitivity of env vars shown in examples should be declared explicitly (STRIPE_SECRET_KEY at minimum).
Persistence & Privilege
The skill is not marked always:true and has no install behavior, so it does not request permanent system presence. Note: model invocation is not disabled (default), so if you grant the skill access to secrets the agent could potentially use them autonomously — consider this if you provide credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stripe-integration-expert - After installation, invoke the skill by name or use
/stripe-integration-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
Metadata
Frequently Asked Questions
What is stripe-integration-expert?
Stripe Integration Expert. It is an AI Agent Skill for Claude Code / OpenClaw, with 353 downloads so far.
How do I install stripe-integration-expert?
Run "/install stripe-integration-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stripe-integration-expert free?
Yes, stripe-integration-expert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stripe-integration-expert support?
stripe-integration-expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stripe-integration-expert?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.
More Skills