← Back to Skills Marketplace
bdwelle

Unified Find Skills

by Bowen Dwelle · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
954
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install unified-find-skills
Description
Helps users discover and install agent skills from skills.sh, clawhub.com, and tessl.io. Use when the user asks to find a skill for a task, extend agent capa...
Usage Guidance
This skill appears to do what it says: search registries and suggest install commands. Before running any suggested install commands (npm install -g, npx skills add, tessl/clawhub installs, or curl pipelines), review the package source and repository links yourself. Global installs and automated flags (-g, -y) install code from the network without prompting—consider installing in a sandbox or with a non-root user, and avoid blindly piping curl to shell. If you want additional assurance, ask the skill to first show the exact repository/URL and README for each candidate skill before performing any install.
Capability Analysis
Type: OpenClaw Skill Name: unified-find-skills Version: 1.0.0 This skill is classified as suspicious due to its core functionality involving the installation of external agent skills and CLIs from third-party registries (skills.sh, clawhub.com, tessl.io, npm) via commands like `npx skills add`, `clawhub install`, `tessl install`, and `npm install -g`. While this is the stated purpose of the skill, it introduces a significant supply chain risk, as it enables the agent to fetch and execute arbitrary code from untrusted or potentially compromised sources. The `SKILL.md` also instructs the agent to use `curl` for web scraping, involving network access and command piping. There is no direct evidence of intentional malicious behavior (e.g., data exfiltration, backdoor installation) within this specific skill bundle itself, but its powerful capabilities present a high-risk attack surface if misused or if the external registries are compromised.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md only searches three registries (skills.sh, clawhub, tessl.io) and provides install commands. No unrelated secrets, binaries, or system-level accesses are requested.
Instruction Scope
Instructions remain within the scope of searching and installing skills, but they recommend running network commands (npx, curl, grep) and installing third‑party CLIs (npm install -g clawhub, tessl CLI). These are expected for this purpose but involve executing code fetched from the network—users should review packages/URLs before running installs.
Install Mechanism
This is an instruction-only skill (no install spec). It does not install code itself. It instructs the agent/user to use npx, npm, clawhub, tessl, and curl which are standard mechanisms for discovering/installing skills and are proportional to the task.
Credentials
No environment variables, credentials, or config paths are requested. The recommended commands do not attempt to read unrelated system credentials or files.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide configuration by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unified-find-skills
  3. After installation, invoke the skill by name or use /unified-find-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – unified skill discovery and installation - Enables searching for agent skills across skills.sh, clawhub.com, and tessl.io registries. - Guides users with queries about finding, installing, or extending agent skills/tools. - Detects which CLIs are installed and searches all available registries accordingly. - Presents organized search results with installation commands and helpful links. - Explains how to install missing CLIs and what to do if no matching skills are found.
Metadata
Slug unified-find-skills
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Unified Find Skills?

Helps users discover and install agent skills from skills.sh, clawhub.com, and tessl.io. Use when the user asks to find a skill for a task, extend agent capa... It is an AI Agent Skill for Claude Code / OpenClaw, with 954 downloads so far.

How do I install Unified Find Skills?

Run "/install unified-find-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Unified Find Skills free?

Yes, Unified Find Skills is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Unified Find Skills support?

Unified Find Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Unified Find Skills?

It is built and maintained by Bowen Dwelle (@bdwelle); the current version is v1.0.0.

💬 Comments