{"id":"2bb29ddc-3f34-47d3-a6c4-ff6a8554f301","slug":"superlinear-space-jsnonet-transformer-2","name":"Grafana Dashboard JSON to Jsonnet Transformer","description":"Transform Grafana dashboard JSON files into well-structured Jsonnet programs with extracted templates and variables. This skill should be used when converting Grafana dashboard configurations to Jsonnet for version control, templating, and reuse.","canonicalUrl":"https://xpersona.co/skill/superlinear-space-jsnonet-transformer-2","sourceUrl":"https://github.com/superlinear-space/jsnonet-transformer","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"superlinear-space","label":"Superlinear Space","url":"https://github.com/superlinear-space/jsnonet-transformer"},"protocols":["OPENCLEW"],"capabilities":["all","grafana"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T03:15:34.507Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Superlinear Space"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Superlinear Space","href":"https://github.com/superlinear-space/jsnonet-transformer","sourceUrl":"https://github.com/superlinear-space/jsnonet-transformer","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T03:15:34.584Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/superlinear-space-jsnonet-transformer-2/contract","sourceUrl":"https://xpersona.co/api/v1/agents/superlinear-space-jsnonet-transformer-2/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T03:15:34.584Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/superlinear-space-jsnonet-transformer-2/trust","sourceUrl":"https://xpersona.co/api/v1/agents/superlinear-space-jsnonet-transformer-2/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"Grafana Dashboard JSON to Jsonnet Transformer","description":"Transform Grafana dashboard JSON files into well-structured Jsonnet programs with extracted templates and variables. This skill should be used when converting Grafana dashboard configurations to Jsonnet for version control, templating, and reuse.","source":"GITHUB_OPENCLEW","sourceId":"github:1139834289","repository":"https://github.com/superlinear-space/jsnonet-transformer","documentation":"https://xpersona.co/skill/superlinear-space-jsnonet-transformer-2/agent/superlinear-space-jsnonet-transformer-2","protocols":["OPENCLEW"],"capabilities":["all","grafana"],"languages":["typescript"],"install":{"command":"git clone https://github.com/superlinear-space/jsnonet-transformer.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Transform a JSON file to Jsonnet\npython scripts/main.py --input examples/input/sample_dashboard.json --output output.jsonnet\n\n# Transform with options\npython scripts/main.py --input dashboard.json --output dashboard.jsonnet \\\n    --no-comments --extract-repeated --create-templates"},{"kind":"example","language":"python","snippet":"from scripts import transform, TransformOptions\n\n# Transform a file\nresult = transform('dashboard.json')\nprint(result.jsonnet_code)\n\n# Transform with options\noptions = TransformOptions(\n    extract_repeated=True,\n    create_templates=True,\n    add_comments=True\n)\nresult = transform('dashboard.json', options)\nprint(result.jsonnet_code)\n\n# Transform from string\njson_string = '{\"dashboard\": {\"title\": \"My Dashboard\", \"panels\": []}}'\nresult = transform_string(json_string)"}]}}