rill-connector

Define and manage Rill connectors with secure credential storage and configuration.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ContrastingSounds/myai --skill rill-connector-contrastingsounds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rill-connector
Source: https://github.com/ContrastingSounds/myai/tree/main/rill/.claude/skills/rill-connector
Command: npx skills add https://github.com/ContrastingSounds/myai --skill rill-connector-contrastingsounds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Develop connectors for Rill that securely store credentials and configuration, enabling reliable external-system integrations without exposing secrets.

Core Features & Use Cases

  • Define connectors per driver to expose external data sources and services to downstream resources.
  • Manage secrets and environment-based configurations with safe deployment practices.
  • Support provisioning options, including managed connectors for OLAP drivers and development versus production settings.

Quick Start

Create a new connector resource under connectors/ using a supported driver and supply credentials via environment variables.

Frequently Asked Questions about rill-connector

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

FAQPage Schema
How do I securely store credentials for external system connections in Rill?

To securely store credentials for Rill connectors, define a connector resource under the connectors/ directory and supply credentials via environment variables. This prevents exposing secrets while enabling reliable integration with external systems.

What is a Rill connector and when do I need to configure one?

A Rill connector is a resource definition that exposes external data sources and services to downstream Rill resources. You need to configure one when integrating external systems, requiring driver-specific capabilities and secure credential provisioning within your Rill project.

How do I set up managed connectors for OLAP drivers in Rill?

To set up managed connectors for OLAP drivers in Rill, define the connector with supported driver specifications and apply provisioning options. This supports both development and production deployment configurations as described in the Rill connector documentation.

Can I use environment variables to manage secrets across development and production Rill deployments?

Yes, you can use environment variables to manage secrets and environment-based configurations for Rill connectors. This supports safe deployment practices across development versus production settings without exposing sensitive credentials in your project files.

What are the limitations of reconciling external-system connectors in Rill projects?

Reconciling external-system connectors in Rill is limited by driver-specific capabilities and provisioning constraints. Connector configurations must align with supported driver notes and deployment settings to avoid integration failures during project reconciliation.