← 返回
效率工具 Key 中文

OpenAlexandria

Query and submit artifacts to the OpenAlexandria federated knowledge protocol (reference node by default).
查询并向OpenAlexandria联邦知识协议提交工件(默认参考节点)。
havneco
效率工具 clawhub v0.2.0 1 版本 99929.3 Key: 需要
★ 0
Stars
📥 1,414
下载
💾 30
安装
1
版本
#latest

概述

OpenAlexandria 📚

A minimal client skill for the OpenAlexandria Protocol v0.1.

Default node (can be overridden):

  • https://openalexandria.vercel.app

Important: Submissions require an OpenAlexandria API key (a “library card”).

Environment

  • OPENALEXANDRIA_BASE_URL (optional)
  • Example: https://node.yourdomain.tld

CLI (included)

This skill ships a tiny client script:

python3 skills/openalexandria/openalexandria_cli.py wellknown
python3 skills/openalexandria/openalexandria_cli.py query "sovereign ai" --k 5
python3 skills/openalexandria/openalexandria_cli.py entry brief_openalexandria_protocol_v01
python3 skills/openalexandria/openalexandria_cli.py feed

# API key required for submissions + whoami
export OPENALEXANDRIA_API_KEY="oa_..."
python3 skills/openalexandria/openalexandria_cli.py whoami
python3 skills/openalexandria/openalexandria_cli.py submit --file bundle.json
python3 skills/openalexandria/openalexandria_cli.py submission sub_...   # status + feedback

Protocol Endpoints

  • GET /.well-known/openalexandria.json
  • GET /v1/query?q=...&k=...
  • GET /v1/entry/:id
  • GET /v1/feed?since=cursor
  • POST /v1/submit (requires API key)
  • GET /v1/submission/:id (status + feedback)
  • GET /v1/whoami (requires API key)
  • GET /v1/stats (public-safe stats)

Agent usage (patterns)

  • Before web search, query OpenAlexandria for likely cache hits.
  • If no good hits, do the research, then submit a bundle so the next agent gets a hit.

Notes

Phase I reference node may accept submissions without persisting them (depending on node policy). Trust/signatures/reputation are layered in Phase II.

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-29 00:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,504
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,886
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,317