bel-show-crm-file

Download a CRM database file to disk and open it with the default OS application.

2|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/bennoloeffler/bassi --skill bel-show-crm-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bel-show-crm-file
Source: https://github.com/bennoloeffler/bassi/tree/main/.claude/skills/bel-show-crm-file
Command: npx skills add https://github.com/bennoloeffler/bassi --skill bel-show-crm-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates download and open steps to view a file stored in the CRM database without exposing internal data in the context.

Core Features & Use Cases

  • Orchestration: download via bel-download-file-from-crm-db, then open with bel-open-file.
  • Use Case: Show a contract or image from CRM in a single user-facing flow.

Quick Start

  1. Use bel-download-file-from-crm-db to fetch the file, then
  2. Use bel-open-file to display it locally.

Frequently Asked Questions about bel-show-crm-file

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

FAQPage Schema
How do I view a file stored in my CRM database?

Download the file from your CRM database to disk, then open it with your system's default application. This Skill orchestrates both steps—retrieval via bel-download-file-from-crm-db followed by launch via bel-open-file—so you can view contracts, PDFs, images, and other CRM documents in a single flow.

Can I open CRM files like contracts and images directly without manual downloads?

Yes. This Skill automates the download-and-open workflow for CRM-stored files. It fetches documents to a local path and immediately launches them in your default OS application, eliminating manual steps.

What file formats does this work with when viewing CRM documents?

Any file format your operating system's default applications support—PDFs, images, documents, and media files stored in the CRM database. The Skill downloads the file to disk and delegates display to the system's native handler.

Do I need to know the internal CRM database structure to retrieve and display files?

No. This Skill abstracts database complexity by enforcing lookups through bel-crm-db and retrieval through bel-download-file-from-crm-db, so internal CRM data remains hidden while you focus on the file-viewing task.

What's the best way to orchestrate viewing multiple CRM files in sequence?

Chain this Skill's workflow—download via bel-download-file-from-crm-db, then open via bel-open-file—for each document. The orchestration pattern handles one file at a time while keeping data secure and leveraging your system's native applications.