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 skills add pioneerdotai/pioneer --skill tasksgit clone --depth 1 https://github.com/pioneerdotai/pioneerWrote 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/pioneerdotai/pioneer/tasks)<a href="https://agentmods.dev/skills/pioneerdotai/pioneer/tasks"><img src="https://agentmods.dev/badge/skills/pioneerdotai/pioneer/tasks/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.
<a href="https://agentmods.dev/skills/pioneerdotai/pioneer/tasks"><img src="https://agentmods.dev/badge/skills/pioneerdotai/pioneer/tasks.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00050 | $0.01599 |
| Opus 5 | $0.00025 | $0.00800 |
| Sonnet 5 | $0.00010 | $0.00320 |
| Haiku 4.5 | $0.00005 | $0.00160 |
Grade B, and why
tasks scanned grade B with 1 finding 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 today.
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.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
For delivery fixes, preserve schedule, goal, instructions, and output instructions unless the user asked to change them. How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pioneer Durable Tasks
Durable tasks are product objects that can outlive the current turn. They have task state, run history, result snapshots, attempts, diagnostics, schedules, and delivery behavior.
Use this skill for future, recurring, background, or already-existing task work. For attached child agents created to help with the current turn, read system:pioneer/subagents instead.
Product Model
Think in three surfaces:
- Task state: durable source of truth for what should run, what did run, results, attempts, errors, and diagnostics.
- Run execution: a concrete attempt to perform the task now or later.
- Delivery: the policy that decides whether a terminal task result becomes a thread message, user notification, webhook call, or no visible output.
Do not confuse "the task produced a result" with "the user saw the result in this thread." Execution and delivery are separate.
Quick Start
Before using durable task tools, decide what kind of task work this is.
- If work should run later or repeatedly, create a scheduled, interval, or cron task with self-contained future-run instructions.
- If existing task behavior must change, inspect it first with
task_getortask_list. - If only the schedule changes, use
task_reschedulewhen available. - If delivery changes, patch only delivery and verify it.
- If the task should be temporarily stopped or restarted, use pause/resume tools when visible.
- If a result should appear in this chat later, configure thread delivery deliberately.
- If the result should only alert the user, use notification delivery only when a durable chat message is not required.
For future scheduled work, do not call task_wait after creation unless an active waitable run exists. Confirm the task id, schedule, timezone, delivery behavior, and where results will appear.
Load References When Needed
Keep this file in context for normal durable task work. Load detailed references only for the matching situation:
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- today Changed · +5 lines 4fd47f86827e
- 9d ago First seen · 140 lines · 50 tokens per session scan B 8e0f5688a2b8
tasks is a skill published in the GitHub repository pioneerdotai/pioneer (11 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 1,599 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
meeting-notes
Use when the user asks to capture, structure, or summarize meeting notes / call notes / 1:1 discussion / standup notes. Produces a standard template with attendees, agenda, decisions, action items (owner + deadline), and open questions.
ha-settings
Manage Hope Agent application settings through conversation. Use when the user wants to view or change any app configuration: theme, language, enhanced focus indicators, proxy, temperature, notifications, tool timeout, context compaction, automatic session titles, web search, GitHub issue reporting, memory, embedding…
aetox-teach
สอนคนใช้ Aetox — ทำอะไรได้บ้างในคำที่คนเข้าใจ ห้องไหนไว้ทำอะไร ห้าอย่างที่คนใหม่ต้องรู้ และวิธีสอนด้วยการลงมือทำงานจริงของเขาแทนการบรรยาย · อ่านเมื่อผู้ใช้ถามว่าแอปนี้ทำอะไรได้ ถามวิธีใช้ หรือเพิ่งเปิดครั้งแรก.
ha-skill-creator
Create, edit, improve, or audit Hope Agent skills. Use when the user wants to: (1) create a new skill from scratch, (2) edit or improve an existing skill, (3) review or clean up a SKILL.md file, (4) run evaluations to test skill effectiveness, (5) optimize skill descriptions for better trigger accuracy. Trigger…
ha-mac-control
Hope Agent native macOS desktop control — the standard maccontrol status / diagnostics / apps / dock / spaces / snapshot / visual / windows / menu / clipboard / dialog loop, target-first action rules, no-blind-coordinate policy, and recovery for stale AX/window/menu/dialog state. Load whenever using maccontrol, or…
ha-browser
Hope Agent browser automation — the standard status → tabs → snapshot → act loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the browser tool. Trigger on: user asks the agent to open / control / click / scrape /…