Loading...
Loading...
Local reminder scheduling skill. It caters to users' reminder requests like "Remind me to do something in a period of time/at a specific time", and is especially suitable for non-technical users. It is responsible for service checking, automatic startup, dependency installation and invoking reminder scripts.
npx skill4agent add zshs000/task_scheduler task-reminder<skill_root>/.venv/Scripts/python.exepypythonpython3<skill_root>/config/app_config.jsonweb_api_basehttp://{host}:{port}GET {api_base}/health<skill_root>/scripts/start_server.pyGET {api_base}/health--daemon<skill_root>/server.pid--daemonpython remind.py <offset> <content><offset>1d2h30m10s<content>python remind.py --at "<time>" <content>--at<skill_root>/scriptspython remind.py 2h30m Submit report
python remind.py --at "tomorrow 08:00" Attend meeting