Initial commit with translated description
This commit is contained in:
64
package.json
Normal file
64
package.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user