Skip to content

Commit 949efb3

Browse files
docs(skills): add clawhub metadata for PaddleOCR skills (#17789)
* docs(skills): add clawhub runtime metadata * docs(skills): drop clawhub version metadata --------- Co-authored-by: Lin Manhui <mhlin425@whu.edu.cn>
1 parent 565c9cd commit 949efb3

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

skills/paddleocr-doc-parsing/SKILL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ description: >
44
Advanced document parsing with PaddleOCR. Returns complete document
55
structure including text, tables, formulas, charts, and layout information. The AI agent extracts
66
relevant content based on user needs.
7+
metadata:
8+
openclaw:
9+
requires:
10+
env:
11+
- PADDLEOCR_DOC_PARSING_API_URL
12+
- PADDLEOCR_ACCESS_TOKEN
13+
- PADDLEOCR_DOC_PARSING_TIMEOUT
14+
bins:
15+
- python
16+
primaryEnv: PADDLEOCR_ACCESS_TOKEN
17+
emoji: "📄"
18+
homepage: https://github.com/PaddlePaddle/PaddleOCR/tree/main/skills/paddleocr-doc-parsing
719
---
820

921
# PaddleOCR Document Parsing Skill

skills/paddleocr-text-recognition/SKILL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ name: paddleocr-text-recognition
33
description: >
44
Use this skill when users need to extract text from images, PDFs, or documents. Supports URLs and local files.
55
Returns structured JSON containing recognized text.
6+
metadata:
7+
openclaw:
8+
requires:
9+
env:
10+
- PADDLEOCR_OCR_API_URL
11+
- PADDLEOCR_ACCESS_TOKEN
12+
- PADDLEOCR_TIMEOUT
13+
bins:
14+
- python
15+
primaryEnv: PADDLEOCR_ACCESS_TOKEN
16+
emoji: "🔤"
17+
homepage: https://github.com/PaddlePaddle/PaddleOCR/tree/main/skills/paddleocr-text-recognition
618
---
719

820
# PaddleOCR Text Recognition Skill

0 commit comments

Comments
 (0)