Initial commit with translated description

This commit is contained in:
2026-03-29 13:18:46 +08:00
commit 37406a2ec4
51 changed files with 9545 additions and 0 deletions

39
skill.json Normal file
View File

@@ -0,0 +1,39 @@
{
"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"
]
}
}