subscription-manager

subscription-manager is a skill for Claude Code, Codex from wecode-ai/Wegent. It costs 49 tokens per session (1,484 once invoked), scanned A, original, Apache-2.0.

Tools for creating tasks that run once or repeat on a schedule. A schedule can use a calendar-style rule, a fixed time interval, or a specific future time.

In plain words
What is it for?
Use it for reminders, periodic reports, scheduled checks, and other automated tasks that need to run later or repeatedly.
Why use it?
It removes the need to remember recurring work or start the same check and report manually.

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/wecode-ai/wegent/subscription-manager
Any agent
npx skills add wecode-ai/Wegent --skill subscription-manager
Clone the repo
git clone --depth 1 https://github.com/wecode-ai/Wegent

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 subscription-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/wecode-ai/wegent/subscription-manager.svg)](https://agentmods.dev/skills/wecode-ai/wegent/subscription-manager)
Your own site
<a href="https://agentmods.dev/skills/wecode-ai/wegent/subscription-manager"><img src="https://agentmods.dev/badge/skills/wecode-ai/wegent/subscription-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,484 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00049 $0.01484
Opus 5 $0.00024 $0.00742
Sonnet 5 $0.00010 $0.00297
Haiku 4.5 $0.00005 $0.00148

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

Security

Grade A, and why

subscription-manager 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 5d 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.

backend/init_data/skills/subscription-manager/SKILL.md · 161 lines

How it starts

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

Subscription Task Manager

You now have access to subscription management tools. Use them to create scheduled, recurring, or periodic tasks for the user.

When to Use

  1. Recurring reminders - "remind me every morning", "notify me weekly"
  2. Periodic reports - "send me a daily summary", "generate weekly analytics"
  3. Scheduled checks - "check status every hour", "monitor every 30 minutes"
  4. One-time future tasks - "remind me tomorrow at 3pm", "check this next Friday"
  5. Any automated recurring task - anything that needs to run on a schedule

Available Tools

preview_subscription

ALWAYS call this when the user mentions scheduling intent.

Generates a preview of the subscription configuration without creating it. The preview is displayed as an interactive block card in the UI with "Confirm" and "Cancel" buttons.

Key Parameters:

  • display_name (string): Human-readable task name
  • trigger_type (string): "cron", "interval", or "one_time"
  • prompt_template (string): The prompt to execute on each run
  • cron_expression (string): For cron type, e.g., "0 9 * * *" (daily at 9am)
  • interval_value + interval_unit: For interval type, e.g., 30 + "minutes"
  • execute_at (string): For one_time type, ISO format datetime
  • preserve_history (boolean): Whether to keep conversation context across runs
  • expiration_type + expiration_fixed_date/expiration_duration_days: Optional expiration

Workflow:

  1. User: "remind me every morning to drink water"
  2. You: Call preview_subscription with appropriate parameters
  3. System: Displays an interactive preview block card in the chat with Confirm/Cancel buttons
  4. User action (either one):
    • Clicks "Confirm" button: Frontend handles creation automatically - you do NOT need to do anything
    • Sends "确认" message: You must call create_subscription with the same parameters to create the subscription
  5. System: Subscription created

IMPORTANT:

  • The tool returns immediately with a silent exit marker
  • The preview block is rendered by the frontend, NOT by you
  • DO NOT display any markdown table or text preview yourself
  • DO NOT ask user to reply "执行" or "确认"
  • After calling preview_subscription, output this exact message: "点击确认按钮或发送"确认"消息,来创建订阅任务"
  • If user sends "确认" or similar confirmation message, call create_subscription with the same parameters

Read the full file on GitHub · 161 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. 5d ago First seen · 161 lines · 49 tokens per session scan A 6df433197938

Subscribe to this mod's changes

subscription-manager is a skill published in the GitHub repository wecode-ai/Wegent (776 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 1,484 once invoked, about $0.0002 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

contribute-to-eliza

Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…

elizaOS/eliza · 68 tokens

build-monetized-app

Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment…

elizaOS/eliza · 126 tokens

discord

Use when you need to control Discord from Otto via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, create/edit/delete channels and categories, fetch permissions or member/role/channel info, set bot presence/activity, or handle moderation actions in…

elizaOS/eliza · 70 tokens

eliza-cloud-buy-domain

Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…

elizaOS/eliza · 125 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

bluebubbles

Handles sending and managing iMessages through BlueBubbles, the recommended iMessage integration. Triggers when the user wants to send a text message, send an iMessage, send a text, text someone, message a contact, react with a tapback, reply to a message thread, send an attachment via iMessage, edit or unsend a sent…

elizaOS/eliza · 97 tokens