save-ob-chaos

Archive dialogue content as Markdown notes in the Obsidian Chaos folder.

7|1|Updated Mar 30, 2024
One-click install
npx skills add https://github.com/Lionad-Morotar/simple-local-llm-server --skill save-ob-chaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-ob-chaos
Source: https://github.com/Lionad-Morotar/simple-local-llm-server/tree/main/local-link/skills/save-ob-chaos
Command: npx skills add https://github.com/Lionad-Morotar/simple-local-llm-server --skill save-ob-chaos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将对话中的重要内容存档到 Obsidian Chaos 文件夹,便于整理和检索。

Core Features & Use Cases

  • 自动识别要存档的对话内容;如不明确,提示澄清。
  • 生成文件名 {taskname}.md,长度不超过 50 字,剔除特殊字符。
  • 构建包含元数据的 Markdown 文件,写入到指定路径,并提供内容摘要。
  • 适用于:记录关键对话段落、任务要点、研究笔记等。

Quick Start

在对话中需要存档时,输入触发词并告诉 AI 需要存档的内容。

Frequently Asked Questions about save-ob-chaos

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

FAQPage Schema
How do I archive chat conversations to Obsidian as markdown notes?

To archive chat conversations to Obsidian, this Skill identifies important dialogue content, generates a sanitized filename under 50 characters, and writes a frontmatter-enabled markdown note directly to the Chaos directory.

How does automatic note generation handle ambiguous chat content?

Automatic note generation detects important dialogue content from the conversation for archiving. If the specific content to save is ambiguous, it prompts the user for clarification before creating the markdown file.

Can I use this to save task summaries and research notes into Obsidian?

Yes, you can use this to save task summaries and research notes into Obsidian. It is designed for recording key dialogue paragraphs, task points, and research notes by creating markdown files in the Chaos folder.

Does the Skill require an existing Chaos directory before writing markdown files?

No, the Skill does not require an existing Chaos directory beforehand. It automatically ensures the target Chaos directory exists and safely handles file writes before reporting the full path and content summary.

What are the filename constraints when archiving notes to Obsidian Chaos?

When archiving notes to Obsidian Chaos, filenames are generated as {taskname}.md with a strict limit of 50 characters. The Skill automatically sanitizes the filename by removing special characters to ensure safe file writes.