数据快推

Post ledger and report data changes to board ingest APIs via Python script.

10|2|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/hyndaniel/fifa-world-cup-2026 --skill -hyndaniel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 数据快推
Source: https://github.com/hyndaniel/fifa-world-cup-2026/tree/main/.claude/skills/%E6%95%B0%E6%8D%AE%E5%BF%AB%E6%8E%A8
Command: npx skills add https://github.com/hyndaniel/fifa-world-cup-2026 --skill -hyndaniel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually deploying data changes, such as modifying ledger files or reports, by providing a direct and efficient way to push these changes to the board without the need for git commit, PR, SSH, or Docker operations.

Core Features & Use Cases

  • Direct Data Push: Post changes to ledger files (data/bet_ledger.json) or reports (reports/**/*.md) directly to the board's /api/ingest/tickets or /api/ingest/reports interfaces.
  • Simplified Workflow: Users can execute a script to post data changes without the need for additional deployment steps.
  • Use Case: For instance, after modifying a betting ledger file, the user can simply run a script to push the changes to the board, eliminating the need for traditional deployment processes.

Quick Start

Run the command python3 tools/push_data.py tickets to push the data/bet_ledger.json file to the board.

Frequently Asked Questions about 数据快推

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

FAQPage Schema
How do I push data changes directly to a board without git commit or SSH?

To push data changes directly to a board without git commit or SSH, execute a local Python script that posts your updates to the board's ingest APIs, bypassing the traditional deployment process entirely.

What is the best way to update ledger files on a board without a full deployment?

The best way to update ledger files on a board without a full deployment is using a direct data push script that posts file contents to the `/api/ingest/tickets` interface, eliminating the need for Docker operations or PRs.

Can I use a Python script to post reports to ingest APIs instead of manual deployment?

Yes, you can use a Python script to post reports to ingest APIs. By running the script locally, you push report changes directly to the board's `/api/ingest/reports` endpoint, bypassing manual deployment steps.

Does direct data push work for administrative workflows involving only data updates?

Direct data push works perfectly for administrative workflows involving data updates without code changes. It is specifically designed for tasks like ledger and report management where only data files require syncing to the board.

What are the limitations of using a direct data push script for board deployment?

A limitation of using a direct data push script is that it requires local execution of a Python script and targets specific ingest API endpoints. It handles data updates but does not manage underlying code changes or traditional deployment configurations.