← 返回 Skills 市场
huaibuer

Ai Tools

作者 HuaiBuer · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ 安全检测通过
420
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install ai-tools-waai
功能描述
AI Tools Box - Search and invoke 100+ AI tools. Use when: need to find best AI tool for task, compare tools, or quickly access AI services. / AI工具箱 - 搜索调用100...
使用说明 (SKILL.md)

🧰 AI Tools Box / AI工具箱

Search and invoke 100+ mainstream AI tools. Your unified AI tool gateway.

When to Use / 使用场景

EN CN
Find best AI tool for task 为任务找到最佳AI工具
Compare AI tools 对比各AI工具
Quick access to AI services 快速访问AI服务
Explore new AI capabilities 探索新AI能力

Categories / 工具分类

Category EN CN Count
Writing AI写作 9+
Image AI图像 13+
Video AI视频 11+
Coding AI编程 11+
Office AI办公 11+
Search AI搜索 8+
Chat AI聊天 10+
Audio AI音频 8+
Design AI设计 8+
Agent AI智能体 8+
Translation AI翻译 6+
Dev Platform AI开发平台 9+
Learning AI学习 6+
Detection AI检测 5+

Total: 122+ tools

Usage / 使用

from ai_tools import find, call, category

# Search tools / 搜索工具
find("写论文")  # Write paper
find("PPT")
find("image generation")

# By category / 按类别
category("图像")  # Image
category("视频")  # Video

# Call tool / 调用工具
call("Midjourney")

CLI Usage / 命令行

python ai_tools.py list              # List categories
python ai_tools.py search \x3Ckeyword>   # Search
python ai_tools.py category \x3Ccat>    # By category
python ai_tools.py call \x3Cname>       # Invoke

Installation / 安装

npx clawhub install ai-tools-waai

Examples / 示例

# Find writing tools
python ai_tools.py search "论文"

# Find image tools  
python ai_tools.py search "绘图"

# List all categories
python ai_tools.py list

Author / 作者

  • WaaiOn
安全使用建议
This skill appears to be a simple searchable directory and launcher for public AI tools and is consistent with its description. Before installing or invoking it autonomously: (1) inspect the ai_tools.py call() implementation to confirm it only opens browser URLs and does not execute arbitrary shell commands (look for subprocess.run/os.system with shell=True or un-sanitized inputs); (2) avoid running it with elevated privileges; (3) if you plan to let an agent invoke it autonomously, be aware it can open external URLs in your environment; and (4) because the package has no homepage and an opaque owner, prefer to run it in a restricted/sandboxed environment until you confirm the code is benign.
功能分析
Type: OpenClaw Skill Name: ai-tools-waai Version: 1.3.0 The skill bundle provides a directory of over 100 AI tools categorized by function. The Python script (ai_tools.py) contains a static database of tool names and URLs with simple search and retrieval functions. While the script imports unused modules like subprocess and webbrowser and lacks the CLI implementation described in the documentation (SKILL.md), there is no evidence of malicious intent, data exfiltration, or harmful instructions.
能力评估
Purpose & Capability
Name/description (AI Tools Box — search/invoke many AI services) matches the shipped assets: a SKILL.md describing search/call usage and a Python file that contains a database of ~122 tool entries and helper functions. Requiring python3 is proportionate. No unrelated cloud credentials, binaries, or config paths are requested. Note: the skill has no homepage and an opaque owner, so provenance is limited but not inconsistent with the stated purpose.
Instruction Scope
SKILL.md instructions are narrowly scoped: searching, listing categories, and calling tools (examples show opening or invoking specific tools). The instructions do not ask the agent to read arbitrary local files or unrelated environment variables. The runtime Python imports subprocess, webbrowser, and os — which is expected for launching URLs or local helpers, but these APIs can perform broader actions if misused. Because the SKILL.md shows call(name) usage, verify how call() handles its input (e.g., whether it only opens URLs or executes shell commands).
Install Mechanism
No install spec — instruction-only skill with a small included Python script. This is low-risk from an installation perspective because nothing is downloaded or extracted at install time.
Credentials
The skill requests no environment variables or credentials. That is appropriate for a directory/launcher that only opens external service URLs. There is no evidence it requires extraneous secrets or access to unrelated services.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent system-wide privileges or to modify other skills. There is no indication it attempts to persist credentials or change agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-tools-waai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-tools-waai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Expanded documentation and improved usage guidance: - Added a "When to Use" section with example use cases in both English and Chinese. - Expanded usage instructions with additional code examples and CLI commands. - Introduced installation steps for easier setup. - Included sample queries and clarified the purpose of the skill. - Updated author and version info in metadata.
v1.2.0
Summary: Expanded English/Chinese support, new categories, and updated tool list. - Added English descriptions and bilingual documentation. - Updated categories: included new fields (Translation, Dev Platform, Learning, Detection). - Adjusted tool counts and revised the tools list to focus on 100+ mainstream AI tools. - Added sample CLI usage instructions. - Improved quick query examples and category structure.
v1.1.0
Version 1.1.0 - Updated ai_tools.py with new changes. - No updates to documentation or metadata files.
v1.0.0
- Initial release of ai-tools-waai (version 1.0.0). - 提供1000+类AI工具的检索与调用,涵盖写作、图像、视频、办公、编程等多个领域。 - 支持按类别浏览工具、关键词搜索、工具详情查看,以及直接调用部分工具。 - 快速集成API示例,方便用户查找和调用AI工具。
元数据
Slug ai-tools-waai
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Ai Tools 是什么?

AI Tools Box - Search and invoke 100+ AI tools. Use when: need to find best AI tool for task, compare tools, or quickly access AI services. / AI工具箱 - 搜索调用100... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 420 次。

如何安装 Ai Tools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-tools-waai」即可一键安装,无需额外配置。

Ai Tools 是免费的吗?

是的,Ai Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Tools 支持哪些平台?

Ai Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Tools?

由 HuaiBuer(@huaibuer)开发并维护,当前版本 v1.3.0。

💬 留言讨论