What problem does it solve? Beam AI integration skills would otherwise duplicate setup instructions, API documentation, authentication flows, and error handling across every skill, wasting context and creating maintenance drift. ## Core Features & Use Cases - Shared Script Library: 27 Python scripts covering authentication, agent management, graph operations, task execution, HITL feedback, and analytics for the Beam AI API. - Shared References: Setup guide, full API reference for 22 endpoints, authentication flow, and error-handling documentation loaded on demand. - Intelligent Config Detection: check_beam_config.py outputs structured JSON with an ai_action field telling the AI exactly how to fix missing credentials. - Use Case: When a user says "list my beam agents", the calling skill runs check_beam_config.py first, then list_agents.py, pulling error-handling.md only if something fails. ## Quick Start Ask the AI to list your Beam agents and it will validate configuration then run the shared list_agents script.