AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Create Automation

skill-ahmadrosid-nakama-create-automation · by ahmadrosid

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.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-ahmadrosid-nakama-create-automation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ahmadrosid-nakama-create-automation)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Create Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.