首页龙虾技能列表 › Ai Tools — 技能工具

Ai Tools — 技能工具

v1.3.0

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

0· 337·0 当前·0 累计
by @huaibuer (HuaiBuer)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/16
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill is internally consistent with its description — it provides a searchable list of AI services and a small Python helper to open/invoke them, and it doesn't request unrelated credentials or install steps — but you should review the call() implementation before use because the included Python file may run subprocesses or open external URLs.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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).
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.3.02026/3/16

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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install ai-tools-waai
镜像加速npx clawhub@latest install ai-tools-waai --registry https://cn.clawhub-mirror.com

技能文档

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

When to Use / 使用场景

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

Categories / 工具分类

CategoryENCNCount
WritingAI写作9+
ImageAI图像13+
VideoAI视频11+
CodingAI编程11+
OfficeAI办公11+
SearchAI搜索8+
ChatAI聊天10+
AudioAI音频8+
DesignAI设计8+
AgentAI智能体8+
TranslationAI翻译6+
Dev PlatformAI开发平台9+
LearningAI学习6+
DetectionAI检测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    # Search
python ai_tools.py category     # By category
python ai_tools.py call        # 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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务