tbm-supabase-sync

Synchronizes TikTok readings from ClickHouse to the Supabase tiktok_posts table.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of transferring the latest TikTok readings from ClickHouse to the Supabase tiktok_posts table, ensuring that tarotbymarie.com displays up-to-date content.

Core Features & Use Cases

  • Data Synchronization: Pushes new TikTok data from ClickHouse to Supabase.
  • Content Updates: Ensures the tarotbymarie.com website reflects the most recent TikTok posts.
  • Automated Workflow: Runs on a schedule to maintain data freshness without manual intervention.

Quick Start

Run the tbm-supabase-sync skill to push the latest TikTok readings from ClickHouse into the Supabase tiktok_posts table.

Frequently Asked Questions about tbm-supabase-sync

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

FAQPage Schema
How do I sync TikTok data from ClickHouse to Supabase?

You need ClickHouse read access to retrieve TikTok data and Supabase write permissions for the tiktok_posts table. These permissions allow the scheduled data transfer task to push content updates to your website automatically.

Can I automate TikTok content updates on my website using Supabase?

Yes, you can automate website content updates by running a scheduled data synchronization workflow that pushes new TikTok posts from ClickHouse into a Supabase table. This maintains data freshness for your website without manual intervention.

What is the best way to keep TikTok posts fresh in a Supabase table?

The best way to keep TikTok posts fresh in a Supabase table is to use an automated data synchronization workflow. It runs on a schedule to transfer the latest readings from ClickHouse to Supabase, ensuring your website reflects recent content.

Does this data sync workflow require both ClickHouse and Supabase configurations?

Yes, the data sync workflow requires both ClickHouse and Supabase configurations. It reads the latest TikTok data from ClickHouse and writes to the Supabase tiktok_posts table, needing read access for ClickHouse and write permissions for Supabase.

Why use ClickHouse as a source for syncing TikTok data to Supabase?

ClickHouse serves as the analytical source storing TikTok readings, while Supabase acts as the backend for website content display. Syncing between them ensures real-time content updates on your website by transferring new posts on a schedule.