返回顶部
p

project-ghost幽灵项目

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
147
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

project-ghost

Project Ghost

AI代理的网页阅读层。通过一次API调用,将任何公开URL转化为结构化的、可供代理直接使用的智能信息。

功能说明

向Ghost输入任何公开URL,即可获得:

  • - 商业意图 — 用1-2句话概括页面内容
  • 命名实体 — 提及的公司、人物、产品
  • 置信度评分 — 提取结果的可靠程度(0-1)
  • 节省的Token数 — 相比原始HTML减少的Token量(平均80%以上)
  • 优先级评分 — 相关性信号(1-10)

使用方法

读取这个页面并告诉我它讲的是什么: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会返回明确的屏蔽信息。

获取免费API密钥

访问project-ghost-lilac.vercel.app → 输入邮箱 → 立即获得ghostsk...密钥。

免费套餐:每月100次请求。无需信用卡。

链接

  • - 官网:https://project-ghost-lilac.vercel.app
  • API文档:https://project-ghost-production.up.railway.app
  • GitHub:https://github.com/Sid890-cpu/project-ghost
  • 集成指南:https://project-ghost-lilac.vercel.app/integrate.html

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 project-ghost-1776099791 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 project-ghost-1776099791 技能

通过命令行安装

skillhub install project-ghost-1776099791

下载

⬇ 下载 project-ghost v2.0.0(免费)

文件大小: 2.05 KB | 发布时间: 2026-4-17 15:49

v2.0.0 最新 2026-4-17 15:49
Major update: Project Ghost 2.0.0 introduces a streamlined web reading layer for AI agents.

- Instantly converts any public URL into structured intelligence in one API call.
- Extracts business intent, named entities, confidence score, token savings, and priority score from web pages.
- Features a clear, agent-ready API response format for easy integration.
- Offers free API keys with 100 requests/month.
- Improved compatibility with major public websites; returns clear messages for blocked pages.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部