Recall

Search Nori knowledge bases and fetch full articles by ID.

149|10|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/tilework-tech/nori-profiles --skill recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Recall
Source: https://github.com/tilework-tech/nori-profiles/tree/main/src/installer/features/profiles/config/_mixins/_paid/skills/paid-recall
Command: npx skills add https://github.com/tilework-tech/nori-profiles --skill recall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires minimist, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a powerful search mechanism for your Nori knowledge base, allowing you to quickly find relevant context, solutions, and documentation from past sessions and team contributions, eliminating redundant work.

Core Features & Use Cases

  • Intelligent Search: Query the knowledge base for previous solutions, project context, and code patterns.
  • Direct Fetch: Retrieve complete articles by ID for in-depth review.
  • Iterative Discovery: Seamlessly switch between search and fetch modes to refine your information retrieval.
  • Use Case: When encountering a familiar bug, use this skill to search the knowledge base for previous debugging sessions or documented workarounds, saving hours of re-investigation.

Quick Start

Search the knowledge base for "authentication endpoint implementation details" with a limit of 5 results.

Frequently Asked Questions about Recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a knowledge base for past solutions and documentation?

Search your knowledge base to locate relevant context, solutions, and documentation from past sessions. The Skill queries your Nori installation and returns matching article snippets, enabling you to retrieve previous debugging sessions, code patterns, and team contributions without re-investigation.

Can I retrieve full articles by ID from the knowledge base?

Yes. Beyond search mode, use fetch mode to retrieve complete articles by their ID for in-depth review. This lets you switch between snippet results and full content to refine your information retrieval iteratively.

What's the fastest way to find context for a recurring bug?

Query the knowledge base with problem keywords to surface previous debugging sessions and documented workarounds instantly. This eliminates redundant investigation and retrieves solutions your team has already solved.

Does this work with my existing Nori installation?

Yes. The Skill operates within paid Nori installations, resolves your installation directories, validates credentials, and parses CLI arguments. It requires minimist as a dependency for argument handling.

How do I set a limit on search results?

Pass a limit parameter when querying the knowledge base to control how many article snippets are returned. This lets you refine result scope for faster scanning of high-relevance matches.