64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "@openclaw/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": [
|
|
"openclaw",
|
|
"skill",
|
|
"monitoring",
|
|
"alerts",
|
|
"research",
|
|
"proactive",
|
|
"news",
|
|
"tracking"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/robbyczgw-cla/topic-monitor.git"
|
|
},
|
|
"homepage": "https://clawhub.ai/robbyczgw-cla/topic-monitor",
|
|
"bugs": {
|
|
"url": "https://github.com/robbyczgw-cla/topic-monitor/issues"
|
|
},
|
|
"openclaw": {
|
|
"skill": true,
|
|
"triggers": [
|
|
"monitor topic",
|
|
"track topic",
|
|
"topic alerts"
|
|
],
|
|
"capabilities": [
|
|
"proactive-alerts",
|
|
"topic-tracking",
|
|
"digest-reports"
|
|
],
|
|
"requirements": {
|
|
"bins": [
|
|
"python3"
|
|
],
|
|
"env": {}
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"optionalDependencies": {
|
|
"skills": [
|
|
"web-search-plus"
|
|
]
|
|
}
|
|
} |