$npx skillfedfor your agent

uptime-monitor

Monitor website uptime by checking availability across critical endpoints, verifying response times, and detecting service outages. The skill tests homepage accessibility, API health, authentication, and core functionality while optionally sending alerts when issues are detected.

Uptime Monitor checks website availability and response times to verify if your site is currently online.

AI-generated summary based on this skill's SKILL.md

1,062 194 MITupdated by gooseworks-ai

Decision gist · record as of 2026-07-23

Uptime Monitor checks website availability and response times to verify if your site is currently online. Monitor website uptime by checking availability across critical endpoints, verifying response times, and detecting service outages. The skill tests homepage accessibility, API health, authentication, and core functionality while optionally sending alerts when issues are detected.

manual: git clone https://github.com/gooseworks-ai/goose-skills → cp -r goose-skills/skills/monitoring/capabilities/uptime-monitor ~/.claude/skills/uptime-monitor
skills/monitoring/capabilities/uptime-monitor/SKILL.md · version 833364d4

Use it when

  • uptime-monitor tracks both availability and performance by regularly testing your endpoints and measuring response times.
  • Yes, uptime-monitor supports monitoring multiple website URLs and can verify API health endpoints.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

gooseworks-ai/goose-skills/uptime-monitor · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

Can uptime-monitor check if my website is down right now?

uptime-monitor monitors website uptime by testing your site's availability and detecting when it goes offline. The skill checks if your website is currently online by testing critical endpoints and can alert you immediately when service outages occur, helping you respond quickly to downtime.

How does uptime-monitor monitor website uptime and response times?

uptime-monitor tracks both availability and performance by regularly testing your endpoints and measuring response times. It verifies homepage accessibility, API health, authentication systems, and core functionality while recording response metrics to help you understand your site's performance patterns over time.

Can uptime-monitor test multiple website URLs and APIs?

Yes, uptime-monitor supports monitoring multiple website URLs and can verify API health endpoints. The skill tests critical service endpoints across your infrastructure, allowing you to track the status of several sites and APIs simultaneously from a single monitoring setup.

Does uptime-monitor send alerts when services become unavailable?

uptime-monitor can send alerts when services go down or become unavailable, helping you detect outages in real time. When critical endpoints fail or response times exceed thresholds, the skill notifies you so you can address issues before they impact users.

What does uptime-monitor check about my website's health?

uptime-monitor verifies multiple aspects of your site's health including homepage accessibility, API endpoint responses, authentication system functionality, and core service availability. This comprehensive testing helps ensure all critical components are running and performing as expected.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Uptime Monitor - Website Availability Monitoring

Setup

Read your credentials from ~/.gooseworks/credentials.json:

export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")

If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login

All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"

Monitor website uptime, check response times, and verify service availability.

Workflow

Step 1: Check Website Status

Verify site is accessible:

curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
  -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"api":"linkup","path":"/fetch","body":{"url":"https://yoursite.com"}}'
Step 2: Verify Page Content

Ensure page loads

(truncated - see the full file via the links below)

File tree — 2 files
skills/monitoring/capabilities/uptime-monitor/SKILL.md
skills/monitoring/capabilities/uptime-monitor/skill.meta.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Monitor website uptime and check if site is currently online”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

api-tester
by gooseworks-ai · gooseworks-ai/goose-skills

API Tester validates endpoints and their responses against expected schemas. Extract API specs from documentation, test GET and POST requests, and document any discrepancies between live behavior and published contracts.

MITupdated Jul 2026
★ 1,062repo stars
seo-analyzer
by gooseworks-ai · gooseworks-ai/goose-skills

SEO Analyzer maps site structure, extracts page content, and identifies backlink opportunities to evaluate SEO performance. It examines keywords, content quality, and competitor positioning across your website. Use it to prioritize optimization efforts and track ranking improvements over time.

MITupdated Jul 2026
★ 1,062repo stars
pdf-processor
by gooseworks-ai · gooseworks-ai/goose-skills

PDF Processor pulls text, tables, and structured information from PDF documents through a multi-step workflow. It fetches PDFs, extracts content with AI, isolates table data, and converts results to markdown for easy integration into your workflows.

MITupdated Jul 2026
★ 1,062repo stars
image-analyzer
by gooseworks-ai · gooseworks-ai/goose-skills

Image Analyzer uses AI to process images and pull out actionable insights. Extract visible text via OCR, identify objects, describe visual content, and capture structured data from receipts, screenshots, and other image sources.

MITupdated Jul 2026
★ 1,062repo stars
extract-webpage-data
by gooseworks-ai · gooseworks-ai/goose-skills

Extract Webpage Data uses AI to pull structured information from web pages, transforming unorganized HTML into clean, actionable data. Choose from multiple extraction methods—natural language prompts, predefined schemas, or general scraping—depending on your needs. Handles product details, contact information, team rosters, and more.

MITupdated Jul 2026
★ 1,062repo stars
web-scraping
by gooseworks-ai · gooseworks-ai/goose-skills

Web-scraping lets you pull structured data from any URL using plain English descriptions of what you need. Choose from AI-powered extraction with natural language prompts, high-volume batch processing, or schema-based data structuring—then combine methods for comprehensive site crawling and automation.

MITupdated Jul 2026
★ 1,062repo stars

More skills company-intel (MIT) · web-search-linkup (MIT) · ai-web-scraping-scrapegraph (MIT) · restaurant-booking (MIT) · web-scraping-olostep (MIT) · prediction-market-odds (MIT)

Tags
availability-trackingdowntime-detectionhealth-checksendpoint-monitoringalert-notificationsservice-reliabilitystatus-verificationperformance-metrics