Skip to content

Commit b74f8b9

Browse files
authored
skills: update clawhub (MigoXLab#365)
1 parent e6ff2bf commit b74f8b9

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

clawhub/SKILL.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Data Quality Evaluation with Dingo
22

3-
Evaluate AI training data, SFT datasets, RAG pipelines, and OCR documents using Dingo — a comprehensive data quality assessment framework with 70+ built-in metrics.
3+
Dingo: A Comprehensive AI Data, Model and Application Quality Evaluation Tool.
4+
5+
* **GitHub**: https://github.com/MigoXLab/dingo
6+
* **SaaS Platform**: https://dingo.openxlab.org.cn/ (free, no install needed)
7+
* **PyPI**: https://pypi.org/project/dingo-python/
48

59
## Installation
610

@@ -313,12 +317,6 @@ After evaluation completes, the agent should:
313317
2. If there are failures, briefly explain what each failing metric means
314318
3. Suggest next steps (e.g., "15% of items have colon-ending issues — you may want to clean those")
315319

316-
## SaaS platform
317-
318-
For users who prefer a web interface, Dingo SaaS is available at: https://dingo.openxlab.org.cn/
319-
320-
No local installation needed — upload data, configure evaluators, and view reports in the browser.
321-
322320
## Troubleshooting
323321

324322
* **`ModuleNotFoundError: No module named 'dingo'`**: Run `pip install dingo-python` (note: the package name is `dingo-python`, not `dingo`)
@@ -333,3 +331,12 @@ No local installation needed — upload data, configure evaluators, and view rep
333331
* Rule-based evaluators run locally with zero API cost
334332
* Results are written to the `outputs/` directory by default (timestamped subdirectories)
335333
* The `content` field is the most commonly mapped field — it's the main text that most evaluators check
334+
335+
## Resources
336+
337+
* **GitHub**: https://github.com/MigoXLab/dingo
338+
* **SaaS Platform**: https://dingo.openxlab.org.cn/
339+
* **PyPI**: https://pypi.org/project/dingo-python/
340+
* **Metrics Documentation**: https://github.com/MigoXLab/dingo/blob/main/docs/metrics.md
341+
* **RAG Evaluation Guide**: https://github.com/MigoXLab/dingo/blob/main/docs/rag_evaluation_en.md
342+
* **Discord**: https://discord.gg/Jhgb2eKWh8

clawhub/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "dingo-data-quality",
33
"version": "1.0.0",
4-
"description": "Evaluate AI training data quality using Dingo — 70+ built-in metrics for text, RAG, OCR, and multimodal datasets. Rule-based checks (free, fast) and LLM-as-a-Judge evaluation with any OpenAI-compatible API.",
4+
"description": "Dingo: A Comprehensive AI Data, Model and Application Quality Evaluation Tool.",
55
"author": "MigoXLab",
6-
"license": "Apache-2.0",
6+
"license": "MIT-0",
77
"homepage": "https://github.com/MigoXLab/dingo",
88
"category": "data-quality",
99
"tags": [

0 commit comments

Comments
 (0)