myagents-task-automation

myagents-task-automation is a skill for Claude Code, Codex from hAcKlyc/MyAgents. It costs 112 tokens per session (3,371 once invoked), scanned A, original, AGPL-3.0.

A skill for managing persistent agent tasks, including work scheduled for later, repeated checks, and actions triggered when conditions are met.

In plain words
What is it for?
Use it to create one-time or recurring tasks, schedule work, route it to a session, and define when ongoing monitoring should end.
Why use it?
It helps distinguish immediate work from tasks that need tracking, their own session, or future execution.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hacklyc/myagents/myagents-task-automation
Any agent
npx skills add hAcKlyc/MyAgents --skill myagents-task-automation
Clone the repo
git clone --depth 1 https://github.com/hAcKlyc/MyAgents

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 myagents-task-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/hacklyc/myagents/myagents-task-automation.svg)](https://agentmods.dev/skills/hacklyc/myagents/myagents-task-automation)
Your own site
<a href="https://agentmods.dev/skills/hacklyc/myagents/myagents-task-automation"><img src="https://agentmods.dev/badge/skills/hacklyc/myagents/myagents-task-automation.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00112 $0.03371
Opus 5 $0.00056 $0.01685
Sonnet 5 $0.00022 $0.00674
Haiku 4.5 $0.00011 $0.00337

Measured 4d ago against content hash 1227dcea6f52, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

myagents-task-automation 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.

bundled-skills/myagents-task-automation/SKILL.md · 189 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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.

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. 4d ago First seen · 189 lines · 112 tokens per session scan A 1227dcea6f52

Subscribe to this mod's changes

myagents-task-automation is a skill published in the GitHub repository hAcKlyc/MyAgents (865 stars, last pushed today), licensed AGPL-3.0. It adds 112 tokens to every session and 3,371 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

aptabase-analytics-report

Export and analyze Vibe Aptabase analytics for recent time windows or existing CSV exports, with emphasis on failure rates, affected users, app versions, and OS breakdowns. Use when Codex needs to: (1) export recent analytics with scripts/exportanalytics.py, (2) filter an export to the exact last N hours, (3) restrict…

thewh1teagle/vibe · 0 tokens

github-wake

Register an existing GitHub issue so the current Codex or Claude Code session is woken when its first future comment arrives. Use when work is genuinely blocked on a GitHub reply and the session must resume asynchronously.

pchalasani/claude-code-tools · 47 tokens

code-walk-thru

Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is…

pchalasani/claude-code-tools · 101 tokens

log-work

Log the work segment that you did after the last work log until now in a.

pchalasani/claude-code-tools · 19 tokens

release

Prepare, validate, and publish a Pake release. Not for version bumps without release intent.

tw93/Pake · 21 tokens

pake

Package any website or local web build into a lightweight desktop app using Pake (Tauri/Rust). Use when the user wants to: wrap a URL as a native app, build a desktop app from a website or a local dist/ folder, use Pake CLI to package a page, set up proxy for a packaged app, customize app icons or bundle IDs, or…

tw93/Pake · 119 tokens