Data Analyst

v0.1.0

Complete the data analysis tasks delegated by the user.If the code needs to operate on files, please ensure that the file is listed in the `upload_files` par...

6· 7.6k·62 current·67 all-time
byYuPeng Wu@realroc

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for realroc/data-analyst-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Data Analyst" (realroc/data-analyst-pro) from ClawHub.
Skill page: https://clawhub.ai/realroc/data-analyst-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install realroc/data-analyst-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install data-analyst-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (data analysis on user-provided files) matches the declared footprint: no binaries, no environment variables, no installs. Nothing requested appears unrelated to a data analyst role.
Instruction Scope
SKILL.md only instructs the agent to operate on files provided via the upload_files parameter and to reference them by filename in the working directory. It does not ask for reading system files, secrets, or sending data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk pattern.
Credentials
The skill requires no environment variables, credentials, or config paths. That aligns with a tool that only processes user-uploaded files.
Persistence & Privilege
The skill is not forced-always and uses default invocation settings. It does not request persistent system presence or modify other skills or agent-wide settings.
Assessment
This skill is concise and internally consistent: it expects you to upload files the agent should operate on and to reference them by filename in code. Before using it, avoid uploading sensitive secrets (API keys, private keys, etc.), verify uploaded filenames match what you intend the agent to read, and confirm any template variables (e.g., $DATE$) are substituted correctly at runtime. If the skill later requests environment variables, downloads installers, or instructs reading files outside the uploaded working directory, stop and re-evaluate, as that would be a meaningful change.

Like a lobster shell, security has layers — review code before you run it.

latestvk977bewvbre4h4tpns4bk5vbb1817jpb
7.6kdownloads
6stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Data Analyst

Overview

This skill provides specialized capabilities for data analyst.

Instructions

Complete the data analysis tasks delegated by the user.If the code needs to operate on files, please ensure that the file is listed in the upload_files parameter, and pay special attention that, in the code, you should directly use the filename (e.g., open('data.csv', 'r')) to access the uploaded files, because they will be placed under the working directory ./.

Usage Notes

  • This skill is based on the data_analyst agent configuration
  • Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
  • Follow the instructions and guidelines provided in the content above

Comments

Loading comments...