epai

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "epai" with this command: npx skills add Iamlovingit/epaiskill

EPAI Skill

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

使用示例

列出所有知识库

python scripts/epaiclt.py --method kb_list

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

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

删除知识库

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

上传文件到知识库

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

获取目录列表

python scripts/epaiclt.py --method catalog_list

创建目录(必须指定 parent_id)

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

删除目录

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

获取知识库文档列表

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

批量删除知识库文档

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated