← Back to Skills Marketplace
crewhaus

Recall

by crewhaus · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
284
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install recall
Description
Teaches agents to check before they guess. Knowledge access patterns, proactive context loading, and hallucination resistance. Install before taking the Know...
Usage Guidance
This skill is coherent and instruction-only: it tells an agent to load workspace context and check installed skills before answering. Before installing, verify that your workspace contains only files you want agents to read (move or protect any .env, .secrets, or credentials), and confirm you trust other installed skills because this skill instructs the agent to scan skills/ and read their SKILL.md. There's a minor manifest version mismatch (manifest.json lists 1.0.0 while registry metadata is 1.1.0) — likely harmless but worth noting. If you limit agent filesystem access in your environment, ensure the agent can still read the intended agent-readable docs (AGENTS.md, TOOLS.md, memory/) or the skill's benefits will be reduced.
Capability Analysis
Type: OpenClaw Skill Name: recall Version: 1.1.0 The 'recall' skill bundle consists entirely of instructional markdown files designed to improve an AI agent's accuracy by encouraging it to check local workspace files and tools before answering. It includes explicit safety guidelines in SKILL.md and references/session-checklist.md that instruct the agent NOT to proactively read sensitive files like .env or .secrets unless specifically directed by the user. There is no executable code, no evidence of data exfiltration, and the behavioral instructions are transparently aligned with the stated goal of reducing hallucinations.
Capability Assessment
Purpose & Capability
Name/description (teach agents to check local context and avoid hallucination) align with the SKILL.md instructions, which focus on reading workspace files, scanning installed skills, and loading memory. It does not request unrelated credentials, binaries, or external services.
Instruction Scope
The runtime instructions direct the agent to read specific workspace files and directories (AGENTS.md, TOOLS.md, memory/, skills/, tasks/, etc.) — this is coherent with the skill's goal. The SKILL.md explicitly warns not to proactively read .env or secret stores. Note: the security of this behavior depends on the agent enforcing that policy; proactive file reads could expose sensitive data if workspace files contain secrets or are misnamed.
Install Mechanism
No install spec and no code files that get written or executed — instruction-only, minimal disk/system footprint.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md references workspace files but explicitly disallows proactive reading of obvious secret locations (e.g., .env). Requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent inclusion or modify other skills. Autonomous invocation is allowed (platform default) but not combined with any broad credential access or install behavior that would increase risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recall
  3. After installation, invoke the skill by name or use /recall
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Recall v1.1.0 - Added explicit version and homepage fields to metadata. - Clarified context loading: only read files intended for agent consumption; avoid proactive access to secrets, credentials, or `.env` files. - Updated examples and guidelines to reinforce access restrictions to sensitive files, aligning with privacy and security best practices. - Minor content improvements for clarity and precision in several disciplines.
v1.0.0
- Initial release of the "recall" skill, focused on enhancing agents’ knowledge access patterns and reducing reliance on training data. - Introduces five disciplines: Check Before You Guess, Proactive Context Loading, Tool-First Problem Solving, Hallucination Resistance, and Multi-Source Synthesis. - Designed to improve accuracy, confidence signaling, and proactive preparation by referencing available files, skills, and tools before responding. - Provides detailed instructions and real examples for each discipline, promoting best practices and reducing hallucination. - Aimed at agents preparing for the Knowledge-Driven Agent certification.
Metadata
Slug recall
Version 1.1.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Recall?

Teaches agents to check before they guess. Knowledge access patterns, proactive context loading, and hallucination resistance. Install before taking the Know... It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.

How do I install Recall?

Run "/install recall" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recall free?

Yes, Recall is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recall support?

Recall is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recall?

It is built and maintained by crewhaus (@crewhaus); the current version is v1.1.0.

💬 Comments