Files
CyberStrikeAI/tools/uro.yaml
2025-11-08 22:57:03 +08:00

38 lines
722 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "uro"
command: "uro"
enabled: true
short_description: "URL过滤工具用于过滤相似的URL"
description: |
Uro是一个URL过滤工具用于过滤掉相似的URL去除重复项。
**主要功能:**
- URL去重
- 相似URL过滤
- 白名单/黑名单支持
- 快速处理
**使用场景:**
- URL去重
- 结果过滤
- 数据清理
- 工具链集成
parameters:
- name: "urls"
type: "string"
description: "要过滤的URL每行一个"
required: true
- name: "whitelist"
type: "string"
description: "白名单模式"
required: false
- name: "blacklist"
type: "string"
description: "黑名单模式"
required: false