jobs

jobs is a skill for Claude Code from IS908/claude-lark-plugin. It costs 51 tokens per session (959 once invoked), scanned A, original, Apache-2.0.

A command set for managing scheduled jobs, also known as cron jobs. These jobs are recurring tasks that run according to a timetable.

In plain words
What is it for?
Use it to create, list, inspect, edit, pause, resume, or delete scheduled tasks.
Why use it?
It lets you manage recurring tasks from the Claude Code terminal while hiding sensitive job details by default.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Part of the lark plugin — 2 skills, 1 MCP server shipped together

Good fit Use it to create, list, inspect, edit, pause, resume, or delete scheduled tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/is908/claude-lark-plugin/jobs
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 IS908/claude-lark-plugin --skill jobs
Clone the repo
git clone --depth 1 https://github.com/IS908/claude-lark-plugin

Made for: Claude Code.

Or install lark, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

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 jobs

README.md
[![agentmods](https://agentmods.dev/badge/skills/is908/claude-lark-plugin/jobs/github.svg)](https://agentmods.dev/skills/is908/claude-lark-plugin/jobs)
Your own site
<a href="https://agentmods.dev/skills/is908/claude-lark-plugin/jobs"><img src="https://agentmods.dev/badge/skills/is908/claude-lark-plugin/jobs/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 jobs

Your own site · 80×15
<a href="https://agentmods.dev/skills/is908/claude-lark-plugin/jobs"><img src="https://agentmods.dev/badge/skills/is908/claude-lark-plugin/jobs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 959 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00051 $0.00959
Opus 5 $0.00026 $0.00479
Sonnet 5 $0.00010 $0.00192
Haiku 4.5 $0.00005 $0.00096

Measured 10d ago against content hash 1b5b2b4fb744, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

jobs scanned grade A 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 10d 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.

Asks the agent to reveal its instructionslowSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

"full", "dump", or "show prompt", render a compact view that hides

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/jobs/SKILL.md · 96 lines

How it starts

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

CronJob Management

Use the cronjob tools to manage scheduled tasks:

  • create_job — create a new scheduled job
  • list_jobs — show all jobs and their status
  • update_job — modify a job (change schedule, pause/resume, update content)
  • delete_job — remove a job

Invocation context (v0.10.0+)

This skill is invoked from the Claude Code terminal, so there is no Feishu message to establish a caller identity. Pass the reserved chat_id="__terminal__" to every sensitive tool call. The MCP server resolves this to LARK_OWNER_OPEN_ID (set in ~/.claude/channels/lark/.env). If the env var is missing, the tool will refuse — prompt the user to run /lark:configure to set it.

Default (redacted) view

When the user asks to list or inspect jobs WITHOUT saying "verbose", "full", "dump", or "show prompt", render a compact view that hides prompt bodies and content:

[1] morning-brief      · daily 09:00   · → group "Team Sync"
[2] mail-digest        · daily 22:00   · → private
3 jobs. Use `list verbose` to include prompt bodies.

Hide these fields by default: prompt, content, msg_type, free-form meta. Rationale: screen-share and shoulder-surfing are the realistic threats on the terminal side, so we don't splash sensitive content unless the user explicitly asks.

Verbose mode

When the user explicitly says "verbose", "show full", "dump prompt", "include prompt bodies", or similar: include the hidden fields. Prefix the output with one line:

⚠ verbose mode — prompt bodies and meta visible in output.

Destructive operations require confirmation

Before calling delete_job, or update_job with status=paused / schedule=<new> / prompt=<new> / content=<new> — confirm with the user first:

"Confirm: delete job <id> (runs <schedule>, targets <target_chat_id>)? Reply yes to proceed."

Do not proceed without an affirmative response. For read-only calls (list_jobs) and for update_job that only changes name, no confirmation is needed.

Read the full file on GitHub · 96 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. 10d ago First seen · 96 lines · 51 tokens per session scan A 1b5b2b4fb744

Subscribe to this mod's changes

jobs is a skill published in the GitHub repository IS908/claude-lark-plugin (7 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 959 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A 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.

Related

Other skills, from other repositories

larksnap-fetch

A bridge for downloading Feishu/Lark documents or ordinary webpages into local files, with options such as Markdown, HTML, or PDF. Feishu, also called Lark, is a workplace collaboration platform.

AmbroseX/larksnap · 111 tokens

lark-cli

A command-line tool for working with Lark, also called Feishu, a workplace collaboration platform. It covers services such as calendars, meetings, documents, spreadsheets, messaging, tasks, approvals, and shared files.

vaayne/agent-kit · 200 tokens

cherry-studio-design-language

A design system and template library for creating Cherry Studio presentations and other visual materials. It defines reusable page layouts, spacing, typography, icons, and visual rules.

YinsenWANG/feishu-ppt-skill · 79 tokens

3080-brief

Create a new source-grounded decision brief in the source format by default (Feishu/Lark, Word/docx, Markdown, or self-contained HTML) with a reader-fit Pyramid opening, one editable or auditable visual covering at least 80% of value-weighted non-appendix claims, and one key-question table. Use when the user names…

BobbyYue/3080-brief · 190 tokens

lark-sheets

A tool for creating and managing Feishu cloud spreadsheets, including sheets, rows, columns, cells, formulas, charts, pivot tables, filters, and formatting. Feishu is a cloud collaboration platform with spreadsheet features similar to online workbooks.

ddpie/lark-mcp-on-agentcore · 260 tokens

lark-drive

A Feishu cloud-drive tool for managing online files and folders. Feishu cloud drive is a shared online storage area, similar to Google Drive or Dropbox.

ddpie/lark-mcp-on-agentcore · 192 tokens