๐Ÿ“š

Loom Learning Graph

๐ŸŒCommunity
by pepicrft ยท v1.0.0 ยท MITRepository

Build and expand a personal knowledge graph with spaced repetition reviews. Organizes learning paths as atomic nodes with prerequisites, unlocks, and check-yourself prompts.

Install on your platform

We auto-selected Claude Code based on this skillโ€™s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add openclaw-loom npx -- -y @trustedskills/openclaw-loom
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "openclaw-loom": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openclaw-loom"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

OpenClaw Loom transforms your learning materials into an interactive graph of interconnected knowledge. It combines mastery learning with spaced repetition and retrieval practice, allowing you to track progress through nodes, paths, and context captures all indexed for fast search within Markdown and QMD files. The system automatically recommends next steps and unlocks content based on your performance.

When to use it

  • Structured Learning: Organize complex topics like Nix configuration or German grammar into a clear learning path with prerequisites and dependencies.
  • Mastery Tracking: Monitor progress through a curriculum, ensuring each concept is truly understood before moving on.
  • Real-World Application: Integrate "context captures" โ€“ real-life situations โ€“ to apply learned concepts in practical scenarios.
  • Efficient Review: Leverage spaced repetition scheduling to reinforce knowledge and prevent forgetting.

Key capabilities

  • Learning graph with prerequisites, unlocks, and mastery states
  • Spaced repetition scheduling with review ratings
  • Next-node recommendations with automatic unlocks
  • Context captures for real-life application
  • Local-first Markdown/QMD library with folder structure
  • Semantic search using QMD indexing

Example prompts

  • "Show me my next recommended node in the Nix path."
  • "What are the prerequisites for understanding 'nix/derivations'?"
  • "Review all nodes due today."

Tips & gotchas

  • Nodes should be narrow, testable, and self-contained to maximize effectiveness.
  • Use wikilinks (e.g., [[nix/derivations]]) within notes to connect them to other nodes in your learning graph.

Tags

๐Ÿ›ก๏ธ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates โ€” what you install today is exactly what was reviewed and verified.

Verified Commit2c0f2be9 โ†’

Installing this skill downloads the exact code at commit 2c0f2be9, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
pepicrft
Installs
0

๐ŸŒ Community

Passed automated security scans.

Pinned commit2c0f2be9

Install command fetches the verified snapshot, not the live repository.