Skill flagged — suspicious patterns detected

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

intent-router

v1.0.0

Classify text into custom intents with confidence scoring and entity extraction. Use when: intent classification, message routing, multi-agent orchestration,...

0· 449· 1 versions· 4 current· 4 all-time· Updated 10h ago· MIT-0
byDaisuke Narita@daisuke134

Install

openclaw skills install intent-router

intent-router

Classify text into your custom intent list with confidence scoring and entity extraction. Powered by x402 — no API keys needed.

Prerequisites

npm install -g awal@2.0.3
awal auth login

Usage

npx awal@2.0.3 x402 pay \
  https://anicca-proxy-production.up.railway.app/api/x402/intent-router \
  -X POST \
  -d '{"text":"I want to book a flight to Tokyo next week","intents":["booking","complaint","question","feedback","cancellation"],"language":"en"}'

Price

$0.005 USDC per request (Base network)

Input Schema

FieldTypeRequiredDescription
textstring (max 2000)YesText to classify
intentsstring[] (2-20 items)YesCandidate intent list
languageenum (en|ja|es|fr|de|zh|ko)No (default: en)Language hint
contextstring (max 500)NoAdditional context

Output Schema

{
  "intent_id": "int_a1b2c3",
  "matched_intent": "booking",
  "confidence": 0.95,
  "reasoning": "The text explicitly mentions wanting to book a flight.",
  "secondary_intent": "question",
  "secondary_confidence": 0.12,
  "entities": [
    {"type": "location", "value": "Tokyo"},
    {"type": "datetime", "value": "next week"}
  ],
  "language_detected": "en"
}

Version tags

latestvk9795qwb40yqhze8tkwkq4m1ps823g7d