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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dwirx/tulisaiWhat 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:
- Technical Content Creation: Drafting complex tutorials with integrated Mermaid diagrams and LaTeX math blocks.
- Daily Knowledge Management: Maintaining daily logs with automated rollover tasks and timestamping.
- Content Curation: Storing and organizing 'Read' notes including source URLs and snippets.
- Garden Maintenance: Refactoring link structures using wikilinks and verifying the integrity of backlinks.
Example Prompts
- "Create a new technical article in
/src/content/articles/about implementing shadcn/ui components, and include a Mermaid flowchart showing the dependency tree." - "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'."
- "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.tsxto 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-Blogdirectory. 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dwirx-tulisai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write