fileset-api

Manage Domo FileSets via /api/files/v1 endpoints for upload, download, listing, and search.

19|13|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill fileset-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fileset-api
Source: https://github.com/stahura/domo-ai-vibe-rules/tree/main/skills/custom-apps/fileset-api
Command: npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill fileset-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables developers to build Domo custom apps that leverage FileSets for storing, uploading, downloading, and indexing files without requiring a manifest.json. This simplifies app design and enables scalable file management.

Core Features & Use Cases

  • Upload and download files via the /api/files/v1 endpoints
  • List, search, and organize files inside a fileset
  • Perform AI-powered queries against document content to surface relevant results
  • No manifest.json wiring required; hardcode fileset IDs and reuse across apps

Quick Start

Integrate the fileset-api into your Domo custom app by wiring your app to the /api/files/v1 endpoints to upload, list, download, and query files.

Frequently Asked Questions about fileset-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload and download files in a Domo custom app without using a manifest.json?

To upload and download files without a manifest.json, wire your Domo custom app directly to the /api/files/v1 endpoints. This skill enables programmatic file management, allowing you to hardcode fileset IDs and handle storage and retrieval seamlessly.

Can I search file contents inside a Domo FileSet using natural language?

Yes, you can search file contents inside a Domo FileSet using natural language. The skill includes an AI-powered query pathway that evaluates document content within your filesets to surface relevant results based on your queries.

What is the best way to manage file storage and directory listing in Domo FileSets?

The best way to manage file storage and directory listing in Domo FileSets is by leveraging the /api/files/v1 endpoints. This approach supports listing, searching, and organizing files programmatically, simplifying scalable app design without manifest wiring.

Do I need a manifest.json to organize and index files in Domo FileSets?

No, you do not need a manifest.json to organize and index files in Domo FileSets. The skill enables developers to store, upload, and index files by hardcoding fileset IDs and reusing them across custom apps, eliminating the need for manifest wiring.

How does AI-powered document search work with Domo FileSets?

AI-powered document search works with Domo FileSets by applying a query pathway to the uploaded file contents. Instead of just listing files, the skill evaluates the actual document content to return results that match your keyword-guided or natural-language queries.