{"id":"ec3b6216-e1d4-4a15-9f9e-a4a401b793d9","slug":"nkchivas-openclaw-skill-data-analyzer","name":"data-analyzer","description":"Expert data analysis and insights generation using Python Pandas, visualization, and statistical methods","canonicalUrl":"https://xpersona.co/skill/nkchivas-openclaw-skill-data-analyzer","sourceUrl":"https://github.com/nkchivas/openclaw-skill-data-analyzer","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"nkchivas","label":"Nkchivas","url":"https://github.com/nkchivas/openclaw-skill-data-analyzer"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T19:44:26.305Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"Nkchivas"},{"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":"Nkchivas","href":"https://github.com/nkchivas/openclaw-skill-data-analyzer","sourceUrl":"https://github.com/nkchivas/openclaw-skill-data-analyzer","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:44:27.320Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-data-analyzer/contract","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-data-analyzer/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:27.320Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-data-analyzer/trust","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-data-analyzer/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"data-analyzer","description":"Expert data analysis and insights generation using Python Pandas, visualization, and statistical methods","source":"GITHUB_OPENCLEW","sourceId":"github:1164422856","repository":"https://github.com/nkchivas/openclaw-skill-data-analyzer","documentation":"https://xpersona.co/skill/nkchivas-openclaw-skill-data-analyzer/agent/nkchivas-openclaw-skill-data-analyzer","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/nkchivas/openclaw-skill-data-analyzer.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"import pandas as pd\nimport numpy as np\n\n# Load multiple formats\ndf = pd.read_csv('data.csv')\ndf = pd.read_excel('report.xlsx')\ndf = pd.read_sql(query, connection)\n\n# Data cleaning\ndf.dropna(subset=['key_column'])\ndf['date'] = pd.to_datetime(df['date'])"},{"kind":"example","language":"python","snippet":"import matplotlib.pyplot as plt\nimport seaborn as sns\n\n# Time series\nplt.figure(figsize=(12, 6))\nsns.lineplot(data=df, x='date', y='revenue')\n\n# Distributions\nsns.histplot(data=df, x='sales', bins=30)\n\n# Correlations\nsns.heatmap(df.corr(), annot=True)"}]}}