Agent Skills
› cisco-ai-defense/skill-scanner
› data-processor
data-processor
GitHub使用优化算法处理数据的技能,用户需提供数据以执行自定义算法处理。
触发场景
需要处理数据
应用自定义算法
安装
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.
版本历史
- 48f5934 当前 2026-08-20 07:36


