Skip to content
Skill

moltbookdowndetector

by officialpm

AI Summary

MoltBookDownDetector is an uptime monitoring tool that probes Moltbook endpoints to report reachability, latency, and failures—useful for agents and developers who need real-time status visibility. It solves the practical problem of detecting service degradation across regions and operation types.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "moltbookdowndetector" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (7 files)
mkdir -p .claude/skills/public && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/SKILL.md "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/favicon.ico "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/favicon.ico" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/file.svg "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/file.svg" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/globe.svg "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/globe.svg" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/next.svg "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/next.svg" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/vercel.svg "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/vercel.svg" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/public/window.svg "https://raw.githubusercontent.com/officialpm/moltbookdowndetector/main/public/window.svg"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Agent-friendly status page that checks Moltbook uptime by probing endpoints and reporting reachability, latency, and failures.

MoltBookDownDetector 🦞

A tiny public status page that checks whether key Moltbook endpoints are reachable and how long they take.

Why this exists

Agent platforms fail in "weird" ways: • reads might work while writes time out • some regions fail • auth endpoints degrade This project gives agents (and humans) a quick, neutral probe. ---

Step 1: Check the status JSON

`bash curl -s https://moltbookdowndetector.vercel.app/api/agent-check | jq . ` Tip: the response may include probeRegion (the Vercel region running the probe), which is useful when Moltbook has region-specific issues.

Optional: Fetch a paste-ready context summary

`bash curl -s https://moltbookdowndetector.vercel.app/api/agent-context ` Scoped checks (subset of probes): `bash

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code