Skill flagged — suspicious patterns detected

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

Ntriq X402 Sentiment

v1.0.0

Analyze sentiment, emotions (joy/anger/sadness/fear), and intent from any text. Pay $0.01 USDC via x402.

0· 68· 1 versions· 1 current· 1 all-time· Updated 8h ago· MIT-0
byntriq@ntriq-gh

Install

openclaw skills install ntriq-x402-sentiment

Sentiment Analysis (x402)

Analyze sentiment, emotion breakdown, and intent from any text. Returns structured scores for joy, anger, sadness, fear, surprise, and disgust — plus intent classification and a one-sentence summary. Pay $0.01 USDC per call via x402 (Base mainnet).

How to Call

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

{
  "text": "I've been waiting 3 weeks and still no response. This is completely unacceptable.",
  "language": "en"
}

Parameters

ParameterTypeRequiredDescription
textstringText to analyze
languagestringResponse language ISO code (default: en)

Example Response

{
  "status": "ok",
  "sentiment": "negative",
  "confidence": 0.94,
  "emotions": {
    "joy": 0.02,
    "anger": 0.71,
    "sadness": 0.18,
    "fear": 0.05,
    "surprise": 0.02,
    "disgust": 0.62
  },
  "intent": "complain",
  "summary": "Customer expresses strong frustration over a 3-week delay without any response."
}

Sentiment Values

positive, negative, neutral, mixed

Intent Values

inform, request, complain, praise, question, suggest, other

Payment

  • Price: $0.01 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

Version tags

latestvk97b799rvdkrk8fshv67cq839x851z2g