openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Meow Finder

CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.

媒体与内容

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 1 · 2.2k · 10 current installs · 10 all-time installs

1

安装量(当前) 10

🛡 VirusTotal :良性 · OpenClaw :良性

Package:abgohel/meow-finder

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code and instructions match its description (an offline CLI that searches a bundled tools JSON); nothing requests unrelated credentials or system access, though there are minor packaging inconsistencies to be aware of.

目的

The name/description (discover AI tools) align with the included files: a small CLI (bin/meow-finder.js) and a data/tools.json list. However, package.json lists dependencies (node-fetch, commander, chalk) that the shipped CLI does not use; this is a packaging inconsistency but not evidence of malicious intent.

说明范围

SKILL.md contains only usage and installation docs for an offline CLI and points to the included data file. The runtime instructions do not ask the agent to read unrelated system files, access credentials, or transmit data to external endpoints.

安装机制

There is no install spec in the registry (instruction-only), but SKILL.md tells users to npm install or git clone. Installing from npm/git would fetch code from the registry or GitHub; the packaged files here contain no downloads or extract steps. Minor concern: package.json declares network-capable dependency (node-fetch) even though the shipped CLI doesn't use it—this means an npm install would still pull additional packages from the registry.

证书

The skill requires no environment variables, no credentials, and references only its local data file. There is no disproportionate credential or config access.

持久

always is false and the skill does not request persistent system modifications. It does not modify other skills or system-wide agent settings.

综合结论

This skill appears to be an offline CLI that searches a bundled JSON of AI tools and is internally coherent. Before installing: (1) if you plan to run npm install -g meow-finder, verify the package source (registry/GitHub) because npm will fetch dependencies listed in package.json; (2) note package.json lists node-fetch/commander/chalk though the provided bin script doesn't use them — a minor packaging inconsistency but not necessarily malicio…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Meow Finder」。简介:CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, a…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abgohel/meow-finder/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
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 🦞