lindy-core-workflow-b
Lindyのコアワークフロー機能で、タスク自動化とエージェントのスケジューリングができます。自動化されたワークフローの設定、エージェント実行のスケジューリング、またはトリガーベースの自動化を構築する場合に活用してください。「lindy automation」「schedule lindy agent」「lindy workflow automation」「automate with lindy」といった表現でトリガーできます。
description の原文を見る
Core Lindy workflow for automating tasks and scheduling agents. Use when setting up automated workflows, scheduling agent runs, or creating trigger-based automations. Trigger with phrases like "lindy automation", "schedule lindy agent", "lindy workflow automation", "automate with lindy".
SKILL.md 本文
Lindy Core Workflow B: タスク自動化
概要
Lindy AI エージェントのタスク自動化とスケジューリングのための完全なワークフローです。
前提条件
lindy-core-workflow-a(エージェント作成) の完了- 自動化用のエージェント ID が準備できていること
- 明確な自動化要件が定義されていること
手順
ステップ 1: 自動化仕様の定義
interface AutomationSpec {
agentId: string;
trigger: 'schedule' | 'webhook' | 'email' | 'event';
schedule?: string; // cron expression
webhookPath?: string;
emailTrigger?: string;
eventType?: string;
}
const automationSpec: AutomationSpec = {
agentId: 'agt_abc123',
trigger: 'schedule',
schedule: '0 9 * * *', // Daily at 9 AM
};
ステップ 2: スケジュール自動化の作成
import { Lindy } from '@lindy-ai/sdk';
const lindy = new Lindy({ apiKey: process.env.LINDY_API_KEY });
async function createScheduledAutomation(spec: AutomationSpec) {
const automation = await lindy.automations.create({
agentId: spec.agentId,
type: 'schedule',
config: {
cron: spec.schedule,
timezone: 'America/New_York',
input: 'Run daily morning tasks',
},
});
console.log(`Created automation: ${automation.id}`);
return automation;
}
ステップ 3: Webhook トリガーの作成
async function createWebhookAutomation(agentId: string, path: string) {
const automation = await lindy.automations.create({
agentId,
type: 'webhook',
config: {
path: path,
method: 'POST',
inputMapping: {
input: '{{body.message}}',
context: '{{body.context}}',
},
},
});
console.log(`Webhook URL: ${automation.webhookUrl}`);
return automation;
}
ステップ 4: メール トリガーの作成
async function createEmailAutomation(agentId: string, triggerEmail: string) {
const automation = await lindy.automations.create({
agentId,
type: 'email',
config: {
triggerAddress: triggerEmail,
inputMapping: {
input: '{{email.body}}',
sender: '{{email.from}}',
subject: '{{email.subject}}',
},
},
});
console.log(`Forward emails to: ${automation.triggerEmail}`);
return automation;
}
出力
- 設定された自動化トリガー
- スケジュール実行またはイベントベースのエージェント実行
- 外部トリガー用の Webhook エンドポイント
- 受信トレイ自動化用のメール トリガー
エラーハンドリング
| エラー | 原因 | 解決策 |
|---|---|---|
| Invalid cron | スケジュール形式が不正 | 標準的な cron 構文を使用してください |
| Webhook conflict | パスが既に使用されている | 一意の webhook パスを選択してください |
| Agent not found | エージェント ID が無効 | エージェントが存在することを確認してください |
例
複数トリガーのセットアップ
async function setupAutomations(agentId: string) {
// Daily summary at 9 AM
await lindy.automations.create({
agentId,
type: 'schedule',
config: { cron: '0 9 * * *', input: 'Generate daily summary' },
});
// Webhook for external events
await lindy.automations.create({
agentId,
type: 'webhook',
config: { path: '/events', method: 'POST' },
});
// Email trigger for support
await lindy.automations.create({
agentId,
type: 'email',
config: { triggerAddress: 'support@mycompany.com' },
});
}
リソース
次のステップ
トラブルシューティングの手引きについては、lindy-common-errors に進んでください。
ライセンス: MIT(寛容ライセンスのため全文を引用しています) · 原本リポジトリ
詳細情報
- 作者
- Brmbobo
- リポジトリ
- Brmbobo/Web2podcast
- ライセンス
- MIT
- 最終更新
- 2026/1/26
Source: https://github.com/Brmbobo/Web2podcast / ライセンス: MIT
関連スキル
superpowers-streamer-cli
SuperPowers デスクトップストリーマーの npm パッケージをインストール、ログイン、実行、トラブルシューティングできます。ユーザーが npm から `superpowers-ai` をセットアップしたい場合、メールまたは電話でサインインもしくはアカウント作成を行いたい場合、ストリーマーを起動したい場合、表示されたコントロールリンクを開きたい場合、後で停止したい場合、またはソースコードへのアクセスなしに npm やランタイムの一般的な問題から復旧したい場合に使用します。
catc-client-ops
Catalyst Centerのクライアント操作・監視機能 - 有線・無線クライアントのリスト表示・フィルタリング、MACアドレスによる詳細なクライアント検索、クライアント数分析、時間軸での分析、SSIDおよび周波数帯によるフィルタリング、無線トラブルシューティング機能を提供します。MACアドレスやIPアドレスでのクライアント検索、サイト別やSSID別のクライアント数集計、無線周波数帯の分布分析、Wi-Fi信号の問題調査が必要な場合に活用できます。
ci-cd-and-automation
CI/CDパイプラインの設定を自動化します。ビルドおよびデプロイメントパイプラインの構築または変更時に使用できます。品質ゲートの自動化、CI内のテストランナー設定、またはデプロイメント戦略の確立が必要な場合に活用します。
shipping-and-launch
本番環境へのリリース準備を行います。本番環境へのデプロイ準備が必要な場合、リリース前チェックリストが必要な場合、監視機能の設定を行う場合、段階的なロールアウトを計画する場合、またはロールバック戦略が必要な場合に使用します。
linear-release-setup
Linear Releaseに向けたCI/CD設定を生成します。リリース追跡の設定、LinearのCIパイプライン構築、またはLinearリリースとのデプロイメント連携を実施する際に利用できます。GitHub Actions、GitLab CI、CircleCIなど複数のプラットフォームに対応しています。
tracking-application-response-times
API エンドポイント、データベースクエリ、サービスコール全体にわたるアプリケーションのレスポンスタイムを追跡・最適化できます。パフォーマンス監視やボトルネック特定の際に活用してください。「レスポンスタイムを追跡する」「API パフォーマンスを監視する」「遅延を分析する」といった表現で呼び出せます。