27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"name": "@rtk-ai/rtk-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "RTK plugin for OpenClaw — rewrites shell commands for 60-90% LLM token savings",
|
|
"main": "index.ts",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rtk-ai/rtk",
|
|
"directory": "openclaw"
|
|
},
|
|
"homepage": "https://github.com/rtk-ai/rtk",
|
|
"keywords": [
|
|
"rtk",
|
|
"openclaw",
|
|
"openclaw-plugin",
|
|
"token-savings",
|
|
"llm",
|
|
"cli-proxy"
|
|
],
|
|
"files": [
|
|
"index.ts",
|
|
"openclaw.plugin.json",
|
|
"README.md"
|
|
]
|
|
}
|