Skip to content

Commit 37b4ef9

Browse files
authored
Merge pull request #958 from mnfst/npmjs-tags
Update npm keywords and description for discoverability
2 parents c44e647 + 3171e39 commit 37b4ef9

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

.changeset/npmjs-tags-update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"manifest": patch
3+
---
4+
5+
Update npm package description and keywords to reflect all features: LLM routing, cost optimization, multi-provider support, privacy-first architecture, and real-time analytics

packages/openclaw-plugin/package.json

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "manifest",
33
"version": "5.19.0",
4-
"description": "Observability plugin for OpenClaw — traces, metrics, and cost tracking for your AI agent",
4+
"description": "LLM router and observability plugin for OpenClaw — smart model routing, real-time cost tracking, and telemetry for your AI agents",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"author": "MNFST Inc.",
@@ -46,22 +46,39 @@
4646
"openclaw",
4747
"openclaw-plugin",
4848
"openclaw-extension",
49-
"openclaw-observability",
5049
"clawdbot",
5150
"moltbot",
5251
"manifest",
52+
"llm-router",
53+
"llm-routing",
54+
"model-routing",
55+
"ai-gateway",
56+
"llm-proxy",
57+
"smart-routing",
58+
"cost-tracking",
59+
"cost-optimization",
60+
"cost-saving",
5361
"observability",
54-
"opentelemetry",
55-
"tracing",
56-
"monitoring",
57-
"ai-agent",
5862
"ai-observability",
5963
"llm-monitoring",
60-
"token-tracking",
61-
"cost-tracking",
64+
"opentelemetry",
6265
"otlp",
6366
"telemetry",
64-
"agent-analytics"
67+
"tracing",
68+
"ai-agent",
69+
"agent-analytics",
70+
"token-tracking",
71+
"multi-provider",
72+
"openai",
73+
"anthropic",
74+
"claude",
75+
"gemini",
76+
"openrouter-alternative",
77+
"ai-dashboard",
78+
"real-time-analytics",
79+
"llm-cost",
80+
"privacy-first",
81+
"local-first"
6582
],
6683
"dependencies": {
6784
"@nestjs/cache-manager": "^3.1.0",

0 commit comments

Comments
 (0)