Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Plasma Wiki – a CLI for maintaining agent-edited Markdown wikis

Plasma Wiki is a CLI tool for maintaining agent-edited Markdown wikis. It allows users to manage wiki content through a command-line interface, enabling automated editing and organization of markdown files.

Background

- **Plasma Wiki** is an open-source command-line tool (CLI) that lets AI agents (like large language models) create, read, and update Markdown wikis directly from the terminal. It is designed for developers who want AI assistants to autonomously maintain project documentation or knowledge bases. - In the current AI ecosystem, most "agent" tools are chat interfaces; Plasma Wiki instead gives an agent a persistent, structured file system of notes, treating the wiki as a database the agent can modify over time. - It is built by **Plasma AI** (a startup) and hosted on GitHub. The project targets the growing trend of "AI agents" — programs that act on behalf of users, not just answer questions. - Key relevance: As AI agents become more capable, tools like this address the problem of **agent memory and persistence** — without them, an agent starts fresh each time and cannot accumulate shared knowledge.

Related stories