integrations

Integrates external platforms like Gmail, Slack, and GitHub into the Fredis ecosystem.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/linardsb/fredis --skill integrations-linardsb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/linardsb/fredis/tree/main/.claude/skills/integrations
Command: npx skills add https://github.com/linardsb/fredis --skill integrations-linardsb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, requests, gspread, oauth2client, google-auth-oauthlib, google-auth, python-decouple, Flask, itsdangerous, itsdangerous, python-dotenv, pyyaml, jsonschema, json, mcp-python-client, fastmcp, sseclient, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a single point of access to various external platforms, enabling Fredis to query and interact with them seamlessly.

Core Features & Use Cases

  • Platform Aggregation: Centralizes access to Gmail, Calendar, Slack, Google Sheets, Google Docs, Google Drive, HubSpot CRM, GitHub, and MCP servers.
  • Direct Integrations: Prefer direct Python APIs for speed and efficiency over MCP where available.
  • Read-First Bias: Primarily designed for read operations, with write operations requiring explicit user confirmation.
  • Integration with Fredis: All operations are designed to work within the Fredis ecosystem, ensuring a cohesive user experience.

Quick Start

To check your email, simply say "check email" or "show my emails".

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I integrate external platforms like Gmail and Slack into a unified Python interface?

You can integrate Gmail and Slack by using this Skill's direct Python APIs and MCP client, which centralize external platform access for read operations and actions within the Fredis ecosystem.

Can I use direct Python APIs instead of MCP for Google Calendar and HubSpot integrations?

Yes, direct Python APIs are preferred over MCP for platforms like Google Calendar and HubSpot to maximize speed and efficiency, while MCP servers handle remaining platform-specific interactions.

How do I query my Gmail inbox or Google Sheets using natural language commands?

Query Gmail or Google Sheets by issuing simple commands like "check email". The Skill processes these natural language inputs to execute read operations via configured Python APIs.

Does this integration Skill support write operations to GitHub and Google Drive?

Write operations to GitHub and Google Drive are supported but require explicit user confirmation. The Skill maintains a read-first bias, prioritizing data queries over modifications.

What Python dependencies are required to set up MCP client integrations for external platforms?

Setting up MCP client integrations requires Python dependencies including `mcp-python-client`, `fastmcp`, `requests`, `oauth2client`, and `google-auth-oauthlib` to authenticate and interact with external platforms.