autotask-creator

autotask-creator is a skill for Claude Code, Codex from Orkas-AI/Orkas. It costs 5 tokens per session (1,749 once invoked), scanned A, original, MIT.

Rules for creating and changing scheduled automations from a group-chat commander. It uses structured instructions for adding, updating, enabling, disabling, or deleting automated tasks.

In plain words
What is it for?
Use it when creating reminders or scheduled jobs, or changing an existing automation's schedule, content, recipient, or status.
Why use it?
It keeps automation changes controlled and prevents edits based on guessed task IDs or incomplete records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating reminders or scheduled jobs, or changing an existing automation's schedule, content, recipient, or status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas/autotask-creator
About the project

Orkas is a desktop application for commanding a team of AI agents through one chat, with a commander model assigning work to specialist agents in parallel or in sequence. People use it to coordinate research, writing, presentations, and software tasks while keeping files on their computer. The catalogue includes skills for extending the agents available to Orkas.

Orkas-AI/Orkas · 1,848 stars · on GitHub · orkas.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Orkas-AI/Orkas --skill autotask-creator
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for autotask-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas/autotask-creator/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas/autotask-creator)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas/autotask-creator"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/autotask-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for autotask-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas/autotask-creator"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/autotask-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 5 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00005 $0.01749
Opus 5 $0.00003 $0.00874
Sonnet 5 $0.00001 $0.00350
Haiku 4.5 $0.00001 $0.00175

Measured 6d ago against content hash b7d37b9fa792, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

autotask-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/builtin/system/skills/autotask-creator/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/auto_tasks files directly. It emits one or more top-level <auto-task>...</auto-task> containers in its final text; the bus parses and applies them after the turn.

When to use this skill

Use this Skill when the user asks to:

  • Create an automation / auto task / scheduled reminder.
  • Update an existing automation's content, title, schedule, recipient, skill, connector, project scope, attachments, or enabled state.
  • Delete, enable, or disable an automation.

Hard rules

  • Mutations only via <auto-task> container. Do not use file tools or shell commands to write/delete auto task configs.
  • Read before edit/delete. For update, delete, enable, or disable, call auto_tasks_list first unless the current user message already contains the exact task_id.
  • No guessed IDs. If multiple tasks could match, ask one concise clarification instead of emitting a container.
  • Partial updates are expected. For update, output only <task_id>, <action>update</action>, and the fields being changed. Never re-emit a full task unless several fields truly changed.
  • Top-level raw block. Containers must not be fenced, quoted, or wrapped in markdown lists.
  • One task per container. Use multiple containers only when the user explicitly asks to change multiple automations.
  • Keep content clean. <content> stores the user-facing instruction only; do not include @agent text, skill-use prefixes, or connector-use prefixes. Use <recipient>, <skill>, and <connector> fields instead.
  • Container first; visible prose stays brief and non-authoritative. Emit the raw container(s) before any optional summary. Do not repeat the full JSON in prose, and do not use past-completion wording such as "已按要求改好", "created", "updated", or "deleted" before the host applies the container. If a summary is useful, use pending wording such as "将把时间改为周五 10:00"; the host appends the authoritative success or failure result.
  • Keep internal ids out of clarification copy. Use titles, schedule times, project names, or content snippets to distinguish candidates. Show a task_id only when the user explicitly supplied or requested it.

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 129 lines · 5 tokens per session scan A b7d37b9fa792

Subscribe to this mod's changes

autotask-creator is a skill published in the GitHub repository Orkas-AI/Orkas (1,848 stars, last pushed yesterday), licensed MIT. It adds 5 tokens to every session and 1,749 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.