connect

Connects external tools to Founder OS via natural language commands.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ARCASSystems/FounderOS --skill connect-arcassystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect
Source: https://github.com/ARCASSystems/FounderOS/tree/main/skills/connect
Command: npx skills add https://github.com/ARCASSystems/FounderOS --skill connect-arcassystems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the common challenge of new users needing to connect external tools to Founder OS without technical expertise, ensuring secure and effective setup.

Core Features & Use Cases

  • Natural Language Setup: Users can connect tools like Telegram, calendars, or email by speaking simple commands.
  • Secure Token Handling: The Skill securely stores tokens in a gitignored .env file, protecting sensitive information.
  • Reachability Check: Before marking a tool as connected, it confirms with the user that the tool has received a test message, ensuring a successful connection.

Quick Start

Connect Telegram to Founder OS by saying, "connect Telegram."

Frequently Asked Questions about connect

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

FAQPage Schema
How do I connect external tools to Founder OS using natural language?

Yes, the Skill handles secure setup by storing authentication tokens in a local, gitignored .env file. This approach protects sensitive credentials locally while enabling automated external tool connections to Founder OS.

Can I connect tools like Telegram or calendars without technical expertise?

Yes, you can connect tools like Telegram or calendars without technical expertise by using natural language commands. The Skill manages the underlying Python scripts and configuration files automatically to simplify the setup process.

What is a reachability check when setting up tool integration?

A reachability check confirms a successful tool integration by prompting the user to verify if the external tool received a test message. This validation ensures the connection is fully active before marking the setup as complete.

Do I need Python scripts and gitignored configuration files for local environment setup?

Yes, local environment setup requires Python scripts and gitignored configuration files to manage tool authentication and token storage. These components run silently in the background to maintain secure external tool connections.

Why does my external tool connection require user authentication and token storage?

External tool connections require user authentication and token storage to verify identity and maintain secure access. The Skill automates this by safely storing tokens in a local gitignored .env file to prevent unauthorized exposure.