create-mission

Create scheduled background missions with cron schedules and notification preferences.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill create-mission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mission
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/general/missions/create-mission
Command: npx skills add https://github.com/X-McKay/kubani --skill create-mission

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of recurring, background tasks for the Nexus agent, freeing users from manual, repetitive monitoring or operational duties.

Core Features & Use Cases

  • Automated Mission Creation: Define and schedule autonomous agent activities.
  • Customizable Schedules: Supports standard cron expressions for precise timing.
  • Configurable Notifications: Set alerts for anomalies, errors, or completions.
  • Use Case: A user wants to ensure their Kubernetes cluster is monitored for health issues every hour. This skill can set up an autonomous mission for the agent to perform this check and report any findings.

Quick Start

Use the create-mission skill to set up a background task for the agent to monitor cluster health every hour.

Frequently Asked Questions about create-mission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule autonomous agent tasks for recurring background monitoring?

To schedule autonomous agent tasks, you define mission parameters including the goal, cron schedule, MCP policy, tool call limits, and notification preferences. This enables recurring, autonomous task execution without requiring direct user interaction.

What is an autonomous background mission and when do I need one?

An autonomous background mission is a scheduled task executed by an agent independently of user interaction. You need one for recurring monitoring, periodic checks, or background operations, such as automatically checking a Kubernetes cluster for health issues every hour.

Can I configure custom notifications for scheduled agent missions?

Yes, you can configure custom notifications for scheduled agent missions. When defining the mission parameters, you set notification preferences to receive alerts specifically for anomalies, errors, or task completions.

Does scheduling recurring background tasks support standard cron expressions?

Yes, scheduling recurring background tasks supports standard cron expressions. This allows you to define customizable schedules for precise timing of your autonomous agent's periodic checks and background operations.

What parameters do I need to define to create a proactive background mission?

To create a proactive background mission, you must define several parameters: the mission goal, the execution schedule, MCP policy, tool call limits, and your notification preferences for alerts.