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质量评分
已验证类似扩展
Hf Cli
99Execute Hugging Face Hub operations using the hf CLI. Download models/datasets, upload files, manage repos, and run cloud compute jobs.
Microsoft Learn MCP 服务器
100访问 Microsoft 官方文档、API 参考和代码示例,涵盖 Azure、.NET、Windows 等。
Hugging Face Papers
100Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata like authors, linked models, datasets, Spaces, and media URLs when needed.
Huggingface Trackio
99Track and visualize ML training experiments with Trackio. Log metrics via Python API and retrieve them via CLI. Supports real-time dashboards synced to HF Spaces.
Huggingface Local Models
99Use to select models to run locally with llama.cpp and GGUF on CPU, Mac Metal, CUDA, or ROCm. Covers finding GGUFs, quant selection, running servers, exact GGUF file lookup, conversion, and OpenAI-compatible local serving.
Huggingface Llm Trainer
99Train or fine-tune language models using TRL on Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training methods, plus GGUF conversion for local deployment. Includes hardware selection, cost estimation, Trackio monitoring, and Hub persistence.