← Back to Skills Marketplace
148
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install swarmrecall-knowledge
Description
Knowledge graph with entities, relations, traversal, and semantic search via the SwarmRecall API. Build and query structured knowledge graphs with vector emb...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarmrecall-knowledge - After installation, invoke the skill by name or use
/swarmrecall-knowledge - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is SwarmRecall Knowledge?
Knowledge graph with entities, relations, traversal, and semantic search via the SwarmRecall API. Build and query structured knowledge graphs with vector emb... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install SwarmRecall Knowledge?
Run "/install swarmrecall-knowledge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SwarmRecall Knowledge free?
Yes, SwarmRecall Knowledge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SwarmRecall Knowledge support?
SwarmRecall Knowledge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SwarmRecall Knowledge?
It is built and maintained by Wayde (@waydelyle); the current version is v1.1.0.
More Skills