ntriq-x402-sentiment-batch

Batch sentiment and intent analysis for up to 500 texts. Flat $3.00 USDC via x402.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ntriq-x402-sentiment-batch" with this command: npx skills add ntriq-gh/ntriq-x402-sentiment-batch

Sentiment Batch (x402)

Analyze sentiment, emotions, and intent across up to 500 text inputs in one call. Returns confidence scores, emotion breakdown, and intent classification. Flat $3.00 USDC. 100% local inference on Mac Mini.

How to Call

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

{
  "texts": [
    "This product exceeded my expectations!",
    "Delivery was late and packaging was damaged."
  ],
  "language": "en"
}

Parameters

ParameterTypeRequiredDescription
textsarrayText strings to analyze (max 500)
languagestringOutput language (default: en)

Example Response

{
  "status": "ok",
  "count": 2,
  "results": [
    {
      "index": 0,
      "status": "ok",
      "sentiment": "positive",
      "confidence": 0.95,
      "intent": "praise",
      "summary": "Customer is highly satisfied with the product quality."
    },
    {
      "index": 1,
      "status": "ok",
      "sentiment": "negative",
      "confidence": 0.88,
      "intent": "complain",
      "summary": "Customer complaints about late delivery and damaged packaging."
    }
  ]
}

Payment

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Polymarket News Events

Monitors 20+ premium RSS feeds for breaking news and matches stories to Polymarket markets via keyword analysis. Trades when breaking news creates an estimat...

Registry SourceRecently Updated
1070mibayy
Research

Uplo Knowledge Management

AI-powered knowledge management intelligence. Search taxonomies, content curation records, expertise directories, and communities of practice with structured...

Registry SourceRecently Updated
Research

Uplo Insurance

AI-powered insurance knowledge management. Search policy documents, claims records, underwriting guidelines, and actuarial data with structured extraction.

Registry SourceRecently Updated
Research

Uplo Hr

AI-powered HR knowledge management. Search employee handbooks, org charts, company policies, benefits documentation, and onboarding materials with structured...

Registry SourceRecently Updated