Openclaw Skill banner
rolandpg rolandpg

Openclaw Skill

Security community

Description

--- name: zettelforge description: "ZettelForge v2.0.0 — CTI agentic memory system. Hybrid TypeDB (STIX 2.1) + LanceDB (vectors). Zero external AI. 75% CTI accuracy, 111ms p50. Use for: storing/recalling threat intel, entity extraction, graph traversal, RAG synthesis, OpenCTI sync." --- # ZettelForge v2.0.0: CTI Agentic Memory Store, recall, and synthesize threat intelligence. All systems operational. ## API ```python from zettelforge import MemoryManager mm = MemoryManager() # Store note,

Installation

Installs to ~/.claude/skills/rolandpg-zettelforge-openclaw-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rolandpg-zettelforge-openclaw-skill && curl -fsSL https://raw.githubusercontent.com/rolandpg/zettelforge/HEAD/skills/openclaw-skill.md -o ~/.claude/skills/rolandpg-zettelforge-openclaw-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository