
Workflow Hello World
Stand up a Deepline cloud workflow on cron or webhook, inspect it, and prove triggers work end to end.
Install
npx skills add https://github.com/code.deepline.com --skill workflow-hello-worldWhat is this skill?
- Recipe shortcut pre-selects workflow-hello-world but deepline-gtm owns the full session
- Mandatory first step: invoke deepline-gtm via the Skill tool and follow all routed sub-docs
- Adds recipe doc workflows-hello-world.md for cron, webhook, inspect, and validate steps
- End-to-end trigger validation—not only scaffolding
- Meta-skill routing must not be skipped when the user prompt spans more than the recipe
Adoption & trust: 4.2k installs on skills.sh.
Recommended Skills
Agent Browservercel-labs/agent-browser
Lark Imlarksuite/cli
Lark Calendarlarksuite/cli
Lark Sheetslarksuite/cli
Lark Vclarksuite/cli
Lark Contactlarksuite/cli
Journey fit
Primary fit
Scheduled and webhook-driven automation is implemented when you connect backend behavior to external events—core integration work in Build. Integrations is the shelf for third-party workflow platforms, triggers, and validation—not one-off app UI.
SKILL.md
READMESKILL.md - Workflow Hello World
# Cloud Workflow Triggers This is a recipe shortcut. It pre-selects the workflow-hello-world recipe but the **deepline-gtm governs the entire session**. ## Execution order 1. **Invoke `deepline-gtm`** using the Skill tool. 2. **Follow the meta-skill's full routing instructions** - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected. 3. **Additionally read** the workflow-hello-world recipe at `../deepline-gtm/recipes/workflows-hello-world.md` (relative to this file) for the specific workflow. The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.