raccoon-dataanalysis

Delegate Excel/CSV data analysis and visualization to the RACCOON API.

175|17|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/SenseTime-Copilot/raccoon-dataanalysis-skill --skill raccoon-dataanalysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raccoon-dataanalysis
Source: https://github.com/SenseTime-Copilot/raccoon-dataanalysis-skill/tree/main
Command: npx skills add https://github.com/SenseTime-Copilot/raccoon-dataanalysis-skill --skill raccoon-dataanalysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

Remote data analysis and visualization capabilities that leverage a remote API to perform data processing, charting, and code execution, avoiding local data handling.

Core Features & Use Cases

  • Remote data analysis sessions with file uploads and multi-turn conversations
  • Data visualization and chart generation via the remote API
  • Safe sandboxed code execution and artifact retrieval for reproducible insights
  • Supports Excel/CSV inputs and streaming feedback during analysis

Quick Start

Upload your file to the RACCOON API and start a multi-turn analysis session to generate insights and visuals.

Frequently Asked Questions about raccoon-dataanalysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform remote data analysis on Excel and CSV files without local processing?

Remote data analysis delegates processing to an external API, allowing you to analyze Excel and CSV inputs and generate visuals securely in a sandboxed environment without handling data locally.

Can I use a remote API to generate data visualizations from uploaded files?

Yes, you can use a remote API to generate data visualizations by uploading your files to start a multi-turn analysis session, which returns charts and analytical artifacts directly from the sandbox.

What is the best way to maintain context during multi-turn data analysis sessions?

Maintaining context during multi-turn data analysis sessions is handled through session management features, allowing you to upload files and conduct continuous conversations with streaming feedback for reproducible insights.

Does remote data analysis support streaming feedback for long-running code execution?

Remote data analysis supports streaming feedback during code execution by utilizing SSE-based streaming, which returns results and generated visuals progressively as the sandboxed processing completes.

How do I retrieve artifacts and charts after running code in a sandboxed environment?

You retrieve artifacts and charts after running sandboxed code by requesting artifact retrieval through the remote API, ensuring the visual outputs and data insights from your session are safely exported.

Do I need the requests library to connect to a remote data analysis API?

Yes, you need the requests library as a dependency to connect your environment to the remote data analysis API, which manages authentication, file uploads, and the streaming session responses.