Lamindb

🌐Community
by ovachiever · vlatest · Repository

Lamindb seamlessly integrates with Obsidian to create a powerful, searchable knowledge base by automatically linking notes and managing your vault.

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 ovachiever-lamindb npx -- -y @trustedskills/ovachiever-lamindb
2

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

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

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

About This Skill

What it does

The ovachiever-lamindb skill provides access to and interaction with a LamiDB database. This allows AI agents to store, retrieve, and manage data in a structured format. It enables persistent memory and knowledge management for the agent beyond its immediate context window.

When to use it

  • Persistent Task Management: An agent needs to remember completed tasks and their status across multiple sessions.
  • Knowledge Base Storage: The agent requires a place to store facts, rules, or other information that it can access later.
  • User Profile Management: An agent managing user data (preferences, history) needs a reliable storage solution.
  • Complex Reasoning & Planning: The skill facilitates storing intermediate steps and plans for multi-stage tasks.

Key capabilities

  • Database interaction via structured prompts
  • Data storage and retrieval
  • Persistent memory management
  • Structured data organization

Example prompts

  • "Add a new task to my todo list: 'Buy groceries'."
  • "What's the current status of task 'Plan vacation'?"
  • "Store this information in my knowledge base: The capital of France is Paris."
  • “Retrieve all tasks with priority ‘high’ from my todo list.”

Tips & gotchas

The skill requires a LamiDB database to be set up and accessible. Ensure the agent has the correct connection details (API key, URL) configured for successful interaction.

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.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ovachiever
Installs
24

🌐 Community

Passed automated security scans.