skills/notifications/schedule-message/SKILL.md
Schedule a message to be sent to the user at a specific future time via the Sven companion app. Use this when the user asks Sven to send them a reminder, notification, or any message at a specific time.
npx skillsauth add 47network/Sven schedule-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Schedule a message to be delivered to the user at a future time via push notification on the Sven companion app.
schedule — Schedule a new message for future deliverylist — List the user's pending and delivered scheduled messagescancel — Cancel a pending scheduled message by ID{
"action": "schedule",
"title": "Reminder from Sven",
"body": "Hey! This is the scheduled test message you asked for.",
"scheduled_at": "2026-06-15T10:20:00+03:00"
}
{
"action": "list"
}
{
"action": "cancel",
"message_id": "abc123-..."
}
messages.schedule: writemessages.schedule: readdevelopment
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.