Add Frisk, HOARD, and LFIT by Low Watt Labs#490
Conversation
- Frisk: security scanner for ClawHub skills (Security & Passwords + recommended tools) - HOARD: agent memory persistence with provenance (Notes & PKM) - LFIT: local image generation via stable-diffusion.cpp (Image & Video Generation) All three published on ClawHub: - https://clawhub.ai/jchandler187/frisk - https://clawhub.ai/jchandler187/hoard - https://clawhub.ai/jchandler187/lfit
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (4)
📝 WalkthroughWalkthroughAdds three new skill entries: ChangesNew skill entries
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
categories/notes-and-pkm.md (1)
5-5:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winUpdate the skill count to reflect the new entry.
The count should be updated from
69to70to account for the addition ofhoardat line 76.📊 Proposed fix
-**69 skills** +**70 skills**🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@categories/notes-and-pkm.md` at line 5, Update the displayed skills count in the markdown header: change the text "**69 skills**" to "**70 skills**" in the file where that header appears (categories/notes-and-pkm.md) so it reflects the newly added "hoard" entry at line 76.categories/image-and-video-generation.md (1)
5-5:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winUpdate the skill count to reflect the new entry.
The count should be updated from
172to173to account for the addition oflfitat line 174.📊 Proposed fix
-**172 skills** +**173 skills**🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@categories/image-and-video-generation.md` at line 5, Update the skills count header "**172 skills**" to "**173 skills**" in categories/image-and-video-generation.md to reflect the newly added `lfit` entry (the new entry appears around the existing block at line 174); locate the header text "**172 skills**" and increment the numeral to 173 so the displayed total matches the list.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@categories/security-and-passwords.md`:
- Line 60: The security-and-passwords category list is out of alphabetical order
because the frisk entry is misplaced. Move the frisk link entry so it sits
between feelgoodbot and gandi-skill, keeping the ordering consistent with the
rest of the file, and remove the old occurrence from its current position.
In `@README.md`:
- Line 180: In the "Recommended tools" list (the list entry for Frisk), make the
formatting consistent with the other entries by removing the trailing
description "— Local-first security scanner for ClawHub skills (9 intel sources,
7 checks)" after the [Frisk](https://clawhub.ai/jchandler187/frisk) link so it
matches the link-only pattern used for Snyk and Agent Trust Hub, or
alternatively add comparable short descriptions to the Snyk and Agent Trust Hub
list items so all three entries share the same format; update the list under the
"Recommended tools" header and ensure the Frisk list item text matches the other
entries' style.
---
Outside diff comments:
In `@categories/image-and-video-generation.md`:
- Line 5: Update the skills count header "**172 skills**" to "**173 skills**" in
categories/image-and-video-generation.md to reflect the newly added `lfit` entry
(the new entry appears around the existing block at line 174); locate the header
text "**172 skills**" and increment the numeral to 173 so the displayed total
matches the list.
In `@categories/notes-and-pkm.md`:
- Line 5: Update the displayed skills count in the markdown header: change the
text "**69 skills**" to "**70 skills**" in the file where that header appears
(categories/notes-and-pkm.md) so it reflects the newly added "hoard" entry at
line 76.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 3d99562f-5fbd-4460-bd9e-f7182e857be0
📒 Files selected for processing (4)
README.mdcategories/image-and-video-generation.mdcategories/notes-and-pkm.mdcategories/security-and-passwords.md
…ormatting - Update notes-and-pkm skill count 69→70 (HOARD) - Update image-and-video-generation skill count 172→173 (LFIT) - Move frisk to alphabetical position between feelgoodbot and gandi-skill - Remove trailing description from Frisk in README Recommended tools (link-only format)
Three ClawHub-published skills for the awesome list:
Frisk — Pre-install security audit and vulnerability scanner for ClawHub skills. 9 threat intel sources, 7 checks including credential leak detection, malware scanning, prompt injection detection.
HOARD — Durable agent memory with provenance, auto-expiry, and consolidation. Structured markdown persistence for OpenClaw agents.
LFIT — Local HD image generation via stable-diffusion.cpp on Vulkan/iGPU. Free, private, zero API keys.
All three are published on ClawHub and npm (@lowwattlabs/frisk, @lowwattlabs/hoard, @lowwattlabs/lfit).
Summary by CodeRabbit