39 lines
832 B
JSON
39 lines
832 B
JSON
{
|
|
"name": "topic-monitor",
|
|
"version": "1.5.0",
|
|
"description": "Monitor topics of interest and get proactive alerts when important developments occur",
|
|
"author": "robbyczgw-cla",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"monitoring",
|
|
"alerts",
|
|
"research",
|
|
"proactive",
|
|
"news",
|
|
"tracking"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/robbyczgw-cla/skills"
|
|
},
|
|
"files": [
|
|
"SKILL.md",
|
|
"README.md",
|
|
"config.example.json",
|
|
"scripts/"
|
|
],
|
|
"scripts": {
|
|
"setup": "python3 scripts/setup.py",
|
|
"monitor": "python3 scripts/monitor.py",
|
|
"digest": "python3 scripts/digest.py",
|
|
"topics": "python3 scripts/manage_topics.py"
|
|
},
|
|
"dependencies": {
|
|
"python": ">=3.8"
|
|
},
|
|
"optional_dependencies": {
|
|
"skills": [
|
|
"web-search-plus"
|
|
]
|
|
}
|
|
} |