manage

manage is a skill for Claude Code from kenneth-liao/ai-launchpad-marketplace. It costs 95 tokens per session (4,126 once invoked), scanned B, original, no licence file.

A skill for managing Claude Code tasks that run automatically at a chosen time or on a recurring schedule.

In plain words
What is it for?
It helps add, list, pause, resume, remove, inspect, and test scheduled skills, prompts, and scripts, with safety controls and notifications.
Why use it?
It gives you one place to control automated work instead of managing separate scheduled commands by hand.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the scheduler plugin — 1 skill shipped together

Good fit It helps add, list, pause, resume, remove, inspect, and test scheduled skills, prompts, and scripts, with safety controls and notifications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kenneth-liao/ai-launchpad-marketplace/manage
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 kenneth-liao/ai-launchpad-marketplace --skill manage
Clone the repo
git clone --depth 1 https://github.com/kenneth-liao/ai-launchpad-marketplace

Made for: Claude Code.

Or install scheduler, the plugin that ships this one along with the rest of its 1 skill.

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 manage

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenneth-liao/ai-launchpad-marketplace/manage/github.svg)](https://agentmods.dev/skills/kenneth-liao/ai-launchpad-marketplace/manage)
Your own site
<a href="https://agentmods.dev/skills/kenneth-liao/ai-launchpad-marketplace/manage"><img src="https://agentmods.dev/badge/skills/kenneth-liao/ai-launchpad-marketplace/manage/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 manage

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenneth-liao/ai-launchpad-marketplace/manage"><img src="https://agentmods.dev/badge/skills/kenneth-liao/ai-launchpad-marketplace/manage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00095 $0.04126
Opus 5 $0.00048 $0.02063
Sonnet 5 $0.00019 $0.00825
Haiku 4.5 $0.00010 $0.00413

Measured 13d ago against content hash 92bddb54655f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

manage scanned grade B with 2 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 13d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (references/wrapper-template-linux.sh, references/wrapper-template.ps1, references/wrapper-template.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Also check if the scheduler directory exists. The scheduler uses project-level storage by default — it looks for `.git` or `CLAUDE.md` to find the project root, then stores state at `<project>/.claude/scheduler/`:

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Research** — read files, search, web browse, curl (for data gathering)
scheduler/skills/manage/SKILL.md · 399 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 13d ago First seen · 399 lines · 95 tokens per session scan B 92bddb54655f

Subscribe to this mod's changes

manage is a skill published in the GitHub repository kenneth-liao/ai-launchpad-marketplace (127 stars, last pushed 5mo ago), with no licence file. It adds 95 tokens to every session and 4,126 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). 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