tarocub-service-ops

tarocub-service-ops is a skill for Claude Code, Codex from cloveric/tarocub. It costs 0 tokens per session (591 once invoked), scanned A, original, MIT.

A service-management helper for a fleet of TaroCub bots running on Lark, a workplace messaging platform. It runs the fleet’s own manager commands for status, starting, stopping, restarting, logs, and health checks.

In plain words
What is it for?
Use it to restart or inspect the Lark bot fleet, stop or start bots, view logs, or investigate whether the service is healthy.
Why use it?
It avoids manually handling each bot and accounts for bots that are busy or currently handling the command. This makes service operations and diagnosis more consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to restart or inspect the Lark bot fleet, stop or start bots, view logs, or investigate whether the service is healthy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloveric/tarocub/tarocub-service-ops
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 cloveric/tarocub --skill tarocub-service-ops
Clone the repo
git clone --depth 1 https://github.com/cloveric/tarocub

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 tarocub-service-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloveric/tarocub/tarocub-service-ops/github.svg)](https://agentmods.dev/skills/cloveric/tarocub/tarocub-service-ops)
Your own site
<a href="https://agentmods.dev/skills/cloveric/tarocub/tarocub-service-ops"><img src="https://agentmods.dev/badge/skills/cloveric/tarocub/tarocub-service-ops/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 tarocub-service-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloveric/tarocub/tarocub-service-ops"><img src="https://agentmods.dev/badge/skills/cloveric/tarocub/tarocub-service-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 591 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00591
Opus 5 $0.00000 $0.00296
Sonnet 5 $0.00000 $0.00118
Haiku 4.5 $0.00000 $0.00059

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

Security

Grade A, and why

tarocub-service-ops 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 11d 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.

skills/tarocub-service-ops/SKILL.md · 35 lines

What it actually says

TaroCub service ops (Lark fleet)

Manage the TaroCub Lark bot fleet through its own service manager. The commands take an absolute path (via ~), so they run from any directory.

Restart the fleet (most common)

node ~/projects/cc-telegram-bridge/dist/src/index.js lark service restart --all
  • Restarts every configured Lark instance. Idle bots restart immediately; the current instance (the one whose bot is running this command) auto-defers its own restart until its turn queue is idle — it can't kill itself mid-turn; a busy instance is skipped (not interrupted).
  • Add --force to also restart busy instances — this interrupts their in-flight turn. Use it only when you mean to (the current instance is still deferred, never force-killed).
  • Do NOT hand-roll a per-instance restart loop (stopping/starting each bot by hand). Always use the manager command above.

Other service commands

node ~/projects/cc-telegram-bridge/dist/src/index.js lark service status              # status of the current instance
node ~/projects/cc-telegram-bridge/dist/src/index.js lark service stop  [--all] [--force]
node ~/projects/cc-telegram-bridge/dist/src/index.js lark service start [--all]
node ~/projects/cc-telegram-bridge/dist/src/index.js lark service logs                # recent service logs
node ~/projects/cc-telegram-bridge/dist/src/index.js lark service doctor              # diagnose config / connectivity

Notes

  • A full TaroCub release ends with restart --all (step 3 of the release ritual: commit → GitHub Release → restart & verify). This is that command.
  • The fleet is the configured Lark instances (e.g. ccfcc1/2/3, ccfgg1/2). One bot per instance, one instance per process; state lives under ~/.cctb/<instance>/.
  • If you only need to confirm a bot is alive, lark service status (current instance) or checking the process is enough — don't restart unless asked.
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. 11d ago First seen · 35 lines · 0 tokens per session scan A 10837abac494

Subscribe to this mod's changes

tarocub-service-ops is a skill published in the GitHub repository cloveric/tarocub (13 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 591 tokens. 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-31.