seq-mcp: Skill for Claude Code

.github/skills/seq-mcp-maintainer/SKILL.md

seq-mcp-maintainer is a skill for Claude Code, Codex from MCLifeLeader/seq-mcp. It costs 0 tokens per session (346 once invoked), scanned A, original, MIT.

A maintenance guide for the seq-mcp server, which connects AI agents to Seq, a system for collecting and searching application logs and events. It covers keeping the server aligned with changes to Seq's API.

In plain words
What is it for?
Discovering Seq API endpoints, updating route catalogs and documentation, reconciling permissions, and checking the build after changes.
Why use it?
It helps prevent the server's documented routes, permissions, and implementation from becoming outdated when Seq changes.

Skill for Claude CodeCodex

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

This is MCLifeLeader/seq-mcp's own configuration. It tells Claude Code and Codex how to work on seq-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seq-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MCLifeLeader/seq-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MCLifeLeader/seq-mcp/main/.github/skills/seq-mcp-maintainer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MCLifeLeader/seq-mcp

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 seq-mcp-maintainer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mclifeleader/seq-mcp/seq-mcp-maintainer"><img src="https://agentmods.dev/badge/skills/mclifeleader/seq-mcp/seq-mcp-maintainer.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 346 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.
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.00346
Opus 5 $0.00000 $0.00173
Sonnet 5 $0.00000 $0.00069
Haiku 4.5 $0.00000 $0.00035

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

Security

Grade A, and why

seq-mcp-maintainer 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 9d 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.

.github/skills/seq-mcp-maintainer/SKILL.md · 62 lines

What it actually says

seq-mcp-maintainer

Use this skill to maintain and evolve the seq-mcp server as Seq API functionality changes.

Use When

  • User asks to "update Seq API coverage"
  • User asks to "re-scan routes" or "sync to latest Seq endpoints"
  • User asks to regenerate API maps/catalogs
  • User asks to reconcile permissions/verbs/routes after Seq upgrades

Inputs Required

  • .env with:
    • SEQ_URL
    • SEQ_API_KEY

Required Sources

Workflow

  1. Discover live API links from local Seq instance:
  • GET /api
  • Follow each */resources endpoint
  • Collect name -> route
  1. Parse official endpoint table:
  • Extract Path, HTTP method, Permission demand, notes
  1. Regenerate and reconcile:
  • Update src/route-catalog.ts
  • Update docs/api-map.md
  • Update starter aliases in src/index.ts if needed
  • Update README.md if permissions/behavior changed
  1. Validate:
  • npm run check
  • npm run build
  1. Report:
  • Added endpoints
  • Removed endpoints
  • Changed permissions/methods/notes
  • Any breaking behavior changes in aliases

Definition of Done

  • API map reflects live + official state
  • Route catalog matches official docs
  • MCP server compiles
  • Documentation and aliases reflect current capabilities
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. 9d ago First seen · 62 lines · 0 tokens per session scan A bfc83e6be23c

Subscribe to this mod's changes

seq-mcp-maintainer is a skill published in the GitHub repository MCLifeLeader/seq-mcp (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 346 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.

Related

Other skills, from other repositories

frontmcp-observability

Use when adding tracing, structured logging, metrics, or monitoring to a FrontMCP server. Covers zero-config OpenTelemetry distributed tracing across all flows; the this.telemetry API for custom spans, events, and attributes in tools, plugins, agents, and skills; structured JSON logging with trace correlation and…

agentfront/frontmcp · 177 tokens

Webhooks & Idempotency Audit

Comprehensive audit of ALL webhook handlers — Stripe and POD provider (Printify/Printful). Covers signature verification, idempotency guarantees, error isolation, retry safety, database transaction consistency, and monitoring. Use when asked to audit webhooks, idempotency, event handling, or webhook security.

lroy-stack/ai-pod-store · 68 tokens

Audit Plans Limits Monetization

Comprehensive audit of the SKAPARA subscription plans, usage limits, and monetization system. Use when asked to audit pricing, plans, usage limits, free tier, premium features, Stripe subscriptions, chat/design daily limits, upsell flows, or the €9.99/month plan. Covers server-side limit enforcement, bypass…

lroy-stack/ai-pod-store · 88 tokens

n8n-code-tool

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…

czlonkowski/n8n-mcp · 221 tokens

n8n-subworkflows

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…

czlonkowski/n8n-mcp · 121 tokens

image-gen

An image-generation workflow for creating pictures, posters, and illustrations from text prompts, including requests using Qwen-Image or compatible image APIs.

xerrors/Yuxi · 48 tokens