跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Huggingface Datasets

插件 已验证 活跃

Explore, query, and extract data from any Hugging Face dataset using the Dataset Viewer REST API and npx tooling. Zero Python dependencies — covers split/config discovery, row pagination, text search, filtering, SQL via parquetlens, and dataset upload via CLI.

目的

To provide seamless access and manipulation of Hugging Face datasets for AI agents, enabling data-driven workflows without requiring complex setup or Python environments.

功能

  • Query Hugging Face datasets via REST API
  • Paginate rows and discover splits/configs
  • Search text and apply filters to dataset rows
  • Extract data using SQL via parquetlens
  • Upload datasets via npx tooling

使用场景

  • Exploring available Hugging Face datasets for a specific task.
  • Extracting subsets of data for model training or analysis.
  • Performing quick text searches within large dataset rows.
  • Querying dataset content using SQL syntax.

非目标

  • Modifying Hugging Face dataset content directly via API (only upload supported).
  • Running complex data transformations or model training within this extension.
  • Providing a full-fledged Python-based data analysis environment.

Documentation

  • info:Configuration & parameter referenceWhile the documentation details API endpoints and their parameters, specific default values for parameters like 'length' or 'offset' for all relevant endpoints are not explicitly listed, though max length is mentioned.

Execution

  • info:ValidationWhile API endpoints and CLI commands are described, there's no explicit mention of schema validation libraries (like Zod or pydantic) being used for input arguments or output sanitization.

Code Execution

  • info:Error HandlingThe skill documentation outlines API endpoints and their expected usage, but does not detail specific error handling mechanisms or structured error reporting for the agent.

Errors

  • info:Actionable error messagesThe README describes API endpoints and their parameters but does not detail specific error messages or remediation steps for the agent.

安装

请先添加 Marketplace

/plugin marketplace add huggingface/skills
/plugin install huggingface-datasets@huggingface-skills

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交2 days ago
星标10.5k
许可证Apache-2.0
状态
查看源代码