← 返回 Skills 市场
903
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tulisai
功能描述
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).
安全使用建议
This skill appears to be what it says: a local BangunAI blog content manager. Before installing or allowing it to run autonomously, check these points: 1) Confirm the BLOG_ROOT path — SKILL.md uses an absolute path (/home/hades/BangunAI-Blog). If your blog is elsewhere, update the path or run in a safe test workspace. 2) Back up your repo (git commit / branch) — example scripts use 'cat >' (which overwrites files) and 'git rm' (deletes tracked files). 3) If you permit autonomous execution, restrict the agent so it must ask before running any destructive commands, or review suggested shell commands before execution. 4) There are no external network calls or credential requests, but the skill will modify local files — treat it like any automation that writes to your repo. If you want higher assurance, run the example scripts manually the first time in a disposable copy of your project.
功能分析
Type: OpenClaw Skill
Name: tulisai
Version: 0.1.0
The skill's primary purpose is benign, focusing on managing blog content within a defined directory (`/home/hades/BangunAI-Blog`). However, several shell scripts in SKILL.md and EXAMPLES.md exhibit potential shell injection vulnerabilities. Specifically, the `read` workflow uses `find ... -name "*$FILE*.mdx" | xargs -r cat` and the `Search for Keyword` example uses `find ... -exec grep -l "$KEYWORD" {} \;`. If `$FILE` or `$KEYWORD` are derived from unsanitized user input, an attacker could craft malicious input to execute arbitrary commands, leading to a Remote Code Execution (RCE) risk. While there's no clear evidence of intentional malice (e.g., data exfiltration, backdoors), these vulnerabilities make the skill suspicious.
能力评估
Purpose & Capability
Name/description (BangunAI blog MDX workflows) matches the SKILL.md, EXAMPLES.md, README.md and INTEGRATION.md. All requested actions (create/update daily notes, create posts, append logs, verify index, git mv/rm) are coherent with a content-manager skill. No unrelated credentials, unusual binaries, or unrelated services are requested.
Instruction Scope
The runtime instructions explicitly read and write files under /home/hades/BangunAI-Blog (create MDX files, overwrite about/now with cat >, append logs, git rm/mv, find/grep). Those operations are consistent with the stated purpose, but several example scripts are destructive (overwrite files with shell here-docs, remove files with git rm). The instructions use absolute paths (/home/hades/...) rather than a configurable, relative project path, which may cause unexpected writes if the environment differs. Agent-run destructive commands should be reviewed before execution.
Install Mechanism
Instruction-only skill with no install spec and no bundled code. Nothing is downloaded or written by an installer, minimizing install-time risk.
Credentials
No environment variables, credentials, or external service tokens are required. All operations are local-file oriented and proportionate to a blog management workflow.
Persistence & Privilege
always:false (not force-included). The skill can be invoked autonomously by the agent (platform default). Combined with the skill's file-write and git commands, autonomous invocation could modify local content without your interactive approval — this is expected behavior for a local content-management skill but worth considering in your policy for autonomous actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tulisai - 安装完成后,直接呼叫该 Skill 的名称或使用
/tulisai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of BangunAI Blog Manager, combining a custom content workflow and digital garden authoring for BangunAI Blog.
- Supports MDX with Obsidian-inspired features: callouts (14 types), Mermaid diagrams, LaTeX math, wikilinks, backlinks, and knowledge graph view.
- Auto-import system: All content (`writing`, `articles`, `read`, `daily`, `about`, `now`) is detected instantly—no manual registration needed.
- Well-defined content structure and standardized frontmatter formats for different content types.
- Includes React-based components for highlights, YouTube embeds, Shiki code highlighting, and more.
- Designed for seamless authoring and enhanced content navigation and visualization.
元数据
常见问题
tulisai 是什么?
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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 903 次。
如何安装 tulisai?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tulisai」即可一键安装,无需额外配置。
tulisai 是免费的吗?
是的,tulisai 完全免费(开源免费),可自由下载、安装和使用。
tulisai 支持哪些平台?
tulisai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tulisai?
由 dwirx(@dwirx)开发并维护,当前版本 v0.1.0。
推荐 Skills