knowledge-intake
Process external resources into stored knowledge with quality evaluation, curation routing, and application decisions
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-memory-palace-knowledge-intakeNight Market Skill — ported from claude-night-market/memory-palace. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- What It Is
- The Intake Signal
- Quick Start
- Evaluation Framework
- Importance Criteria
- Scoring Guide
- Application Routing
- Local Codebase Application
- Meta-Infrastructure Application
- Routing Decision Tree
- Storage Locations
- The Tidying Imperative (KonMari-Inspired)
- The Master Curator
- The Two Questions
- Tidying Actions
- Marginal Value Filtering (Anti-Pollution)
- The Three-Step Filter
- Using the Filter
- Filter Output Example
- Progressive Autonomy Integration
- RL-Based Quality Scoring
- Usage Signals
- Quality Decay Model
- Source Lineage Tracking
- Knowledge Orchestrator
- RL Integration with Marginal Value Filter
- Workflow Example
- Queue Processing
- Processing Queue Entries
- Queue Integration
- Queue Status Workflow
- Automation
- Detailed Resources
- Hook Integration
- Automatic Triggers
- Hook Signals
- Deduplication
- Safety Checks
- Index Schema Alignment
- Integration
Knowledge Intake
Systematically process external resources into actionable knowledge. When a user links an article, blog post, or paper, this skill guides evaluation, storage decisions, and application routing.
When To Use
- Capturing and organizing knowledge from sessions
- Ingesting information into structured memory palaces
When NOT To Use
- Temporary notes that do not need long-term storage
- Code-only changes without knowledge capture needs
What It Is
A knowledge governance framework that answers three questions for every external resource:
- Is it worth storing? - Evaluate signal-to-noise and relevance
- Where does it apply? - Route to local codebase or meta-infrastructure
- What does it displace? - Identify outdated knowledge to prune
The Intake Signal
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-memory-palace-knowledge-intake": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure