social-media

Implement social media posting integrations across Discord, LinkedIn, Telegram, and Twitter.

21|2|Updated Nov 5, 2023
One-click install
npx skills add https://github.com/sgcarstrends/sgcarstrends --skill social-media-sgcarstrends
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media
Source: https://github.com/sgcarstrends/sgcarstrends/tree/main/.claude/skills/social-media
Command: npx skills add https://github.com/sgcarstrends/sgcarstrends --skill social-media-sgcarstrends

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps configure and debug social media posting workflows across Discord, LinkedIn, Telegram, and Twitter.

Core Features & Use Cases

  • Platform integrations: Discord webhooks, LinkedIn API, Telegram Bot, Twitter API.
  • Message templates: Reusable formats for car updates, COE results, etc.
  • Credential management: Environment variables for secure access.

Quick Start

Add a new LinkedIn post flow with a simple template and ensure credentials are configured.

Frequently Asked Questions about social-media

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

FAQPage Schema
How do I automate social media posts across multiple platforms like Twitter, LinkedIn, and Discord?

Automate social media posts by configuring platform-specific integrations—Discord webhooks, LinkedIn OAuth API, Telegram Bot API, and Twitter API v2—with credential management via environment variables and reusable message templates for consistent formatting across channels.

What credentials and setup do I need to post to Discord, LinkedIn, Telegram, and Twitter?

Configure environment variables for each platform's credentials: Discord webhook URLs, LinkedIn OAuth tokens, Telegram Bot API keys, and Twitter API v2 keys. The Skill validates these during credential setup and enforces platform-specific authentication methods.

Can I use message templates to standardize posts across different social platforms?

Yes. Message templates format content for platform-specific constraints—Discord embeds, LinkedIn post structure, Telegram formatting, Twitter character limits—ensuring consistent branding while respecting each platform's posting methods and requirements.

How do I debug social media posting failures across platforms?

Debug posting failures by validating credentials, checking webhook URLs and API keys, reviewing error handling logs, and testing end-to-end workflows. The Skill includes error handling and optional retry logic to identify and resolve platform-specific issues.

Does this support rate-limiting and retry logic for social media posting?

Yes. The Skill enforces optional rate-limiting and retry logic to manage API request volumes and handle transient posting failures, ensuring reliable delivery across Discord webhooks, LinkedIn, Telegram, and Twitter integrations.

Can I add new social media platforms beyond Discord, LinkedIn, Telegram, and Twitter?

The Skill's scope includes adding new platforms by implementing platform-specific posting methods and credential validation. Extend the workflow with additional APIs following the same pattern of environment variable credential management and message templating.