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.
npx agentmods add skills/arrase/ollama-agent/task-creatornpx skills add arrase/ollama-agent --skill task-creatorgit clone --depth 1 https://github.com/arrase/ollama-agentWrote 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.
[](https://agentmods.dev/skills/arrase/ollama-agent/task-creator)<a href="https://agentmods.dev/skills/arrase/ollama-agent/task-creator"><img src="https://agentmods.dev/badge/skills/arrase/ollama-agent/task-creator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00025 | $0.00488 |
| Opus 5 | $0.00013 | $0.00244 |
| Sonnet 5 | $0.00005 | $0.00098 |
| Haiku 4.5 | $0.00003 | $0.00049 |
Grade A, and why
task-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 4d 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.
What it actually says
Task Creator
A saved task is a pre-configured, self-contained prompt and configuration that can be executed autonomously on demand via /task run <task_id> or ollama-agent task run <task_id>. Tasks reside in /tasks/<task_id>.yaml (persisted in ~/.ollama-agent/tasks/<task_id>.yaml).
Task YAML Schema
Each task is saved as a single YAML file: /tasks/<task_id>.yaml.
title: "Clear, descriptive title of the task"
prompt: "Comprehensive, fully self-contained prompt that describes the exact objective, context, requirements, constraints, and success criteria for the agent to execute."
model: "" # Optional specific model name, or empty string to use the active model
reasoning_effort: "medium" # Reasoning effort level: low, medium, high, default
Fields Specification
title(string, required): Short descriptive title for display in/task list.prompt(string, required): Self-contained prompt. Because tasks run autonomously, the prompt should provide all necessary context, step-by-step instructions, and expected deliverables.model(string, optional): Specific Ollama model name, or""to use the session's active model.reasoning_effort(string, optional): Reasoning effort (low,medium,high,default).
Task ID Rules
- Must contain only letters, numbers, underscores, and hyphens (e.g.
code-review,generate-changelog,db_migration_check).
Interactive Creation Workflow for the Agent
When helping a user create a task:
- Clarify Objective: Understand what repeatable task or workflow the user wants to automate.
- Formulate Prompt: Draft a high-quality, comprehensive prompt ensuring it includes clear goals, constraints, and output expectations.
- Write File: Use
write_fileto write the YAML file to/tasks/<task_id>.yaml. - Confirm: Display the task summary and instruct the user on how to run it with
/task run <task_id>.
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.
- 4d ago First seen · 37 lines · 25 tokens per session scan A eddbe1234ad0
task-creator is a skill published in the GitHub repository arrase/ollama-agent (20 stars, last pushed 6d ago), licensed MIT. It adds 25 tokens to every session and 488 once invoked, about $0.0001 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-08-30.
Other skills, from other repositories
session-rag-eval
Run and debug Chatbox session attachment RAG model evaluation with synthetic and real long-file fixtures.
designer_guide
Guidance for creating and editing designs using the designer tool.
lynkr
Universal LLM gateway with intelligent routing, Graphify code intelligence, Distill compression, routing telemetry, Code Mode, and 12+ provider support. 60-80% cost reduction for Claude Code, Cursor, and Codex.
agents_guide
Guidance for delegating focused work to child Agents.
summarize-assessment
Use after the napkinmath pipeline has produced parameters/bounds/scenarios/montecarlo JSON to generate a plan assessment (assessment.md) — a thin interpretation layer over the intermediary artifacts. Emits a JSON manifest, a provenance map, gate verdicts (Critical / Fragile / Marginal / Robust), failure drivers…
data_analyst
Analyses datasets with professional rigour — statistical summaries, clear narratives, and well-chosen visualisations.