tony

Execute sandboxed JavaScript to generate charts, reports, and data transformations.

3|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/GunjanGrunge/rrq --skill tony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tony
Source: https://github.com/GunjanGrunge/rrq/tree/main/skills/tony
Command: npx skills add https://github.com/GunjanGrunge/rrq --skill tony

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a secure, sandboxed environment for executing JavaScript code, enabling agents to generate dynamic content like charts, reports, and data transformations without direct access to the underlying infrastructure.

Core Features & Use Cases

  • Code Execution: Runs JavaScript code in an isolated child process.
  • Dynamic Content Generation: Creates visuals (charts, animations), scrapers, and data processing reports.
  • Agent Collaboration: Acts as an execution arm for other agents like MUSE, REX, and ORACLE.
  • Use Case: An agent can request TONY to generate a bar chart comparing product sales data, which TONY then renders and returns as a shareable asset.

Quick Start

Use the tony skill to generate a bar chart comparing GPU performance using the provided data.

Frequently Asked Questions about tony

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

FAQPage Schema
How do I execute JavaScript code in a sandbox to generate data visualizations?

Sandboxed JavaScript execution runs your code in an isolated child process to generate data visualizations securely. This approach prevents direct infrastructure access while enabling dynamic content creation like charts and reports.

Can I generate dynamic reports and charts using agent-driven code execution?

Agent-driven code execution facilitates dynamic report and chart generation by acting as an execution arm for agents. An agent can request a bar chart comparing data, which the engine renders and returns as a shareable asset.

What JavaScript libraries do I need to render charts and animations in a sandbox?

Rendering charts and animations in a sandbox requires a JavaScript runtime with specific libraries like Remotion and Recharts. These libraries provide the output generation capabilities needed for dynamic visual content.

How do I run web scrapers and data transformations securely without server access?

Running web scrapers and data transformations securely involves executing JavaScript code in an isolated child process. This sandboxed environment enables on-demand data processing without granting direct access to the underlying infrastructure.

Does sandboxed code execution work with other agents for content creation?

Sandboxed code execution works with other agents by acting as a collaboration execution arm. It facilitates agent-driven content creation and data processing for agents like MUSE, REX, and ORACLE to generate required assets.

What are the limitations of running scrapers and data processing in an isolated child process?

Running scrapers and data processing in an isolated child process limits direct access to the underlying infrastructure. It requires specific libraries like Remotion and Recharts to be present in the JavaScript runtime for successful output generation.