create-beam-task-auto-trigger

Convert Beam.ai tasks into auto-trigger webhook bash scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/beam-ai-team/beam-next-skills --skill create-beam-task-auto-trigger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-beam-task-auto-trigger
Source: https://github.com/beam-ai-team/beam-next-skills/tree/main/skills/beam/beam-tools/create-beam-task-auto-trigger
Command: npx skills add https://github.com/beam-ai-team/beam-next-skills --skill create-beam-task-auto-trigger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automate converting a Beam.ai task into an auto-trigger webhook script, eliminating manual steps and reducing setup time.

Core Features & Use Cases

  • Fetches task details from Beam API and extracts the original payload.
  • Detects payload types (simple query-based, with attachments/data, and email-triggered) and generates appropriate webhook scripts.
  • Saves a runnable bash script to a configurable output directory for automated rotation and deployment.

Quick Start

Run the interactive script creation workflow or provide a task URL and webhook URL to generate the automation script.

Frequently Asked Questions about create-beam-task-auto-trigger

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

FAQPage Schema
How do I automate a Beam task using a webhook script?

To automate a Beam task with a webhook script, this tool fetches task details via the Beam API, extracts the original payload, and generates a runnable bash script saved to a designated output directory for automated deployment.

What types of webhook payloads can I generate scripts for from Beam tasks?

Webhook payload script generation supports simple query-based data, queries with attachments or data, and email-triggered payloads. The tool detects the payload type automatically and encodes attachments directly within the generated bash script.

Can I generate an auto-trigger webhook script directly from a task URL?

Yes, you can generate an auto-trigger webhook script by providing a task URL and webhook URL. This URL-driven workflow bypasses the interactive CLI setup, authenticating with the Beam API to fetch and convert the task configuration.

Do I need to manually encode attachments when creating a Beam webhook script?

No, manual encoding is not required. The script generation process automatically extracts and encodes attachments provided in the Beam task payload, ensuring the output bash script is ready for immediate execution.

What is the best way to rotate and deploy automated Beam webhook scripts?

The best way to rotate and deploy automated Beam webhook scripts is to save the generated runnable bash script to a configurable output directory. This allows automated rotation and deployment pipelines to pick up and execute the script.