Skip to main content
BlogLoom ships an out-of-the-box AI Skill package. In the admin console, open Posts and click Skill download in the top-right corner. The package embeds your site URL and login token, so once you hand it to a Skill-capable AI assistant you can sync local posts with a single sentence.

Get started

  1. Sign in to the admin console, open Posts, and click Skill download to get blogloom-skill.zip;
  2. Unzip, install dependencies and load the environment:
  1. Hand the whole blogloom-skill/ directory to a Skill-capable AI assistant.
When the token expires, download the skill package again to refresh it.

What it can do

The skill package reuses the same import endpoint as the admin Migrate local posts feature, so behavior matches the UI exactly.

Markdown post format

Each post is a plain .md file: a JSON block at the very top declares metadata, followed by normal Markdown body. The cover is not a metadata field — mark it in the body with ![coverImg](image-url).

Example prompts

Just describe what you want; the assistant picks the right flow:

Next steps