← 返回 Skills 市场
waydelyle

SwarmRecall Knowledge

作者 Wayde · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install swarmrecall-knowledge
功能描述
Knowledge graph with entities, relations, traversal, and semantic search via the SwarmRecall API. Build and query structured knowledge graphs with vector emb...
安全使用建议
This skill appears to be a straightforward integration with the SwarmRecall hosted API. Before installing, consider the following: (1) The agent will send data (entities/relations) to swarmrecall-api.onrender.com — do not store personal or sensitive information there without explicit user consent. (2) If no SWARMRECALL_API_KEY is present, the skill directs the agent to call a register endpoint to obtain a key; require explicit user approval before the agent performs network registration or persists credentials. (3) The SKILL.md advises not to write the API key to disk without consent — follow that guidance: prefer transient in-memory use or ask the user before persisting. (4) Verify the service (homepage, privacy policy) and consider creating keys with minimal scope and rotating them if possible. (5) If you need stronger guarantees about data residency or retention, contact the service owner or avoid storing sensitive data in shared pools. Overall the skill is coherent with its stated purpose, but you should explicitly consent to any registration or persistent storage operations.
功能分析
Type: OpenClaw Skill Name: swarmrecall-knowledge Version: 1.1.0 The skill provides a legitimate interface for managing a knowledge graph via the SwarmRecall API (swarmrecall-api.onrender.com). It includes standard CRUD operations for entities and relations, semantic search capabilities, and a transparent auto-registration flow that instructs the agent to provide the user with a claim token. No evidence of data exfiltration, malicious execution, or deceptive instructions was found in SKILL.md or _meta.json.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
Name/description describe a knowledge-graph integration and the SKILL.md only requires an API key and documents HTTP endpoints on swarmrecall-api.onrender.com — these requirements match the stated capability.
Instruction Scope
Instructions are narrowly scoped to creating/reading/updating/deleting entities and relations and traversing/searching the graph. The Auto-Registration flow instructs the agent to call /register when no API key exists and to 'save' the returned apiKey to the SWARMRECALL_API_KEY environment variable; the doc also warns not to write keys to disk without consent. This is reasonable but slightly ambiguous: persisting an env var could imply writing configuration to disk, so the agent should get explicit user consent before making any persistent changes or storing sensitive data. The SKILL.md also references an optional SWARMRECALL_API_URL override (not listed in requires.env) — that's a minor omission but not harmful.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so there is no installer or remote binary download to evaluate — lowest-risk install profile.
Credentials
Only one environment variable (SWARMRECALL_API_KEY) is declared and used as the bearer token for the API. That is appropriate and proportionate for a hosted API integration.
Persistence & Privilege
always is false and the skill does not request system-level persistence or access to other skills' configuration. Autonomous invocation is allowed (the platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install swarmrecall-knowledge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /swarmrecall-knowledge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix production API base URL to swarmrecall-api.onrender.com
v1.0.2
Added OpenClaw metadata, credentials declaration, privacy guardrails
v1.0.1
Added shared pools support with poolId parameter
v1.0.0
SwarmRecall Knowledge 1.0.0 – Initial Release - Provides a knowledge graph system with entity, relation, traversal, and semantic search via the SwarmRecall API. - Supports auto-registration and API key management for secure, authenticated access. - Includes endpoints for creating, retrieving, updating, deleting, and searching entities and relations, as well as graph traversal and validation. - Outlines behavior guidelines for handling user inputs and maintaining graph integrity.
元数据
Slug swarmrecall-knowledge
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

SwarmRecall Knowledge 是什么?

Knowledge graph with entities, relations, traversal, and semantic search via the SwarmRecall API. Build and query structured knowledge graphs with vector emb... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 SwarmRecall Knowledge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install swarmrecall-knowledge」即可一键安装,无需额外配置。

SwarmRecall Knowledge 是免费的吗?

是的,SwarmRecall Knowledge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SwarmRecall Knowledge 支持哪些平台?

SwarmRecall Knowledge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SwarmRecall Knowledge?

由 Wayde(@waydelyle)开发并维护,当前版本 v1.1.0。

💬 留言讨论