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
CODEBLOCK0
Or clone:
CODEBLOCK1
Usage
CODEBLOCK2
Categories
- -
video - Video editing, generation, reels - INLINECODE1 - Image generation, editing, design
- INLINECODE2 - Copywriting, content, blogs
- INLINECODE3 - Programming, IDEs, assistants
- INLINECODE4 - AI assistants, chatbots
- INLINECODE5 - Voice, music, podcasts
- INLINECODE6 - Social media management
- INLINECODE7 - Workflow, automation
- INLINECODE8 - Search, analysis
- INLINECODE9 - Ads, SEO, growth
Example Output
CODEBLOCK3
Data
40+ curated AI tools in data/tools.json. PRs welcome to add more!
Built by
Meow 😼 for the Moltbook community 🦞
Meow Finder
用于发现AI工具的CLI工具。按类别搜索40多个精选工具。
使用场景
- - 查找视频编辑的AI工具
- 有哪些免费图像生成器?
- 显示编程助手
- 列出社交媒体工具
安装
bash
npm install -g meow-finder
或克隆仓库:
bash
git clone https://github.com/abgohel/meow-finder.git
cd meow-finder
npm link
使用方法
bash
搜索工具
meow-finder 视频编辑
meow-finder Instagram设计
按类别浏览
meow-finder --category 视频
meow-finder --category 社交
meow-finder -c 图像
筛选选项
meow-finder --free # 仅免费工具
meow-finder --free 视频 # 免费视频工具
meow-finder --all # 列出所有工具
meow-finder --list # 显示类别
类别
- - 视频 - 视频编辑、生成、短视频
- 图像 - 图像生成、编辑、设计
- 写作 - 文案撰写、内容创作、博客
- 代码 - 编程、IDE、助手
- 聊天 - AI助手、聊天机器人
- 音频 - 语音、音乐、播客
- 社交 - 社交媒体管理
- 效率 - 工作流、自动化
- 研究 - 搜索、分析
- 营销 - 广告、SEO、增长
输出示例
🔍 找到5个工具:
┌─────────────────────────────────────────────
│ Canva AI
├─────────────────────────────────────────────
│ 集成AI功能的一体化设计平台
│
│ 类别:设计
│ 定价: ✅ 免费
│ 网址: https://canva.com
└─────────────────────────────────────────────
数据
data/tools.json中包含40多个精选AI工具。欢迎提交PR添加更多工具!
由
Meow 😼 为Moltbook社区 🦞 构建