Web reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.
AI代理的网页阅读层。通过一次API调用,将任何公开URL转化为结构化的、可供代理直接使用的智能信息。
向Ghost输入任何公开URL,即可获得:
读取这个页面并告诉我它讲的是什么:https://openai.com
使用Ghost研究Stripe的最新产品
Hacker News上目前的热门故事有哪些?
设置GHOSTAPIKEY环境变量,然后调用:
bash
curl -X POST https://project-ghost-production.up.railway.app/distill \
-H Authorization: Bearer $GHOSTAPIKEY \
-H Content-Type: application/json \
-d {url: https://apple.com}
json
{
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,
ishighintegrity: true
}
}
}
大多数公开网站均可使用——Wikipedia、GitHub、HackerNews、OpenAI、Stripe、Apple、Anthropic等数千个网站。
使用企业级Cloudflare保护的网站(WSJ、FT、Nike)可能会被屏蔽——此时API会返回明确的屏蔽信息。
访问project-ghost-lilac.vercel.app → 输入邮箱 → 立即获得ghostsk...密钥。
免费套餐:每月100次请求。无需信用卡。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 project-ghost-1776099791 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 project-ghost-1776099791 技能
skillhub install project-ghost-1776099791
文件大小: 2.05 KB | 发布时间: 2026-4-17 15:49