← 返回 Skills 市场
1069
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openalexandria
功能描述
Query and submit artifacts to the OpenAlexandria federated knowledge protocol (reference node by default).
安全使用建议
This skill appears to implement exactly what it advertises. Before installing: (1) verify you trust the default node URL or set OPENALEXANDRIA_BASE_URL to a node you control; (2) never submit sensitive data — submissions send whatever JSON you provide to a remote server; (3) store your OPENALEXANDRIA_API_KEY securely and avoid exposing it to agents you don't fully trust; (4) consider disabling autonomous invocation for agents that have access to this skill if you want to prevent automated submissions; and (5) note that the source/homepage is unknown — if you need stronger assurance, inspect the included Python file locally or ask the publisher for provenance.
功能分析
Type: OpenClaw Skill
Name: openalexandria
Version: 0.2.0
The skill bundle provides a client for the OpenAlexandria protocol, allowing agents to query and submit JSON artifacts to a federated knowledge base. The `SKILL.md` clearly outlines the skill's purpose and usage without any prompt injection attempts. The `openalexandria_cli.py` script uses standard Python libraries (`urllib.request`, `json`, `os`) to perform HTTP requests and handle JSON data. It reads API keys from environment variables and allows submitting user-specified JSON files. All network interactions are to the declared OpenAlexandria endpoints, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The functionality is entirely aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description match the included Python CLI and SKILL.md. Only runtime requirement is python3 and optional environment vars (OPENALEXANDRIA_BASE_URL, OPENALEXANDRIA_API_KEY) which are appropriate for querying and submitting to a remote node.
Instruction Scope
SKILL.md and the CLI limit actions to HTTP GET/POST calls to the declared base URL and reading a JSON bundle from a specified file or stdin for submissions. The instructions do not read other system files or unrelated env vars. Note: submissions transmit whatever JSON you provide to the remote node — do not submit secrets or sensitive data.
Install Mechanism
No install spec; the skill is instruction-only with a small included Python script. There are no downloads, package installs, or archive extraction steps in the manifest.
Credentials
No required credentials are declared. The optional OPENALEXANDRIA_API_KEY (for submit/whoami) and OPENALEXANDRIA_BASE_URL (to override the node) are proportional and expected for this functionality.
Persistence & Privilege
always:false (normal) and the skill does not modify other skills or system config. However, because the agent may invoke the skill autonomously and the skill can submit user-provided bundles to an external node, consider limiting autonomous use or restricting the API key's scope to prevent accidental or unwanted data submission.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openalexandria - 安装完成后,直接呼叫该 Skill 的名称或使用
/openalexandria触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Phase 2: API-key based submissions (library cards), whoami + submission status, updated docs/examples.
元数据
常见问题
OpenAlexandria 是什么?
Query and submit artifacts to the OpenAlexandria federated knowledge protocol (reference node by default). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1069 次。
如何安装 OpenAlexandria?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openalexandria」即可一键安装,无需额外配置。
OpenAlexandria 是免费的吗?
是的,OpenAlexandria 完全免费(开源免费),可自由下载、安装和使用。
OpenAlexandria 支持哪些平台?
OpenAlexandria 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenAlexandria?
由 havneco(@havneco)开发并维护,当前版本 v0.2.0。
推荐 Skills