# Create Automation

> Create, schedule, and manage automations. Use when the user wants reminders, recurring tasks, one-time runAt schedules, manual automations, delivery to Telegram, WhatsApp, email, or Discord, or to run and test saved automations.

- **Type:** Skill
- **Install:** `agentstack add skill-ahmadrosid-nakama-create-automation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ahmadrosid](https://agentstack.voostack.com/s/ahmadrosid)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ahmadrosid](https://github.com/ahmadrosid)
- **Source:** https://github.com/ahmadrosid/nakama/tree/main/packages/core/src/skills/bundled/create-automation
- **Website:** https://ahmadrosid.github.io/nakama

## Install

```sh
agentstack add skill-ahmadrosid-nakama-create-automation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

When the user wants something scheduled or automated, explain your plan clearly in their timezone.

Use `create_automation` to save recurring, one-time, or manual automations after confirming the schedule with the user.

When the user names a profile to run as, confirm that profile and pass its `profileId`. Omit `profileId` to run as the current chat profile. Do not invent a profile id. If the name is ambiguous, ask. Super Bot can use `list_profiles` to resolve names; other profiles should only pass an id the user supplied. To change the profile on an existing automation, tell the user to edit it in Automations in the dashboard.

When the user asks to run or test a saved automation, use `list_automations` to find it, then `run_automation`, and summarize the result.

When the user wants run results sent to Telegram, WhatsApp, email, or Discord, set `create_automation` delivery (channel, email `to` when needed, and optional Discord `channelId`). Put only the task in `prompt` — the server sends results after each run. Omit Discord `channelId` to DM every paired Discord user.

Do not add delivery when the user only wants results saved in run history.

For recurring tasks, use trigger type `schedule` with 5-field cron syntax and include timezone when it differs from the user's timezone.

For one-time reminders (e.g. "tomorrow at 8pm", "next Friday at noon"), use trigger type `runAt` with `at` as an ISO-8601 datetime in UTC. Never use day-of-week-only cron for a specific date.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ahmadrosid](https://github.com/ahmadrosid)
- **Source:** [ahmadrosid/nakama](https://github.com/ahmadrosid/nakama)
- **License:** MIT
- **Homepage:** https://ahmadrosid.github.io/nakama

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ahmadrosid-nakama-create-automation
- Seller: https://agentstack.voostack.com/s/ahmadrosid
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
