← Back to Skills Marketplace
abgohel

Meow Finder

by abgohel · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2615
Downloads
2
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install meow-finder
Description
CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.
Usage Guidance
This skill appears to be an offline CLI that searches a bundled JSON of AI tools and is internally coherent. Before installing: (1) if you plan to run npm install -g meow-finder, verify the package source (registry/GitHub) because npm will fetch dependencies listed in package.json; (2) note package.json lists node-fetch/commander/chalk though the provided bin script doesn't use them — a minor packaging inconsistency but not necessarily malicious; (3) review the repository (https://github.com/abgohel/meow-finder) and package.json for any unexpected lifecycle scripts before installing globally. If you only want to use the data, you can inspect data/tools.json locally without running external installs.
Capability Analysis
Type: OpenClaw Skill Name: meow-finder Version: 1.0.0 The skill bundle implements a simple, offline CLI tool to search for AI tools from a local JSON dataset. The `bin/meow-finder.js` script reads `data/tools.json` and filters results based on command-line arguments. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in `SKILL.md` or `README.md`. Although `package.json` lists `node-fetch` as a dependency, the provided JavaScript code does not actually use it or perform any network requests, making the skill's operation entirely local and benign.
Capability Assessment
Purpose & Capability
The name/description (discover AI tools) align with the included files: a small CLI (bin/meow-finder.js) and a data/tools.json list. However, package.json lists dependencies (node-fetch, commander, chalk) that the shipped CLI does not use; this is a packaging inconsistency but not evidence of malicious intent.
Instruction Scope
SKILL.md contains only usage and installation docs for an offline CLI and points to the included data file. The runtime instructions do not ask the agent to read unrelated system files, access credentials, or transmit data to external endpoints.
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md tells users to npm install or git clone. Installing from npm/git would fetch code from the registry or GitHub; the packaged files here contain no downloads or extract steps. Minor concern: package.json declares network-capable dependency (node-fetch) even though the shipped CLI doesn't use it—this means an npm install would still pull additional packages from the registry.
Credentials
The skill requires no environment variables, no credentials, and references only its local data file. There is no disproportionate credential or config access.
Persistence & Privilege
always is false and the skill does not request persistent system modifications. It does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meow-finder
  3. After installation, invoke the skill by name or use /meow-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of meow-finder CLI tool. - Search and filter 40+ curated AI tools by category, pricing, and use case. - Browse tools for categories like video, image, code, writing, social, productivity, and more. - Command line options for listing categories, filtering free tools, and browsing all available tools. - Example output and easy installation instructions provided.
Metadata
Slug meow-finder
Version 1.0.0
License
All-time Installs 12
Active Installs 12
Total Versions 1
Frequently Asked Questions

What is Meow Finder?

CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case. It is an AI Agent Skill for Claude Code / OpenClaw, with 2615 downloads so far.

How do I install Meow Finder?

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

Is Meow Finder free?

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

Which platforms does Meow Finder support?

Meow Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meow Finder?

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

💬 Comments