sling-connections

Manage and configure database, file system, and API connections for Sling.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-connections
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sling-connections
Source: https://github.com/slingdata-io/slingdata-ai/tree/main/skills/sling-connections
Command: npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-connections

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sling connections enable data workflows; this skill streamlines configuring and validating connections to databases, file systems, and APIs, reducing setup time and errors.

Core Features & Use Cases

  • Create and manage connections (databases, file systems, APIs)
  • Test connectivity and validate credentials
  • Discover available resources and permissions for secured access

Quick Start

Configure a new connection using the CLI and verify its connectivity.

Frequently Asked Questions about sling-connections

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

FAQPage Schema
How do I manage database and API connections for data workflows?

Testing database connectivity validates credentials and checks reachability before running data workflows. You can test connections directly using CLI commands to confirm secured access and verify that configured databases, file systems, and APIs are reachable.

How do I securely store credentials across different environments?

Securely storing credentials across environments requires using environment variables and structured YAML configurations. This approach ensures sensitive connection details for databases and APIs are managed safely without exposing them in your codebase.

Can I discover available resources and permissions for a configured connection?

Discovering available resources and permissions is supported through MCP-like actions. After configuring a connection, you can run discovery commands to identify accessible databases, file systems, and API endpoints to ensure proper secured access.

What is the best way to configure a new connection and verify its setup?

The best way to configure a new connection is using the CLI to define details in structured YAML or environment variables. After setting the configuration, verify its connectivity by running a test command to ensure reachability and validate credentials.