← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pci-dss-checker
Description
Evaluates an organization's payment card processing environment against PCI DSS requirements and returns a comprehensive compliance assessment.
Usage Guidance
This skill appears to be what it says: a questionnaire-based PCI DSS self-assessment. Before using it, confirm where the assessment is processed (locally vs. sent to an external server). Never submit actual cardholder data, PANs, or private cryptographic keys — provide redacted or high-level answers instead. If you must provide sensitive implementation details, verify the skill's provenance/trustworthiness (author, hosting, privacy policy). If you need an auditor-level assessment, prefer vetted third-party PCI QSAs and do not rely solely on automated self-assessments.
Capability Analysis
Type: OpenClaw Skill
Name: pci-dss-checker
Version: 1.0.0
The PCI DSS Compliance Checker is a legitimate API wrapper designed to evaluate organizational security posture against PCI standards. The bundle consists of documentation (SKILL.md) and an OpenAPI specification (openapi.json) for an external service hosted at api.mkkpro.com. No local code execution, data exfiltration logic, or malicious prompt injection attempts were identified; the tool functions as described by processing user-provided assessment data.
Capability Assessment
Purpose & Capability
The name/description (PCI DSS compliance assessment) matches the provided OpenAPI schema and SKILL.md: the skill expects a detailed questionnaire about payment processing and returns an assessment. There are no unrelated binaries, credentials, or installs requested that would be inconsistent with the stated purpose.
Instruction Scope
SKILL.md and openapi.json define a POST /pci-compliance endpoint and sample request/response; the instructions are scoped to accepting a JSON assessment payload and producing a compliance report. The instructions do not direct the agent to read system files, environment variables, or other unrelated data sources. Note: SKILL.md does not specify any server URL or external endpoint, implying the assessment is intended to be performed by the skill itself rather than forwarded — confirm runtime behavior before sending sensitive data.
Install Mechanism
No install specification or code files are present (instruction-only skill). This is low risk from an install/execution perspective because nothing is fetched or written to disk by an install step.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, the API schema requires many pieces of potentially sensitive compliance data (presence of card storage, cryptographic keys, encryption status, etc.). That sensitivity is expected for a PCI self-assessment tool, but users should avoid submitting actual PANs, secret keys, or unredacted sensitive artifacts — only provide high-level or redacted answers unless you trust where processing occurs.
Persistence & Privilege
always:false and no config paths or other persistence are requested. The skill does not request elevated or persistent privileges and does not modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pci-dss-checker - After installation, invoke the skill by name or use
/pci-dss-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of PCI DSS Compliance Checker.
- Provides a security assessment tool for evaluating PCI DSS compliance across all 12 requirements.
- Accepts detailed input about an organization's cardholder data environment, security controls, and operational practices.
- Returns a comprehensive compliance assessment with individual requirement scores and summaries.
- Supplies actionable recommendations and clear next steps for maintaining or achieving compliance.
- Offers a simple POST endpoint (/pci-compliance) with structured input and output for easy integration.
Metadata
Frequently Asked Questions
What is PCI DSS Checker?
Evaluates an organization's payment card processing environment against PCI DSS requirements and returns a comprehensive compliance assessment. It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install PCI DSS Checker?
Run "/install pci-dss-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PCI DSS Checker free?
Yes, PCI DSS Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PCI DSS Checker support?
PCI DSS Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PCI DSS Checker?
It is built and maintained by ToolWeb (@krishnakumarmahadevan-cmd); the current version is v1.0.0.
More Skills