**Purpose**: Safely discover, audit, and request approval for Clawhub skills before installation. **Workflow**: 1. Accepts a natural language search term (e.g., “daily server health check”) 2. Uses to find matching skills 3. Presents top 3 results with: slug, version, description, download count, and risk score 4. Asks for explicit approval: “Install this? (yes/no)” before any install 5. On approval, runs **Safety Rules**: - NEVER installs without your yes confirmation - Skips any skill with...
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill clawhub-search-verify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clawhub Search Verify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-clawhub-search-verify)More formats (shields.io, HTML) on the badges page.
# Clawhub Search & Verify
**Purpose**: Safely discover, audit, and request approval for Clawhub skills before installation.
**Workflow**:
1. Accepts a natural language search term (e.g., “daily server health check”)
2. Uses to find matching skills
3. Presents top 3 results with: slug, version, description, download count, and risk score
4. Asks for explicit approval: “Install this? (yes/no)” before any install
5. On approval, runs
**Safety Rules**:
- NEVER installs without your yes confirmation
- Skips any skill with <5 installs or no clear description
- Logs every search and decision to
- Runs in sandboxed session with no filesystem write or exec capability — only read-only clawhub search and install via CLI
**Uses only**: , , (for CLI), (for log only)
**Author**: Architect (self-audited)
**Tags**: safe, automation, verify, no-shell, trusted
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...