TopRank Skills

Home / Claw Skills / 文档 / epai
Official OpenClaw rules 36%

epai

EPAI 平台管理技能,通过 CLI 操作知识库、文档和目录。

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 epai 技能。 若已安装,则直接安装 epai 技能。

Overview

Skill Key
iamlovingit/epaiskill
Author
iamlovingit
Source Repo
openclaw/skills
Version
-
Source Path
skills/iamlovingit/epaiskill
Latest Commit SHA
db14731d12bd4a9136ace5c7ee0c05e1e26290ff

Extracted Content

SKILL.md excerpt

# EPAI Skill

此 Skill 封装了 EPAI 平台的管理操作,所有接口都通过 `scripts/epaiclt.py` 调用。

## 使用示例

### 列出所有知识库

```bash
python scripts/epaiclt.py --method kb_list
```

### 创建知识库(必须指定 catalog_id)

```bash
python scripts/epaiclt.py   --method kb_create   --name "知识库名称"   --description "知识库描述"   --catalog_id <目录ID>
```

### 删除知识库

```bash
python scripts/epaiclt.py   --method kb_delete   --kb_ids kb_id1 kb_id2 ...
```

### 上传文件到知识库

```bash
python scripts/epaiclt.py   --method document_upload   --kb_id <知识库ID>   --file ./file1.pdf ./file2.docx
```

### 获取目录列表

```bash
python scripts/epaiclt.py --method catalog_list
```

### 创建目录(必须指定 parent_id)

```bash
python scripts/epaiclt.py   --method catalog_create   --name "目录名称"   --parent_id <父目录ID>
```

### 删除目录

```bash
python scripts/epaiclt.py   --method catalog_delete   --catalog_id <目录ID>
```

### 获取知识库文档列表

```bash
python scripts/epaiclt.py   --method document_list   --kb_id <知识库ID>
```

### 批量删除知识库文档

```bash
python scripts/epaiclt.py   --method document_delete   --doc_ids doc_id1 doc_id2 ...
```

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".