@karmaniverous/jeeves-meta-openclaw
v0.2.0
Published
OpenClaw plugin for jeeves-meta — synthesis tools and virtual rule registration
Readme
@karmaniverous/jeeves-meta-openclaw
OpenClaw plugin for jeeves-meta. A thin HTTP client that registers interactive tools and maintains dynamic TOOLS.md content.
Features
- Four interactive tools —
meta_list,meta_detail,meta_trigger,meta_preview - MetaServiceClient — HTTP client delegating all operations to the running service
- TOOLS.md injection — periodic refresh of entity stats and tool listing in the agent's system prompt
- Dependency health — shows warnings when watcher/gateway are degraded
- Consumer skill —
SKILL.mdfor agent integration
Install
npm install @karmaniverous/jeeves-meta-openclawThen run the CLI installer to register with the OpenClaw gateway:
npx @karmaniverous/jeeves-meta-openclaw installConfiguration
The plugin resolves the service URL in order:
- Plugin config
serviceUrlinopenclaw.json JEEVES_META_URLenvironment variable- Default:
http://127.0.0.1:1938
{
"plugins": {
"entries": {
"jeeves-meta-openclaw": {
"enabled": true,
"config": {
"serviceUrl": "http://127.0.0.1:1938"
}
}
}
}
}Documentation
- Plugin Setup — installation, config, lifecycle
- Tools Reference — meta_list, meta_detail, meta_trigger, meta_preview
- Virtual Rules — watcher inference rules
- TOOLS.md Injection — dynamic prompt generation
License
BSD-3-Clause
