Manage intel sources, collect raw items, and schedule recurring collection runs.
Use this skill to manage workspace intel sources and run collection jobs.
marketbot intel source-* commands.marketbot intel collect when the user wants an immediate refresh.marketbot intel schedule-collect when the user wants recurring collection.marketbot intel schedule-latest-daily command.marketbot intel schedule-collect upstream and marketbot intel schedule-daily downstream.marketbot intel schedule-latest-daily or show 07:55 collect and 08:00 digest explicitly.marketbot intel schedule-list and marketbot intel schedule-remove <job-id> to manage only intel-specific schedules.marketbot intel source-add --type rss --name "OpenAI Blog" --url https://openai.com/blog/rss.xml
marketbot intel source-list
marketbot intel collect
marketbot intel schedule-collect --every-minutes 30
marketbot intel schedule-latest-daily --collect-cron-expr "55 7 * * *" --digest-cron-expr "0 8 * * *" --tz Asia/Shanghai
marketbot intel schedule-collect --cron-expr "55 7 * * *" --tz Asia/Shanghai
marketbot intel schedule-daily --cron-expr "0 8 * * *" --tz Asia/Shanghai
marketbot intel schedule-list
marketbot intel schedule-remove <job-id>