返回顶部
i

intent-router

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
367
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash npm install -g awal@2.0.3 awal auth login ``` ## Usage ```bash 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 | Field | Type | Required | Description | |-------|------|----------|-------------| | text | string (max 2000) | Yes | Text to classify | | intents | string[] (2-20 items) | Yes | Candidate intent list | | language | enum (en\|ja\|es\|fr\|de\|zh\|ko) | No (default: en) | Language hint | | context | string (max 500) | No | Additional context | ## Output Schema ```json { "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" } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 intent-router-1776285289 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 intent-router-1776285289 技能

通过命令行安装

skillhub install intent-router-1776285289

下载 Zip 包

⬇ 下载 intent-router v1.0.0

文件大小: 1.45 KB | 发布时间: 2026-4-16 18:34

v1.0.0 最新 2026-4-16 18:34
Initial release: intent classification for multi-agent orchestration

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部