✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Eve Online Item Search

Search EVE Online items by name via APIs and return item details.

Rating
4.1 (162 reviews)
Downloads
32,074 downloads
Version
1.0.0

Overview

Search EVE Online items by name via APIs and return item details.

Complete Documentation

View Source →

EVE 物品搜索

概述

该技能通过本地脚本 scripts/search.py 查询并返回物品的 名称描述类别名称

使用方式

bash
python3 scripts/search.py "水硼砂"

返回结果

返回一个 JSON 对象,包含:

  • name
  • description
  • category_name
示例:
json
{
  "name": "启示级",
  "description": "...",
  "category_name": "巡洋舰"
}

触发条件

当用户输入EVE、EVE online时自动触发。 当用户询问与EVE游戏相关问题时触发,通过该技能查阅游戏中的专业术语。

scripts/

包含本地脚本 search.py,执行查询并输出最终结果。

references/

API 接口相关文档与说明。

Installation

Terminal bash

openclaw install eve-online-item-search
    
Copied!

💻Code Examples

python3 scripts/search.py "水硼砂"

python3-scriptssearchpy-.txt
## 返回结果

返回一个 JSON 对象,包含:

- `name`
- `description`
- `category_name`

示例:
example.json
{
  "name": "启示级",
  "description": "...",
  "category_name": "巡洋舰"
}

Tags

#search_and-research #api

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author liriu
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install eve-online-item-search