From altertable
Configures cron-scheduled AI tasks to analyze Insights and Dashboards for anomaly detection, forecasting, or open-ended monitoring. Use for recurring automated analysis and alerts.
npx claudepluginhub altertable-ai/skills --plugin altertableThis skill uses the workspace's default tool permissions.
A task is a scheduled AI agent that runs on a cron, analyzes an Insight or Dashboard, and creates a discovery when the analysis produces a finding. Your `instructions` string is the prompt the AI follows on each run.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds production-ready Apache Airflow DAGs with patterns for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
Share bugs, ideas, or general feedback.
A task is a scheduled AI agent that runs on a cron, analyzes an Insight or Dashboard, and creates a discovery when the analysis produces a finding. Your instructions string is the prompt the AI follows on each run.
To create a task:
create_task on the Altertable MCP serverAll three types run AI analysis driven by your instructions. They differ in what the AI is asked to focus on.
| Type | Target | AI focus |
|---|---|---|
anomaly_detection | Insight slug | Find outliers and unusual values in the Insight's data |
forecast | Insight slug | Project future values and flag divergence from expectations |
monitor | Insight/Dashboard slug | Open-ended analysis -- whatever the instructions describe |
The user needs an existing resource to target. If they don't have one yet:
target_slugMatch the user's goal to a task type:
anomaly_detection on the signup Insightforecast on the revenue Insightmonitor on the dashboardInstructions tell the task what to focus on. Be specific about:
Example:
Monitor weekly revenue trends. Create a discovery if:
- Revenue drops more than 10% week-over-week
- Revenue exceeds forecast by 20%
- Unusual patterns in regional breakdown
Use the Altertable MCP task-creation tool. Supply:
anomaly_detection, forecast, or monitorRefer to the MCP tool description for the exact parameter names and any additional required fields -- the MCP schema is the source of truth.
anomaly_detection detects outliers; forecast projects future values; monitor does open-ended analysis. Don't mix them upmonitor when anomaly_detection suffices -- monitor is more general but less focused; prefer anomaly_detection for pure outlier detection