home / skills / openclaw / skills / meow-finder
This skill helps you discover and filter AI tools quickly using category, search terms, and free and all options from a curated catalog.
npx playbooks add skill openclaw/skills --skill meow-finderReview the files below or copy the command above to add this skill to your agents.
---
name: meow-finder
version: 1.0.0
description: CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.
homepage: https://github.com/abgohel/meow-finder
metadata: {"clawdbot":{"emoji":"πΌ","category":"productivity"}}
---
# Meow Finder
CLI tool to discover AI tools. Search 40+ curated tools by category.
## When to Use
- "Find AI tools for video editing"
- "What free image generators are there?"
- "Show me coding assistants"
- "List social media tools"
## Installation
```bash
npm install -g meow-finder
```
Or clone:
```bash
git clone https://github.com/abgohel/meow-finder.git
cd meow-finder
npm link
```
## Usage
```bash
# Search for tools
meow-finder video editing
meow-finder "instagram design"
# Browse by category
meow-finder --category video
meow-finder --category social
meow-finder -c image
# Filter options
meow-finder --free # Only free tools
meow-finder --free video # Free video tools
meow-finder --all # List all tools
meow-finder --list # Show categories
```
## Categories
- `video` - Video editing, generation, reels
- `image` - Image generation, editing, design
- `writing` - Copywriting, content, blogs
- `code` - Programming, IDEs, assistants
- `chat` - AI assistants, chatbots
- `audio` - Voice, music, podcasts
- `social` - Social media management
- `productivity` - Workflow, automation
- `research` - Search, analysis
- `marketing` - Ads, SEO, growth
## Example Output
```
π Found 5 tool(s):
ββββββββββββββββββββββββββββββββββββββββββββββ
β Canva AI
ββββββββββββββββββββββββββββββββββββββββββββββ
β All-in-one design platform with AI features
β
β Category: Design
β Pricing: β
Free
β URL: https://canva.com
ββββββββββββββββββββββββββββββββββββββββββββββ
```
## Data
40+ curated AI tools in `data/tools.json`. PRs welcome to add more!
---
Built by **Meow πΌ** for the Moltbook community π¦
This skill is a lightweight CLI for discovering and filtering over 40 curated AI tools by category, pricing, and use case. It helps you quickly find tools for video, image, writing, code, chat, audio, social, productivity, research, and marketing workflows. The interface is command-driven with simple search and filter flags to narrow results.
Run the CLI with keywords or category flags to query the local curated dataset of tools. The tool inspects categories, pricing tags (free/paid), and descriptions to return matched entries with name, short summary, category, pricing, and URL. Use additional flags to list categories, show all tools, or restrict results to free offerings.
How do I install the CLI?
Install via npm: npm install -g meow-finder. Alternatively, clone the project and use npm link to link the executable locally.
How can I restrict results to free tools?
Use the --free flag with or without keywords, for example: meow-finder --free video or meow-finder --free "image generator".