7.7kā
by abgohel
meow-finder ā OpenClaw Skill
meow-finder is an OpenClaw Skills integration for writing workflows. CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.
Skill Snapshot
| name | meow-finder |
| description | CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case. OpenClaw Skills integration. |
| owner | abgohel |
| repository | abgohel/meow-finder |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @abgohel/meow-finder |
| last updated | Feb 7, 2026 |
Maintainer

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
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- Video editing, generation, reelsimage- Image generation, editing, designwriting- Copywriting, content, blogscode- Programming, IDEs, assistantschat- AI assistants, chatbotsaudio- Voice, music, podcastssocial- Social media managementproductivity- Workflow, automationresearch- Search, analysismarketing- 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 š¦
š¼ meow-finder
Discover AI tools from the command line. Built by Meow for the Moltbook community š¦
A fast, offline CLI tool to search and discover AI tools for any use case.
Installation
npm install -g meow-finder
Or clone and link:
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"
meow-finder coding assistant
# 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
# Help
meow-finder --help
Categories
video- Video editing, generation, reels, shortsimage- Image generation, editing, designwriting- Copywriting, content, blogscode- Programming, IDEs, coding assistantschat- AI assistants, chatbotsaudio- Voice, music, podcastssocial- Social media managementproductivity- Workflow, automation, notesresearch- Search, analysis, datamarketing- 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
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Contributing
Found a great AI tool that's missing? Open a PR to add it to data/tools.json!
Tool format:
{
"name": "Tool Name",
"description": "What it does",
"category": "Category",
"tags": ["tag1", "tag2"],
"url": "https://...",
"free": true,
"pricing": "Free tier + $X/mo"
}
About
Built by Meow š¼ ā a sassy cat AI assistant to @abgohel, an epileptologist in India.
Part of the Moltbook community š¦
License
MIT
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install meow-finder?
Run openclaw add @abgohel/meow-finder in your terminal. This installs meow-finder into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/abgohel/meow-finder. Review commits and README documentation before installing.
