project-ghost

Web reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "project-ghost" with this command: npx skills add sid890-cpu/project-ghost

Project Ghost

Web reading layer for AI agents. Convert any public URL into structured, agent-ready intelligence in one API call.

What it does

Feed Ghost any public URL and get back:

  • Business intent — a 1-2 sentence summary of what the page is about
  • Named entities — companies, people, products mentioned
  • Confidence score — how reliable the extraction is (0-1)
  • Tokens saved — how much token reduction vs raw HTML (avg 80%+)
  • Priority score — relevance signal (1-10)

Usage

Read this page and tell me what it's about: https://openai.com
Research Stripe's latest products using Ghost
What are the top stories on Hacker News right now?

How to use in your agent

Set your GHOST_API_KEY environment variable, then call:

curl -X POST https://project-ghost-production.up.railway.app/distill \
  -H "Authorization: Bearer $GHOST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://apple.com"}'

Response format

{
  "title": "Apple",
  "tokens_saved": "80.7%",
  "signals_data": {
    "decision_signal": {
      "business_intent": "Apple promotes its latest hardware lineup...",
      "priority_score": 8,
      "category": "Technology"
    },
    "items": [
      {
        "title": "MacBook Pro with M5",
        "entities": ["Apple", "MacBook", "M5"],
        "impact_score": 9
      }
    ],
    "integrity_layer": {
      "confidence_score": 0.87,
      "is_high_integrity": true
    }
  }
}

Works great with

  • Research agents reading company websites
  • News monitoring agents tracking topics
  • Sales agents detecting buying signals
  • Legal agents extracting policy terms
  • Any agent that needs to understand web content

Sites that work

Most public websites work — Wikipedia, GitHub, HackerNews, OpenAI, Stripe, Apple, Anthropic, and thousands more.

Sites with enterprise Cloudflare protection (WSJ, FT, Nike) may be blocked — the API returns a clear blocked message in that case.

Get your free API key

Visit project-ghost-lilac.vercel.app → enter your email → get an instant ghost_sk_... key.

Free plan: 100 requests/month. No credit card needed.

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Polaris

Access verified, real-time news briefs, on-demand intelligence reports, trending topics, and search from 160+ sources across 18 categories with bias and conf...

Registry Source
2960Profile unavailable
Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1320Profile unavailable
Research

Unformal Api

Create conversational Pulses that replace forms, surveys, intake emails, feedback requests, NPS checks, user interviews, lead qualification, application form...

Registry SourceRecently Updated
1960Profile unavailable
Research

ClawBeat: OpenClaw News, Research & Events

Query live OpenClaw ecosystem intelligence from ClawBeat.co — news, research papers, events, repos, and daily briefings for the OpenClaw agentic framework an...

Registry Source
2561Profile unavailable