Skip to content

Beemo-AI/constella-openclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@openclaw/constella-openclaw

OpenClaw plugin that connects to Constella external APIs and exposes two tools:

  • constella_search_notes
  • constella_insert_note

Install

From npm (official)

openclaw plugins install @openclaw/constella-openclaw

Local dev install

openclaw plugins install -l /Users/tejas1/Documents/Constella\ Codebases/third_party/constella-openclaw

Configure

Set plugin config in your OpenClaw config file:

{
  "plugins": {
    "entries": {
      "constella-openclaw": {
        "enabled": true,
        "config": {
          "baseUrl": "https://fastfind.app",
          "apiKey": "csk_your_key_here"
        }
      }
    }
  }
}

Enable the tools

Optional plugin tools must be allowlisted:

{
  "agents": {
    "list": [
      {
        "id": "main",
        "tools": {
          "allow": [
            "constella_search_notes",
            "constella_insert_note"
          ]
        }
      }
    ]
  }
}

API endpoints used

  • POST /constella-external-api/retrieve-info
  • POST /constella-external-api/insert-note

Auth header sent by this plugin:

  • x_access_key: csk_...

About

Constella plugin for OpenClaw - integrate Constella's context-aware automation with OpenClaw's personal AI assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors