observability
v1.0.0Read traces and logs for a running environment.
By Ravi Kanchikare0 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/ravikanchikare/desktop-shell-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/observability/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/trace-reader/SKILL.md└── mcp.json
Included Skills1
Read traces for a run and explain what the agent saw and decided. Use when correlating a chat turn with the tool calls and responses behind it.
MCP servers1
- url
- http://127.0.0.1/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "observability",
"version": "1.0.0",
"description": "Read traces and logs for a running environment.",
"author": {
"name": "Ravi Kanchikare"
},
"keywords": [
"observability",
"traces"
],
"extensions": {
"com.desktop.shell": {
"publisher": "Ravi Kanchikare",
"openapi": {
"spec": "./com.desktop.shell/openapi-specs/httpbin.yaml",
"operations": {
"allow": [
"get_get",
"get_status_code"
]
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[observability on Agent Plugins Marketplace](https://pluginsmp.com/plugins/observability)