Install
$ agentstack add skill-ahmadrosid-nakama-create-automation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Source: ahmadrosid/nakama
- License: MIT
- Homepage: https://ahmadrosid.github.io/nakama
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.