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.
curl -O https://raw.githubusercontent.com/MCLifeLeader/seq-mcp/main/.github/skills/seq-mcp-maintainer/SKILL.mdgit clone --depth 1 https://github.com/MCLifeLeader/seq-mcpWrote 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.
[](https://agentmods.dev/skills/mclifeleader/seq-mcp/seq-mcp-maintainer)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
.envwith:SEQ_URLSEQ_API_KEY
Required Sources
- https://datalust.co/
- https://docs.datalust.co/docs/server-http-api
- https://docs.datalust.co/docs/using-the-http-api
- https://docs.datalust.co/docs/api-keys
Workflow
- Discover live API links from local Seq instance:
GET /api- Follow each
*/resourcesendpoint - Collect
name -> route
- Parse official endpoint table:
- Extract
Path,HTTP method,Permission demand, notes
- Regenerate and reconcile:
- Update
src/route-catalog.ts - Update
docs/api-map.md - Update starter aliases in
src/index.tsif needed - Update
README.mdif permissions/behavior changed
- Validate:
npm run checknpm run build
- 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
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.
- 9d ago First seen · 62 lines · 0 tokens per session scan A bfc83e6be23c
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.
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…
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.
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…
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…
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…
image-gen
An image-generation workflow for creating pictures, posters, and illustrations from text prompts, including requests using Qwen-Image or compatible image APIs.