tbm-reading-sync

Synchronize TikTok transcripts to TBM readings with rule-based extraction.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OrionArchitekton/cosmocrat-core --skill tbm-reading-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tbm-reading-sync
Source: https://github.com/OrionArchitekton/cosmocrat-core/tree/main/skills/tbm/tbm-reading-sync
Command: npx skills add https://github.com/OrionArchitekton/cosmocrat-core --skill tbm-reading-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the daily synchronization of TikTok video transcripts into the TBM readings database, ensuring timely data availability for analysis.

Core Features & Use Cases

  • Automated Data Sync: Regularly transfers transcript data from TikTok to the TBM system.
  • Rule-Based Extraction: Employs predefined rules to identify and categorize cards, themes, and spread types within the transcripts.
  • Use Case: After a day's worth of TikTok videos have been processed and their transcripts generated, this Skill ensures that relevant information like key themes and content types are accurately logged in the TBM system for trend analysis.

Quick Start

Run the tbm-reading-sync skill to process today's TikTok transcripts.

Frequently Asked Questions about tbm-reading-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync TikTok transcripts to my readings database daily?

To sync TikTok transcripts daily, you can run the tbm-reading-sync Skill to automatically transfer and log transcript data into the TBM system. It processes data after the daily backfill completes to ensure accuracy.

What is rule-based extraction for TikTok transcript categorization?

Rule-based extraction for TikTok transcripts uses predefined rules to identify and categorize specific elements like cards, themes, and spread types. This ensures relevant content types are accurately logged for trend analysis.

Can I use ClickHouse for read-only access with TikTok transcript data?

Yes, you can access ClickHouse for read-only operations using a defined MemoryClient. This setup is required to ensure secure data retrieval when synchronizing TikTok transcripts to TBM readings.

How do I categorize TikTok video themes and spread types automatically?

You can categorize TikTok video themes and spread types automatically by applying rule-based extraction during the transcript synchronization process. This identifies key content and logs it into the TBM system.

Why does TikTok transcript synchronization require a daily backfill?

TikTok transcript synchronization requires a daily backfill to ensure data integrity. The Skill operates only after backfill completion, guaranteeing that a full day's worth of video processing is complete before transferring data.

Does tbm-reading-sync need a memory contract for ClickHouse access?

Yes, tbm-reading-sync requires a defined memory contract to establish read-only access to ClickHouse via MemoryClient. This contract ensures the Skill retrieves transcript data securely without compromising the database.