Skip to content

OleanderHQ/claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oleander Claude Plugin

Query and analyze data in the oleander warehouse from Claude Code or Claude Cowork.

Getting started

  1. Sign up at oleander.dev and create an API key in your account settings.

  2. Set your API key in your environment:

    export OLEANDER_API_KEY="your-api-key"
  3. Install the plugin in Claude Code:

    /plugin marketplace add anthropics/claude-plugins-community
    /plugin install oleander@claude-community
  4. Ask Claude about your data, for example:

    • "Describe oleander.default.flowers — what columns are in the table?"
    • "Show me 10 rows from oleander.default.flowers"
    • "How many rows are in oleander.default.flowers, and what are the distinct values in each column?"

Claude uses the oleander MCP server and plugin skills to explore your lake catalog and run SQL.

Local testing

Install from this marketplace

/plugin marketplace add OleanderHQ/claude-plugin
/plugin install oleander@oleander

Claude Code (--plugin-dir)

Load this repository directly while developing:

claude --plugin-dir .

Tip

Use /reload-plugins to pick up changes without restarting.

Claude Cowork

Zip this repository:

zip -r oleander.zip .

In the Claude desktop app, open CustomizeAdd pluginUpload plugin and select oleander.zip.

After each change, re-run the zip command and upload the new file to pick up updates.

Configuration

MCP connection is defined in .mcp.json:

{
  "headers": {
    "Authorization": "Bearer ${OLEANDER_API_KEY}"
  }
}

About

oleander claude plugin: skills, rules, and MCP.

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors