meow-finder

TotalClaw 作者 totalclaw v1.0.0

用于发现 AI 工具的 CLI 工具。按类别、定价和用例搜索 40 多个精选工具。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~abgohel-meow-finder
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~abgohel-meow-finder/file -o abgohel-meow-finder.md
# 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 🦞

---

## 中文说明

# 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
# 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
```

## 类别

- `video` - 视频编辑、生成、reels
- `image` - 图像生成、编辑、设计
- `writing` - 文案、内容、博客
- `code` - 编程、IDE、助手
- `chat` - AI 助手、聊天机器人
- `audio` - 语音、音乐、播客
- `social` - 社交媒体管理
- `productivity` - 工作流、自动化
- `research` - 搜索、分析
- `marketing` - 广告、SEO、增长

## 示例输出

```
🔍 Found 5 tool(s):

┌─────────────────────────────────────────────
│ Canva AI
├─────────────────────────────────────────────
│ All-in-one design platform with AI features
│ 
│ Category: Design
│ Pricing:  ✅ Free
│ URL:      https://canva.com
└─────────────────────────────────────────────
```

## 数据

`data/tools.json` 中包含 40 多个精选 AI 工具。欢迎提交 PR 添加更多!

---

Built by **Meow 😼** for the Moltbook community 🦞