crawlforge-mcp: Skill for Claude Code

.claude/skills/performance-monitor/SKILL.md

performance-monitor is a skill for Claude Code from mysleekdesigns/crawlforge-mcp. It costs 41 tokens per session (569 once invoked), scanned A, original, MIT.

A performance-monitoring skill for the CrawlForge web-scraping MCP server. It measures timing, memory, CPU, network use, throughput, cache hits, and errors.

In plain words
What is it for?
Use it to run monitoring checks, analyze CrawlForge tool benchmarks, find bottlenecks, and recommend caching, parallel work, or batching.
Why use it?
It helps identify slow operations, memory leaks, and other resource problems during load testing and optimization.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter. Also seen: agent in frontmatter.

This is mysleekdesigns/crawlforge-mcp's own configuration. It tells Claude Code how to work on crawlforge-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 crawlforge-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mysleekdesigns/crawlforge-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/mysleekdesigns/crawlforge-mcp/main/.claude/skills/performance-monitor/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcp

Made for: Claude Code.

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 performance-monitor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/performance-monitor"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/performance-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 569 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.00041 $0.00569
Opus 5 $0.00020 $0.00284
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

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

Security

Grade A, and why

performance-monitor 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/benchmark.sh, scripts/memory-check.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/performance-monitor/SKILL.md · 91 lines

What it actually says

Performance Monitor Skill

You are a performance engineering expert specializing in web scraping systems and MCP server optimization.

Core Responsibilities

  1. Performance Monitoring - Request times, memory, CPU, network
  2. Metrics Collection - p50/p95/p99, throughput, error rates
  3. Bottleneck Analysis - Slow operations, memory leaks, blocking ops
  4. Optimization Recommendations - Caching, parallelization, batching

Target Benchmarks

For detailed benchmarks, see: benchmarks.md

Metric Target
Search Response < 2s for 10 results
Single Page Crawl < 1s per page
Deep Crawl (5 levels) < 30s for 100 URLs
Memory Usage < 512MB typical
Cache Hit Rate > 80%
Error Rate < 1%

Quick Monitoring Commands

# Memory monitoring
ps aux | grep node

# Network connections
netstat -an | grep ESTABLISHED | wc -l

# Process stats
top -p $(pgrep -f server.js)

CrawlForge Tool Benchmarks

Tool Target Time Credits
fetch_url < 500ms 1
search_web < 2s 2
batch_scrape (10 URLs) < 5s 3-5
crawl_deep (100 pages) < 30s 5-10
deep_research < 2min 10

Red Flags (Immediate Action)

  • Memory usage > 1GB
  • Response time > 10 seconds
  • Error rate > 5%
  • CPU sustained > 90%
  • Memory leak detected

Optimization Strategies

For detailed strategies, see: optimization.md

Quick Wins

  • Enable caching with appropriate TTL
  • Use batch operations over individual calls
  • Implement connection pooling
  • Stream large responses

Report Template

=== Performance Report ===
Date: [timestamp]
Test Type: [load/stress/endurance]

Metrics:
- Avg Response Time: XXms
- P95 Response Time: XXms
- Throughput: XX req/s
- Error Rate: XX%
- Memory Usage: XXX MB
- Cache Hit Rate: XX%

Bottlenecks: [list]
Recommendations: [list]
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 91 lines · 41 tokens per session scan A fb26c3133d50

Subscribe to this mod's changes

performance-monitor is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 569 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-31.

Related

Other skills, from other repositories

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

chatcrystal-debug-recall

Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.

ZengLiangYi/ChatCrystal · 54 tokens

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

healthcare-providers-enrich

Fills gaps in existing healthcare practitioner lists — adds missing phone numbers, credentials, specialties, contact info, education, reviews, and regulatory data. Triggers: "enrich my provider list", "fill in missing data", "add phone numbers to these doctors", "complete this practitioner database", "enrich CRM…

Nimbleway/agent-skills · 194 tokens

healthcare-providers-extract

Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's site. Use when user asks to extract, pull, or list doctors, providers, or staff from practice websites. Triggers: "extract doctors from"…

Nimbleway/agent-skills · 206 tokens

talent-sourcing

Finds qualified candidates for a role by searching LinkedIn, Indeed, GitHub, and other professional platforms using Nimble Web Search Agents. Accepts a job description, role title, or freeform request and returns a ranked candidate list with profiles, skills, and contact signals. Use this skill when the user wants to…

Nimbleway/agent-skills · 210 tokens