kobenfang/BigFocus

🎯 BigFocus 追踪管家 - 商品价格/明星动态/行业追踪 | 价格追踪、监控与提醒

项目介绍Project Overview

BigFocus 是遵循 Agent Skills 标准的 DSH 追踪技能,用于监控商品价格、明星动态、行业信息及自定义指标,变动时自动汇报,支持定时推送与全渠道分段推送。适合需要持续盯盘、舆情或指标提醒的场景。依赖 Python 3 与 cron 定时任务环境。

BigFocus is a DSH plugin built on the Agent Skills standard for tracking product prices, celebrity news, industry updates, and custom metrics. It automatically reports changes and supports scheduled, segmented notifications across channels. Use it when you need ongoing monitoring and alerts for prices, information, or metrics. It requires Python 3 and cron support for scheduled tasks.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:kobenfang/BigFocus

kobenfang/BigFocus 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

🎯 BigFocus · 追踪管家

追踪商品价格/明星动态/行业信息/自定义指标,变动时自动汇报。包含定时推送与全渠道分段推送能力。

English: Track prices, celebrity news, industry info and custom metrics; auto-report on changes.

✨ 功能

详见 SKILL.md 完整说明。

🔧 环境依赖

Python 3 + 定时任务(cron)支持,参考 references/cron-templates.json。

📥 安装(DeepSeek Harness / dsh)

本技能遵循 Agent Skills 开放标准(SKILL.md + YAML frontmatter),适用于 DeepSeek Harness (dsh)、OpenClaw、Claude Code 等支持 Agent Skills 的框架。

# 方式一:放入用户级共享目录(推荐)
mkdir -p ~/.agents
git clone https://github.com/kobenfang/bigfocus.git ~/.agents/bigfocus

# 方式二:放入项目目录
mkdir -p .agents
cp -r bigfocus .agents/

dsh 启动后即可在技能列表中找到 bigfocus

🔍 搜索关键词

价格追踪, 追踪, 提醒, 监控, price tracking, monitor, alert

📄 目录结构

bigfocus/
├── SKILL.md          # 技能定义(Agent Skills 标准)
├── references/cron-install-shell.sh
├── references/cron-templates.json
├── scripts/bigfocus.py

⚖️ License

MIT


© 2026 kobenfang · 更多技能见 dsh-skills

📦 Also on ClawHub (OpenClaw)

This skill is also published on ClawHub for OpenClaw users:

npx clawhub install bigfocus

Search it: npx clawhub search bigfocus

上一个 Prev dsh-approval-hotkeys 下一个 Next dsh-updater-npm