Install
openclaw skills install @sid890-cpu/project-ghostWeb reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.
openclaw skills install @sid890-cpu/project-ghostWeb reading layer for AI agents. Convert any public URL into structured, agent-ready intelligence in one API call.
Feed Ghost any public URL and get back:
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?
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"}'
{
"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
}
}
}
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.
Visit project-ghost-lilac.vercel.app → enter your email → get an instant ghost_sk_... key.
Free plan: 100 requests/month. No credit card needed.