
Alhazen Core
- 19 repo stars
- Updated July 27, 2026
- sciknow-io/skillful-alhazen
alhazen-core is a plugin marketplace that provisions TypeDB via Docker and supplies graph-backed agent memory, notebooks, and web search skills.
About
The alhazen-core marketplace from Skillful Alhazen is a six-plugin Claude bundle centered on TypeDB as durable infrastructure for agent memory. developers experimenting with long-horizon agents face fragmented context windows; this stack proposes a graph-native alternative where entities, episodes, and claims persist outside the chat transcript. Install alhazen-core first: it handles Docker bootstrap, database creation, and schema loading so downstream skills do not fail on missing infra. agentic-memory and typedb-notebook layers turn that foundation into browsable knowledge—remembering decisions, organizing note collections, and recalling them during build tasks. The web-search plugin rounds out research loops without leaving the agent toolchain. Complexity sits at intermediate because you manage Docker and graph concepts, but the marketplace encodes setup order explicitly. Use it during build when wiring custom agents, during idea research when you want queries logged to memory, and during operate iteration when you refine schemas. It is a curated marketplace of cooperating skills, not one monolithic MCP binary; pair it with Claude Code when local, auditable memory matters mor
- Six Apache-2.0 plugins: alhazen-core, agentic-memory, typedb-notebook, web-search, plus companion skills in the same mar
- alhazen-core auto-starts TypeDB with Docker, creates the database, and loads base schema—documented install-first depend
- agentic-memory exposes schema browser, entity explorer, session episodes, and memory claims on the graph
- typedb-notebook stores and retrieves notes and collections inside the knowledge graph
- web-search skill adds SearXNG-oriented web retrieval aligned with the graph stack
Alhazen Core by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add sciknow-io/skillful-alhazenAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 19 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | sciknow-io/skillful-alhazen ↗ |
What it does
Register Alhazen when you want a local TypeDB knowledge graph that boots via Docker and backs agent memory, notes, and web search in Claude workflows.
Who is it for?
Best when you're crafting personal or agents and want local TypeDB memory, structured recall, and optional SearXNG search in one marketplace.
Skip if: Skip if you only need a hosted vector database with no Docker setup or no interest in graph schemas.
What you get
After registration, you can bootstrap TypeDB once, persist episodes and notes in the graph, and recall them from Claude through the bundled memory and notebook plugins.
- Running TypeDB instance with base schema loaded
- Queryable agent memory: entities, episodes, and claims
- Note collections and web-search augmented research inside the same stack
By the numbers
- Marketplace lists 6 plugins at version 0.1.0 (Apache-2.0)
- alhazen-core is the mandatory first install for database and schema setup
- Includes dedicated agentic-memory, typedb-notebook, and web-search skill plugins
Plugins in this marketplace
6 plugins - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
TypeDB-centric multi-skill marketplace for agent memory, not a single lightweight notes MCP or generic SQL plugin.
FAQ
Who is Alhazen Core for?
It is for developers and agent developers who want Apache-licensed TypeDB infrastructure plus memory, notebook, and search skills inside Claude Code.
When should I use Alhazen Core?
Use it when starting a graph-backed agent project—install Alhazen Core before agentic-memory or typedb-notebook—and whenever you need durable recall across build and research sessions.
How do I add Alhazen Core to my agent?
Add the sciknow-io/skillful-alhazen marketplace in Claude Code, install Alhazen Core first to start Docker and load schema, then enable agentic-memory, typedb-notebook, and web-search as needed.