Skip to content

Add Frisk, HOARD, and LFIT by Low Watt Labs#490

Open
jchandler187 wants to merge 2 commits into
VoltAgent:mainfrom
jchandler187:add-lowwattlabs-skills
Open

Add Frisk, HOARD, and LFIT by Low Watt Labs#490
jchandler187 wants to merge 2 commits into
VoltAgent:mainfrom
jchandler187:add-lowwattlabs-skills

Conversation

@jchandler187

@jchandler187 jchandler187 commented Jun 5, 2026

Copy link
Copy Markdown

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

  • Documentation
    • Added Frisk to the recommended security tools list (pre-install security audit and vulnerability scanner).
    • Expanded the public skill catalog with three new entries: lfit (Image & Video Generation), hoard (Notes & PKM), and frisk (Security & Passwords).
    • Updated displayed skill counts for affected categories to reflect the new additions.

- 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
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 538ca18e-9af8-4b5a-beea-d5258c173354

📥 Commits

Reviewing files that changed from the base of the PR and between 81cfc65 and 3d47766.

📒 Files selected for processing (4)
  • README.md
  • categories/image-and-video-generation.md
  • categories/notes-and-pkm.md
  • categories/security-and-passwords.md
✅ Files skipped from review due to trivial changes (4)
  • categories/security-and-passwords.md
  • categories/notes-and-pkm.md
  • categories/image-and-video-generation.md
  • README.md

📝 Walkthrough

Walkthrough

Adds three new skill entries: frisk (security) added to README and Security & Passwords category; lfit added to Image & Video Generation (counter incremented); and hoard added to Notes & PKM (counter incremented).

Changes

New skill entries

Layer / File(s) Summary
Frisk security tool additions
README.md, categories/security-and-passwords.md
Frisk, a pre-install security audit/vulnerability scanner for ClawHub skills, is added to the README "Recommended tools" list and the Security & Passwords category.
Image & Video Generation — lfit
categories/image-and-video-generation.md
Added lfit bullet entry and incremented the displayed skills counter from 172 to 173.
Notes & PKM — hoard
categories/notes-and-pkm.md
Added hoard bullet entry and incremented the displayed skills counter from 69 to 70.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

weekly-merge-queue

Poem

🐰 A tiny hop, new skills in sight,
Frisk inspects by lantern light,
Lfit paints with GPU cheer,
Hoard tucks notes both far and near,
Our list grows snug and ever bright.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add Frisk, HOARD, and LFIT by Low Watt Labs' clearly and specifically describes the main change: adding three new skills from Low Watt Labs to the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 win

Update the skill count to reflect the new entry.

The count should be updated from 69 to 70 to account for the addition of hoard at 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 win

Update the skill count to reflect the new entry.

The count should be updated from 172 to 173 to account for the addition of lfit at 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

📥 Commits

Reviewing files that changed from the base of the PR and between 4259ced and 81cfc65.

📒 Files selected for processing (4)
  • README.md
  • categories/image-and-video-generation.md
  • categories/notes-and-pkm.md
  • categories/security-and-passwords.md

Comment thread categories/security-and-passwords.md Outdated
Comment thread README.md Outdated
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants