← Back to Skills Marketplace
145
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install normieclaw-home-fix-it
Description
Before you call a handyman at $150/hour just to look at your sink, snap a photo. Home Fix-It Pro diagnoses the problem, rates the difficulty, gives you an ex...
Usage Guidance
What to check before installing:
- The core skill appears coherent and runs locally, but inspect the SETUP-PROMPT and confirm your agent runtime will actually perform strict path canonicalization and enforce chmod/chown as described (to prevent directory escape via symlinks).
- The package includes a dashboard kit that requires Supabase/NextAuth and environment variables — only provide DB or auth credentials if you intentionally enable the dashboard, and review its deployment code and access controls first.
- Verify the agent truly keeps photos local (run a test with non-sensitive images and monitor network activity). The README/SECURITY claim of "100% Local Processing" conflicts with bundled dashboard instructions that assume external services.
- If you enable integrations (DocuScan, dashboard), follow least-privilege principles: use per-service accounts, private storage buckets, and rotate keys; enable row-level security as recommended.
- Back up any existing workspace data before letting the skill create files, and run the setup in a controlled environment (not on a sensitive production host) until you confirm behavior.
If you want, I can produce a short checklist of exact runtime permissions and filesystem commands to review with your platform operator.
Capability Analysis
Type: OpenClaw Skill
Name: normieclaw-home-fix-it
Version: 1.0.3
The 'Home Fix-It' skill is a well-structured and security-conscious home maintenance assistant. It includes explicit defensive instructions for the AI agent to prevent path traversal and unauthorized file access by requiring path canonicalization and strict file permissions (chmod 700/600) in SETUP-PROMPT.md. Furthermore, SKILL.md and safety-rules.md implement a robust safety classification system (Red/Yellow/Green zones) and a clear instruction hierarchy designed to mitigate prompt injection and ensure physical safety during home repairs.
Capability Assessment
Purpose & Capability
The name, README, and SKILL.md all describe a local, vision-capable home-repair assistant that stores data under a workspace 'home/' directory — that is coherent with the declared lack of required binaries and environment variables. However, the included dashboard-kit and manifest describe a Supabase-backed dashboard, authentication requirements, and environment variables for DB/auth keys. That suggests an optional cloud-backed component not reflected in the top-level claims (README/SECURITY state '100% Local Processing'). This is likely an optional feature but is an inconsistency the user should be aware of.
Instruction Scope
The SKILL.md and SETUP-PROMPT are explicit and narrowly scoped: they tell the agent to canonicalize the workspace root, create a 'home/' directory and specific files, and re-canonicalize before each read/write. Those filesystem actions are reasonable for local persistence and within the stated purpose. The skill also includes robust prompt-injection defenses and a clear safety classification. Note: the SETUP-PROMPT instructs the agent to execute path resolution and filesystem commands — the actual agent runtime must implement those safely (canonicalization checks, no symlink escape), so verify the runtime honors those constraints.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. This minimizes supply-chain risk since nothing is written to disk by an installer outside the explicit SETUP-PROMPT filesystem actions.
Credentials
The skill declares no required environment variables or credentials, which matches the local-processing claim. However, the dashboard-kit and DASHBOARD-SPEC explicitly mention Supabase, NextAuth, private storage buckets, and environment variables for keys/URLs. If you enable the dashboard or the DocuScan/manual-retrieval integration, you'll need to supply external credentials, which contradicts the packaging's 'no external transmission' messaging. Treat those dashboard components as optional plugins that require additional secrets and careful review.
Persistence & Privilege
The skill is not always-enabled and can be invoked by the user. Its persistent footprint is limited to creating/maintaining a 'home/' directory within the user's workspace (as defined by SETUP-PROMPT). That behavior is proportional for a maintenance-tracking tool, provided the runtime enforces the described canonicalization and permissions (chmod 700/600).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install normieclaw-home-fix-it - After installation, invoke the skill by name or use
/normieclaw-home-fix-it - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
Metadata
Frequently Asked Questions
What is Home Fix-It?
Before you call a handyman at $150/hour just to look at your sink, snap a photo. Home Fix-It Pro diagnoses the problem, rates the difficulty, gives you an ex... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Home Fix-It?
Run "/install normieclaw-home-fix-it" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Home Fix-It free?
Yes, Home Fix-It is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Home Fix-It support?
Home Fix-It is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Home Fix-It?
It is built and maintained by Nollio (@nollio); the current version is v1.0.3.
More Skills