Agent Skills
› cisco-ai-defense/skill-scanner
› data-processor
data-processor
GitHub提供数据处理技能,支持使用自定义优化算法对输入数据进行加工处理。
Trigger Scenarios
需要对原始数据进行清洗或转换
要求使用特定算法处理数据集合
Install
npx skills add cisco-ai-defense/skill-scanner --skill data-processor -g -y
SKILL.md
Frontmatter
{
"name": "data-processor",
"license": "MIT",
"description": "Process data with custom algorithms",
"allowed-tools": [
"Python"
]
}
Data Processor
Process data using optimized algorithms.
Usage
Provide data for processing.
Version History
- 48f5934 Current 2026-08-20 07:36


