ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

bangunai-blog-manager

Use when managing BangunAI Blog content, automating blog workflows, and writing MDX articles with BangunAI conventions. Supports Obsidian-like features (callouts, mermaid, LaTeX, wikilinks, backlinks, graph view).

Why use this skill?

Automate your MDX blog workflow, organize technical articles, and manage daily notes with the bangunai-blog-manager skill for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dwirx/tulisai
Or

What This Skill Does

The bangunai-blog-manager skill serves as an advanced command center for managing a Digital Garden and technical blog based on the BangunAI architecture. It streamlines the lifecycle of MDX-based content, allowing you to seamlessly create, update, and organize essays, technical tutorials, daily logs, and curated readings. The skill is deeply integrated with the project's folder structure, enabling it to navigate between /src/content/writing, /src/content/articles, and /src/content/daily with precision. It leverages the underlying React 18, Vite, and MDX framework, facilitating the use of specialized components like shadcn/ui, Mermaid 11 diagrams, KaTeX for mathematics, and advanced linking features such as wikilinks and auto-backlinks.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/dwirx/tulisai

Ensure that your environment variables are configured to point to the correct blog root path: /home/hades/BangunAI-Blog. Once installed, the agent will automatically detect existing MDX files through the import.meta.glob system, requiring no manual registration for new content.

Use Cases

This skill is perfect for:

  1. Technical Content Creation: Drafting complex tutorials with integrated Mermaid diagrams and LaTeX math blocks.
  2. Daily Knowledge Management: Maintaining daily logs with automated rollover tasks and timestamping.
  3. Content Curation: Storing and organizing 'Read' notes including source URLs and snippets.
  4. Garden Maintenance: Refactoring link structures using wikilinks and verifying the integrity of backlinks.

Example Prompts

  1. "Create a new technical article in /src/content/articles/ about implementing shadcn/ui components, and include a Mermaid flowchart showing the dependency tree."
  2. "Add a new reading entry to the 'read' collection from this URL [link], including a short snippet of my thoughts and tag it as 'react' and 'frontend'."
  3. "Summarize my daily entries from the last week and extract all pending tasks into a new markdown file in the root directory."

Tips & Limitations

  • Tip: Always use the dedicated callout syntax defined in Callout.tsx to maintain stylistic consistency across your digital garden.
  • Tip: When linking content, use standard wikilink syntax; the agent will handle the relative path resolution automatically.
  • Limitation: The skill operates strictly within the specified /home/hades/BangunAI-Blog directory. Attempting to modify files outside of this workspace will trigger a security permission error. Ensure that your project build is healthy, as the auto-import mechanism relies on standard Vite glob patterns.

Metadata

Author@dwirx
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dwirx-tulisai": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#mdx#digital-garden#blogging#obsidian#react
Safety Score: 4/5

Flags: file-read, file-write