with one click
automation-n8n-webhook-workflow
Sub-skill of automation: n8n Webhook Workflow (+3).
Menu
Sub-skill of automation: n8n Webhook Workflow (+3).
| name | automation-n8n-webhook-workflow |
| description | Sub-skill of automation: n8n Webhook Workflow (+3). |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
{
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"parameters": {
"path": "incoming-data",
"httpMethod": "POST"
}
*See sub-skills for full details.*
## Airflow DAG Definition
```python
from airflow import DAG
from airflow.operators.python import PythonOperator
from datetime import datetime, timedelta
default_args = {
'owner': 'data-team',
'retries': 3,
'retry_delay': timedelta(minutes=5)
}
*See sub-skills for full details.*
## GitHub Actions Workflow
```yaml
name: CI Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
*See sub-skills for full details.*
## Windmill Script Workflow
```typescript
// windmill script with auto-generated UI
export async function main(
database_url: string,
table_name: string,
limit: number = 100
): Promise<Record<string, any>[]> {
const client = new Client(database_url);
const result = await client.query(
*See sub-skills for full details.*
Karpathy's LLM Wiki — build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency.
Operate ace-linux-1 as the continuous AI-agent control surface for overnight and continuous batches that keep GTM material moving toward client outreach.
Canonical GitHub issue planning route — issue intake, strengthened resource intelligence, repo-tracked plan artifact, adversarial review, GitHub progress posting, future-issue capture, explicit approval gate before execution, machine-dispatch readiness checks, and execution-ready delegation packaging for Claude agent teams.
Build a docs-only execution handoff bundle after a completed implementation wave — follow-up issue drafts, scoped authorization note, deploy checklist, operator note, copy/paste command bundle, and incremental commit hygiene.
Audit and dispose of session residue (orphan files, scratch dirs, sibling-repo state, locks, trash-stages) BEFORE claiming a task complete. Required gate before any agent says "all done", "task complete", or hands work back to user/orchestrator.
Plan and operate a Hermes-led control plane that routes AI provider work across workstations using quota urgency, machine readiness, GitHub issue gates, and a dispatch ledger.