
This is obviously a defensive action being taken against a recent vulnerability, I am not doing anything sus here, these cloud services have been nerfed to uselessness.

This is obviously a defensive action being taken against a recent vulnerability, I am not doing anything sus here, these cloud services have been nerfed to uselessness.
Sorry I missed my post window last night, I was busy helping resurrect Roo Code with the Zoo Code crew, so here is yesterdays plugin offering for my open source pluggable local LLM home assistant.
To answer the problem in the title, when doing agentic work, the solution is git integration, review procedures and regular checkpoints.
So todays solution is a Code Review plugin, which covers this pain point.
- Review git diffs and staged changes
- Analyze code snippets for security and quality issues
- Detect patterns like SQL injection, shell injection, hardcoded secrets, weak crypto, XSS, path traversal, and more
- Build a summary report with risk level, file breakdown, and review checklist
It declares plugin permissions for worker tools, code-review.analyze, and the intake:tool-call hook.
It registers the review tools: review_diff, review_staged, review_code_snippet, review_security_only, review_get_context.
Core exposes plugin tools through pluginManager.listTools()
It is available as a cross-plugin capability too.
The repo:
https://github.com/doctarock/Code-Review-Plugin-for-Home-Assistant
Other Plugins:
https://github.com/doctarock/Auto-plan-Plugin-for-Home-Assistant
https://github.com/doctarock/Browser-Plugin-for-Home-Assistant-playwright-
https://github.com/doctarock/Philosophy-Plugin-for-Home-Assistant
https://github.com/doctarock/Wordpress-Bridge-Plugin-for-Home-Assistant
https://github.com/doctarock/Finance-Plugin-for-Home-Assistant
https://github.com/doctarock/Mail-Plugin-for-Home-Assistant
https://github.com/doctarock/Calendar-Plugin-For-Home-Assistant
https://github.com/doctarock/Project-Plugin-for-Home-Assistant
The core system:
https://github.com/doctarock/local-ai-home-assistant
Hello, it's me, I know you missed me, I was so well behaved yesterday.
I am ready to throw the next plugin out to you ravenous wolves for my magnificent marvelous locally hosted ai assistant!
Today I am sharing a plugin which implements a borrowed concept that I thought was pretty cool and useful. Garry Tan shared his Gstack repository, and gave a good explanation of his design principals, and the package he had prepared to extend Claude code.
Since I am doing my own thing here adjacent to Claude code, but still wanted to channel a little Garry Tan in my AI, I wrote a plugin that implements his principals using my systems plugin hook infrastructure, in a minimal way.
It affects the system in four places:
It injects decision principles into prompts - workers are nudged toward completeness, blast-radius fixes, reuse, explicit code, and acting without unnecessary clarification.
It also influences intake/triage it injects the same principles into the intake prompt. That means the intake model may be more likely to enqueue work, avoid over-clarifying, and choose complete handling when routing requests.
The plugin registers autoplan_resolve, autoplan_principles, and autoplan_checklist, these expose a small heuristic decision engine. Workers or intake can ask “should I test?”, “should I fix everywhere?”, “should I create a helper?”, etc., and get a structured recommendation.
Other plugins can consume its capability.
I often keep my ear to the ground and try to incorporate new ideas into my code, even in a rudimentary way that can be expanded later, in the pre AI days you could only dream of the flexibility to try new ideas we have now.
The repo:
https://github.com/doctarock/Auto-plan-Plugin-for-Home-Assistant
Other Plugins:
https://github.com/doctarock/Browser-Plugin-for-Home-Assistant-playwright-
https://github.com/doctarock/Philosophy-Plugin-for-Home-Assistant
https://github.com/doctarock/Wordpress-Bridge-Plugin-for-Home-Assistant
https://github.com/doctarock/Finance-Plugin-for-Home-Assistant
https://github.com/doctarock/Mail-Plugin-for-Home-Assistant
https://github.com/doctarock/Calendar-Plugin-For-Home-Assistant
https://github.com/doctarock/Project-Plugin-for-Home-Assistant
The core system:
https://github.com/doctarock/local-ai-home-assistant
Alright guys, the philosophy plugin was fun and interesting but I am going to give you something useful today. The next plugin for the local ai assistant I will be sharing is a dedicated browser daemon running playwright and a suite of tools for the agent to interact with it.
https://github.com/doctarock/Browser-Plugin-for-Home-Assistant-playwright-
This plugin adds persistent Playwright browser automation tools for worker tasks, including navigation, screenshots, element interaction, HTML/text extraction, and PDF export.
What it provides:
- browser_navigate
- browser_screenshot
- browser_click
- browser_fill
- browser_get_text
- browser_get_html
- browser_get_links
- browser_get_forms
- browser_evaluate_js
- browser_scroll
- browser_hover
- browser_type
- browser_select
- browser_wait_for
- browser_go_back
- browser_go_forward
- browser_reload
- browser_get_cookies
- browser_get_metrics
- browser_export_pdf
- browser_current_url
- browser_shutdown
I wont guild your lilies with any witty wordplay today, but a shout out to the guy who broke the fourth wall with a well thought out two character comment, go get it:
The repo:
https://github.com/doctarock/Browser-Plugin-for-Home-Assistant-playwright-
Other Plugins:
https://github.com/doctarock/Philosophy-Plugin-for-Home-Assistant
https://github.com/doctarock/Wordpress-Bridge-Plugin-for-Home-Assistant
https://github.com/doctarock/Finance-Plugin-for-Home-Assistant
https://github.com/doctarock/Mail-Plugin-for-Home-Assistant
https://github.com/doctarock/Calendar-Plugin-For-Home-Assistant
https://github.com/doctarock/Project-Plugin-for-Home-Assistant
The core system:
https://github.com/doctarock/local-ai-home-assistant