Back to News
Advertisement
tthegyula about 9 hours ago 2 commentsRead Article on github.com

RU version is available. Content is displayed in original English for accuracy.

The idea of Wienerdog was born out of my experience setting up my own simple but effective system of memory, self-improving skills and hooks for Claude Code and Codex. As I was teaching my friends and colleagues how to set up their own I found myself automating more and more of my system setup and finally I decided to publish it on GitHub to help others get more out of their AI usage.

So what is Wienerdog? Simply put, it is just files — no daemon, no server, no telemetry: a collection of instructions and skills that you can install by pasting just one line (npx wienerdog@latest init) and it will give your Claude Code / Codex:

- a proper base information CLAUDE.md / AGENTS.md file created by doing a simple, friendly interview with you (existing files are respected — Wienerdog only writes inside its own clearly-marked block). - a persistent, markdown-based memory vault following the PARA convention, similar to the Obsidian vaults many folks use. Already have a vault? No problem, you can just point it to it. - automated ‘hooks’ that will pull in key information (who you are, what you do, etc.) into each session and detect and save critical new information into your persistent memory. - automated daily ‘dreaming’ runs that digest the previous day’s sessions and store their key information into memory. If your computer is off or asleep at that time, the dreaming run will catch up when you're back. - repeating task patterns are identified and turned into reusable skills which can be further improved automatically. - if you are using both Claude Code and Codex (like I do) they will be able to read from and contribute to the same memory vault. You are not locked in to any vendor. - a basic (and optional) integration with the Google suite to give your AI access to your Gmail, Calendar and Drive — read-only and draft-only by default.

Everything Wienerdog does can run on your existing Anthropic / OpenAI subscription, in line with their terms. The project is open-source on GitHub and free forever under the MIT license. I do this for fun and to give a little something back.

I have put quite a bit of work into Wienerdog already and am happily using it myself for its own development (dogfooding — get it?). In fact, most of Wienerdog's code was written by AI agents following its own spec system, using the memory vault that lives in the repo. With that said, it is still early and a work in progress that could use more eyes. I'd love for you to try it out and ask questions, request new things to add or even contribute on GitHub if you have the time and capacity.

P.S. Why the name Wienerdog? Because I love these little tube-shaped snouty sausage clowns :)

Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 123 words in the discussion.

Trending Topics

#stuff#git#claude#inspect#backdoors#install#better#definitely#try#security

Discussion (2 Comments)Read Original on HackerNews

johngabout 2 hours ago
Will definitely give this a try. For security reasons, what's a reasonable approach when installing stuff like this? Copy the git repository and then have Claude inspect it for malicious files, backdoors and such? I'm so hesitant to install stuff like this and find out it has a backdoor in it.
thegyulaabout 2 hours ago
Both npm and git can work for the install. Please feel free to have Claude inspect it in detail as you suggested. I spent the last two weeks or so mostly with hardening work and probing for potential vulnerabilities and right now I am not aware of any but the more eyes and brains we have the better, that is one of the advantages of open source. Needless to say I have not put any backdoors into it but I understand that it is better to trust but verify these kind of things. I hope you will like it, appreciate honest feedback once you tried it out.