Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
EPAI 平台管理技能,通过 CLI 操作知识库、文档和目录。
EPAI 平台管理技能,通过 CLI 操作知识库、文档和目录。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
此 Skill 封装了 EPAI 平台的管理操作,所有接口都通过 scripts/epaiclt.py 调用。
python scripts/epaiclt.py --method kb_list
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
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 ...
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.