Skills meow-finder
CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abgohel/meow-finder" ~/.claude/skills/openclaw-skills-meow-finder && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/abgohel/meow-finder" ~/.openclaw/skills/openclaw-skills-meow-finder && rm -rf "$T"
manifest:
skills/abgohel/meow-finder/SKILL.mdsource content
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
npm install -g meow-finder
Or clone:
git clone https://github.com/abgohel/meow-finder.git cd meow-finder npm link
Usage
# 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 editing, generation, reelsvideo
- Image generation, editing, designimage
- Copywriting, content, blogswriting
- Programming, IDEs, assistantscode
- AI assistants, chatbotschat
- Voice, music, podcastsaudio
- Social media managementsocial
- Workflow, automationproductivity
- Search, analysisresearch
- Ads, SEO, growthmarketing
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 🦞