The plugin uses ComponentWriter from @karmaniverous/jeeves to periodically write a ## Meta section into the workspace TOOLS.md file. The OpenClaw gateway reads this file fresh on each new session, making synthesis stats available in the agent's system prompt.
The injected section includes:
createAsyncContentCache() bridges the async HTTP fetch to the sync generateToolsContent() interface. First cycle returns a placeholder; subsequent cycles return the last successfully fetched data.All section management is handled by @karmaniverous/jeeves core:
If the meta service is unreachable, the section displays an ACTION REQUIRED block with troubleshooting guidance instead of entity stats. If the service is reachable but no .meta/ entities are discovered, a guidance block directs to the skill's Bootstrapping section.