← Back to Skills Marketplace
ntriq-gh

Ntriq X402 Pii Detect

by ntriq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ntriq-x402-pii-detect
Description
Detect and optionally mask PII (emails, phone numbers, SSNs, names, addresses, credit cards) in text. Pay $0.02 USDC via x402.
Usage Guidance
This skill will send whatever text you provide (including emails, SSNs, names, credit card numbers, etc.) to a third-party service at x402.ntriq.co.kr and requires a payment header for each call. Before installing: (1) Confirm you trust the x402 service and read its privacy/data-retention policy — do not send sensitive PII until comfortable. (2) Ask the skill author to declare how the X-PAYMENT token is supplied (an env var or explicit prompt) and to mark that credential in the metadata; avoid placing private keys in plaintext. (3) Prefer testing with non-sensitive samples and verify costs (0.02 USDC per call). (4) If you need offline or in-house PII detection, consider local tools to avoid sending data externally. If the author can clarify the payment/auth flow and add a declared primaryEnv for the payment token, the coherence concern would be reduced.
Capability Analysis
Type: OpenClaw Skill Name: ntriq-x402-pii-detect Version: 1.0.0 The skill bundle consists of documentation for a third-party PII detection service hosted at ntriq.co.kr. It describes a legitimate API interface that processes text for a micro-payment of $0.02 USDC using the x402 protocol. While the service involves sending potentially sensitive data to an external endpoint, this behavior is transparently documented as the primary function of the skill, and there is no evidence of malicious intent, unauthorized data exfiltration, or prompt injection.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description and the runtime instructions align: the SKILL.md describes a remote PII-detection API and shows the exact POST request. The only mismatch is the payment requirement: the docs require an X-PAYMENT header for $0.02 USDC per call but the skill metadata declares no primary credential or required env vars. That omission is unexpected for a paid API.
Instruction Scope
Instructions are narrowly scoped to calling a single external HTTPS endpoint (https://x402.ntriq.co.kr/pii-detect) with the text and a mask flag. There are no instructions to read local files, other env vars, or system state. However, the runtime behavior will transmit user text (including PII) to a third party, which is an inherent privacy/exfiltration risk the user must accept.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are pulled in. Lowest install risk.
Credentials
The SKILL.md requires an X-PAYMENT header (x402 payment) to call the service, but the skill declares no required env vars or primary credential. That is a proportionality/clarity issue: the agent or user must supply a payment token/wallet on each call, yet the skill gives no guidance for how that credential is to be provided or stored. Because calls send PII and require a payment mechanism (wallet/USDC), the missing declaration of credentials is a security/privacy concern.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or to modify other skills. Autonomous invocation (model-invocation enabled) is the platform default and not by itself a problem; users should note the agent can call the third-party endpoint if allowed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ntriq-x402-pii-detect
  3. After installation, invoke the skill by name or use /ntriq-x402-pii-detect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ntriq-x402-pii-detect. - Detects and optionally masks PII (emails, phone numbers, SSNs, names, addresses, credit cards, passport numbers) in text. - Returns detected PII types, their positions, and an overall risk level. - Supports masking PII with type placeholders. - Priced at $0.02 USDC per call via x402 (Base mainnet).
Metadata
Slug ntriq-x402-pii-detect
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ntriq X402 Pii Detect?

Detect and optionally mask PII (emails, phone numbers, SSNs, names, addresses, credit cards) in text. Pay $0.02 USDC via x402. It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Ntriq X402 Pii Detect?

Run "/install ntriq-x402-pii-detect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ntriq X402 Pii Detect free?

Yes, Ntriq X402 Pii Detect is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ntriq X402 Pii Detect support?

Ntriq X402 Pii Detect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ntriq X402 Pii Detect?

It is built and maintained by ntriq (@ntriq-gh); the current version is v1.0.0.

💬 Comments