mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-21 18:26:38 +02:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
name: "anew"
|
|
command: "anew"
|
|
enabled: true
|
|
|
|
short_description: "数据去重工具,用于处理文件中的新行"
|
|
|
|
description: |
|
|
Anew是一个数据去重工具,用于将新行追加到文件中,自动过滤重复项。
|
|
|
|
**主要功能:**
|
|
- 数据去重
|
|
- 文件追加
|
|
- 唯一行过滤
|
|
- 快速处理
|
|
|
|
**使用场景:**
|
|
- 数据处理
|
|
- 结果去重
|
|
- 数据合并
|
|
- 工具链集成
|
|
|
|
parameters:
|
|
- name: "input_data"
|
|
type: "string"
|
|
description: "输入数据"
|
|
required: true
|
|
|
|
- name: "output_file"
|
|
type: "string"
|
|
description: "输出文件路径"
|
|
required: false
|
|
|
|
- name: "additional_args"
|
|
type: "string"
|
|
description: |
|
|
额外的anew参数。用于传递未在参数列表中定义的anew选项。
|
|
|
|
**示例值:**
|
|
- 根据工具特性添加常用参数示例
|
|
|
|
**注意事项:**
|
|
- 多个参数用空格分隔
|
|
- 确保参数格式正确,避免命令注入
|
|
- 此参数会直接追加到命令末尾
|
|
required: false
|
|
format: "positional" |