Universal Tracker
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Best use case
Universal Tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Teams using Universal Tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/universal_tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Universal Tracker Compares
| Feature / Agent | Universal Tracker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 🎯 Chức năng
Kỹ năng này giúp Theo Dõi (Monitor) một nền tảng theo định kỳ (ví dụ: Douyin, YouTube, Website). Khi có video mới/bài đăng mới xuất hiện, hệ thống sẽ tự động đóng gói bài đăng đó và giao cho một Biệt đội Agent (Team) hoặc gửi tin nhắn cho người dùng để xử lý.
> **🛑 LƯU Ý PHÂN BIỆT QUAN TRỌNG:**
> - Kỹ năng này (`add_tracker`) dùng để theo dõi **KÊNH VIDEO** (YouTube, Douyin, TikTok) hoặc Nguồn cấp dữ liệu thô (để tải video / kích hoạt Team AI xử lý upload video chéo nền tảng).
> - NẾU người dùng yêu cầu theo dõi **TRANG WEB / BÁO CHÍ** để dịch bài và đăng lên trang **WordPress**: **TUYỆT ĐỐI KHÔNG DÙNG KỸ NĂNG NÀY**. Bạn phải tìm và dùng kỹ năng của Web Crawler (với action: `watch_page`).
## 📥 Hành động: Thêm Theo Dõi mới (add_tracker)
Dùng khi người dùng yêu cầu "theo dõi kênh Douyin ABC mỗi x giờ, rồi dùng team AutoReup để xử lý".
**Ví dụ:**
- "Theo dõi youtube https://youtube.com/channel... mỗi 2 giờ, sau đó dùng team room1"
- "Khi có video mới ở https://v.douyin.com... thì tự gọi team_abcdef"
```json
{
"action": "add_tracker",
"platform": "youtube", // youtube, douyin, tiktok, website
"url": "https://...",
"interval_minutes": 60, // Thời gian lặp lại (theo phút). Mặc định là 60.
"target_team_id": "team_abcdef", // (Tùy chọn) ID của team/workflow xử lý khi có bài mới
"instruction": "Tải về và up lên youtube Shorts" // (Tùy chọn) Ghi chú dặn dò
}
```
## 📥 Hành động: Danh sách Đang Theo dõi (list_trackers)
Được kích hoạt khi người dùng nói: "Xem danh sách đang theo dõi", "Các kênh dang monitor".
```json
{
"action": "list_trackers"
}
```
## 📥 Hành động: Xoá Theo Dõi (remove_tracker)
Được kích hoạt khi người dùng muốn dừng theo dõi. Truyền vào ID của Tracker.
```json
{
"action": "remove_tracker",
"tracker_id": "abc123xyz"
}
```
## 📥 Hành động: Kích hoạt lấy video NGAY (trigger_tracker)
Dùng khi người dùng yêu cầu "post video mới nhất", "lấy video mới nhất", "tải bài mới nhất lên kênh".
> **⚡ QUY TẮC PHÂN BIỆT QUAN TRỌNG:**
> - User nói "**theo dõi**", "**monitor**", "**mỗi X giờ**" → `add_tracker` (tạo cấu hình mới)
> - User nói "**mới nhất**", "**post lên kênh**", "**tải bài mới**", "**lấy video mới**" → `trigger_tracker` (kích hoạt NGAY)
> - Nếu đã có tracker cho URL này, LUÔN dùng `trigger_tracker`. KHÔNG tạo thêm tracker trùng lặp!
```json
{
"action": "trigger_tracker",
"tracker_id": "" // (Tùy chọn) ID tracker, nếu bỏ trống sẽ dùng tracker gần nhất
}
```Related Skills
Ollama Local Model Manager — AI Skill Guide
## Extension: ollama
Multi-Agent Orchestration — AI Skill Guide
## Extension: multi_agents
File Manager
Quản lý file và folder trên máy tính
SKILL.md — Video Downloader Extension
## Mô tả
Cloud API Management — AI Skill Guide
## Extension: cloud_api
calendar_manager
Manage Google Calendar — create, list, update, delete events with recurring & reminders
Browser Automation
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
auth_manager
Manage OAuth credentials & tokens for Google, Facebook, TikTok
TubeCLI System Guide
Complete guide for AI agents to understand, install, and operate TubeCLI
KPI Tracker Skill
Track, analyze, and report on Key Performance Indicators for any business.
Budget & Expense Tracker — AI Agent Financial Command Center
Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.
universal-trading
Execute cross-chain token trading on EVM and Solana with Particle Network Universal Account SDK. Use when users ask to set up universal-account-example, buy or sell tokens, run convert/swap flows, transfer assets, call custom transactions, query balances/history, or monitor transaction status via WebSocket.