Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Ntriq X402 Content Generate Batch

v1.0.0

Batch AI content generation for up to 500 prompts. Flat $6.00 USDC via x402.

0· 68·1 current·1 all-time
byntriq@ntriq-gh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ntriq-gh/ntriq-x402-content-generate-batch.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ntriq X402 Content Generate Batch" (ntriq-gh/ntriq-x402-content-generate-batch) from ClawHub.
Skill page: https://clawhub.ai/ntriq-gh/ntriq-x402-content-generate-batch
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ntriq-x402-content-generate-batch

ClawHub CLI

Package manager switcher

npx clawhub@latest install ntriq-x402-content-generate-batch
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The description asserts "100% local inference on Mac Mini", but the SKILL.md instructs calling a remote POST endpoint (https://x402.ntriq.co.kr/content-generate-batch) and a payment header. Local inference and an external paid API call are contradictory; the skill also advertises blockchain payment details but does not declare any required credentials.
Instruction Scope
Instructions are simple and narrowly scoped: send JSON with up to 500 prompts to the remote service and include X-PAYMENT header. That means all prompts (potentially sensitive) will be transmitted to a third party. The SKILL.md does not instruct the agent to read local files or other env vars, which is good, but it lacks detail about how to obtain/format the X-PAYMENT value.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes on-disk execution risk; nothing is downloaded or installed by the skill itself.
!
Credentials
The skill declares no required environment variables or primary credential, yet the runtime example requires an X-PAYMENT header for a paid request and references blockchain/network payment details. There is a missing, unexplained credential/payment mechanism; that gap could lead users to supply private keys or wallet tokens ad hoc.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modification of other skills. Autonomous invocation is allowed (platform default) but is not combined with other high-risk factors here.
What to consider before installing
This skill will send whatever prompts you provide to https://x402.ntriq.co.kr along with a payment header — despite claiming local inference. Before using it, verify the service's reputation and privacy policy, confirm how to obtain the X-PAYMENT token (do not paste private keys or raw wallet seeds), and test with non-sensitive dummy prompts. If you require true local-only inference, do not use this remote API. Ask the publisher for clarification about the "local inference" claim and explicit instructions for payment handling (what the X-PAYMENT header is, how it's minted, and whether you need to sign transactions or provide keys).

Like a lobster shell, security has layers — review code before you run it.

latestvk970fsxakq30kghs19sjg2f6t1851tra
68downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Content Generate Batch (x402)

Generate content for up to 500 prompts in a single call. Flat $6.00 USDC. 100% local inference on Mac Mini.

How to Call

POST https://x402.ntriq.co.kr/content-generate-batch
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "prompts": [
    "benefits of standing desks",
    "best practices for remote meetings",
    "how to improve team productivity"
  ],
  "style": "blog",
  "tone": "professional",
  "max_words": 300
}

Parameters

ParameterTypeRequiredDescription
promptsarrayContent topics (max 500)
stylestringblog | email | social | product | report | ad
tonestringprofessional | casual | persuasive | friendly
languagestringOutput language (default: en)
max_wordsintegerMax words per item (default: 500)

Payment

  • Price: $6.00 USDC flat (up to 500 prompts)
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

Comments

Loading comments...