beam-master_skill

This skill provides a centralized set of shared resources and scripts to streamline Beam AI integration across all related skills.
  • Python

2

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill abdullahbeam/nexus-design-abdullah --skill beam-master

  • SKILL.md21.3 KB

Overview

This skill is a shared resource library that centralizes setup, authentication, API references, error handling, and utility scripts for Beam AI integrations. It is not intended to be invoked directly; instead it supports specific Beam integration skills by providing a single source of truth. The library reduces duplication and simplifies maintenance across multiple Beam tools and scripts.

How this skill works

The skill collects reference documentation (setup, API patterns, authentication, error handling) and a suite of CLI scripts for common operations like token exchange, agent management, graph/node operations, task lifecycle, and HITL actions. Integration skills import or reference these resources to run pre-flight checks, perform authenticated requests, create and monitor tasks, and debug failures. Scripts provide consistent CLI interfaces and exit codes for automation and debugging.

When to use it

  • When you need a single authoritative guide for Beam API patterns, authentication, and troubleshooting.
  • Before running any Beam operation to validate configuration and credentials.
  • When building or updating Beam integration skills to avoid duplicating setup and error handling logic.
  • When debugging authentication, token lifecycle, or task execution issues across Beam tools.
  • When you want CLI utilities to list agents, inspect graphs, run or retry tasks, and handle HITL flows.

Best practices

  • Run the configuration check script first to confirm API key and workspace ID are valid before other operations.
  • Use the interactive setup wizard to create or refresh credentials and persist them in .env for CI and local use.
  • Prefer token-exchange and refresh scripts when debugging auth issues; rely on automated token handling in production clients.
  • Use cursor-based iteration scripts for large exports instead of paginated list endpoints to avoid partial results.
  • Log and surface structured JSON output (--json) from scripts for reliable parsing by automation or monitoring tools.

Example use cases

  • Validate workspace access and troubleshoot auth errors before launching agent tasks for a user.
  • List agents and fetch an agent's graph to identify node IDs for targeted testing or updates.
  • Test an individual graph node with custom input to diagnose incorrect outputs or failing integrations.
  • Create, monitor, and stream updates for an agent task, including approving or rejecting HITL requests.
  • Retry failed tasks after resolving transient errors or exporting large task sets for analysis using iterate scripts.

FAQ

No. This library is a shared resource for other Beam integration skills; call the specific skill or CLI script designed for the user-facing operation.

What do the exit codes from the config check mean?

Exit code 0 means fully configured, 1 indicates partial configuration, and 2 means not configured and setup is required.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
beam-master skill by abdullahbeam/nexus-design-abdullah | VeilStrat