staticflow-cli-publisher

Publish and verify StaticFlow content in LanceDB using sf-cli.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/acking-you/static_flow --skill staticflow-cli-publisher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: staticflow-cli-publisher
Source: https://github.com/acking-you/static_flow/tree/main/skills/staticflow-cli-publisher
Command: npx skills add https://github.com/acking-you/static_flow --skill staticflow-cli-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Publishing and verifying StaticFlow content across LanceDB can be brittle and error-prone. This skill provides a cohesive CLI-first workflow to publish Markdown notes, articles, and images, infer missing metadata, and run local API checks to confirm end-to-end integrity.

Core Features & Use Cases

  • Publish articles and images to LanceDB using sf-cli, with automatic metadata inference and bilingual support.
  • Sync notes directories and batch-import images, while validating data consistency and indexing.
  • Run backend-equivalent queries and API checks to verify publish outcomes and detect discrepancies.
  • Update bilingual fields and backfill missing article vectors as part of post-publish maintenance.

Quick Start

Publish a Markdown article with sf-cli and verify it appears in LanceDB.

Frequently Asked Questions about staticflow-cli-publisher

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

FAQPage Schema
How do I publish Markdown articles to LanceDB using sf-cli?▼

To publish Markdown articles to LanceDB using sf-cli, you can utilize a CLI-first workflow that handles metadata inference and bilingual fields automatically. The process executes preflight checks and post-publish API queries to verify content storage and indexing.

What is the best way to verify StaticFlow content integrity after a batch publish?▼

The best way to verify StaticFlow content integrity is by running backend-equivalent queries and local API checks. This detects discrepancies and confirms that articles, images, and notes are accurately stored and retrievable through the LanceDB API.

Can I backfill missing article vectors and update bilingual fields in LanceDB without manual scripts?▼

Yes, you can backfill missing article vectors and update bilingual fields without manual scripts. The workflow handles post-publish maintenance natively, enforcing explicit user confirmation for repairs to ensure safe operations.

Does the StaticFlow publishing process support batch importing images and syncing notes directories?▼

Yes, the StaticFlow publishing process supports syncing notes directories and batch-importing images. It automatically validates data consistency and indexing during the transfer to ensure all content is correctly stored in LanceDB.

Why does my StaticFlow content publish fail during preflight checks?▼

StaticFlow content publish failures during preflight checks occur to prevent brittle and error-prone operations. The skill enforces a context-first, safe-ops process that halts execution and provides clear failure reporting before any data is written to LanceDB.