integrations

Manage X and Bluesky API integrations, credentials, and rate limits.

10|2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AICMO/Autonomous-Agent-X-Bluesky --skill integrations-aicmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/AICMO/Autonomous-Agent-X-Bluesky/tree/main/.claude/skills/integrations
Command: npx skills add https://github.com/AICMO/Autonomous-Agent-X-Bluesky --skill integrations-aicmo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the technical underpinnings for the agent to interact with external social media platforms like X (Twitter) and Bluesky, enabling automated posting and reply functionalities.

Core Features & Use Cases

  • Platform Integration: Manages credentials and API interactions for X and Bluesky.
  • Automated Posting: Enables the agent to post content to these platforms based on generated files.
  • Reply Functionality: Supports replying to existing posts using specific identifiers.
  • Use Case: After the agent generates a new blog post summary, this Skill ensures it gets published to both X and Bluesky with appropriate formatting and reply threading if necessary.

Quick Start

Use the integrations skill to post the content of 'new_summary.txt' to X.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I automate posting to X and Bluesky from an AI agent?

To automate posting to X and Bluesky, this Skill processes generated content files in agent/outputs/{platform}/ and executes platform-specific scripts to publish them via API. It handles technical details like credentials and rate limits automatically.

What environment variables do I need to set up for social media API integration?

Social media API integration requires correct environment variables for API authentication specific to X and Bluesky. You must configure these credentials before the Skill can execute platform-specific scripts for posting or replying.

Does automated posting to X and Bluesky handle replies and threading?

Automated posting to X and Bluesky supports replying to existing posts using specific identifiers. The Skill adheres to platform-specific rate limits and reply formats to ensure correct threading when processing content files.

What are the rate limits for posting to X and Bluesky via API?

Rate limits for posting to X and Bluesky are platform-specific and enforced during API interactions. The Skill manages these technical constraints internally, ensuring automated posting and replies adhere to each platform's defined limits.

Can I post the same content file to both X and Bluesky simultaneously?

You can post the same content to both X and Bluesky by processing files in their respective agent/outputs/{platform}/ directories. The Skill applies appropriate formatting and executes platform-specific scripts for each target.