← Back to Skills Marketplace
oomol

QuickChart

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install oo-quickchart
Description
QuickChart (quickchart.io). Use this skill for ANY QuickChart request — reading, creating, and updating data. Whenever a task involves QuickChart, use this s...
README (SKILL.md)

QuickChart

Operate QuickChart through your OOMOL-connected account. This skill calls the quickchart connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Developer Tools, Design & Media. Exposes 3 action(s).

Running an action

QuickChart needs no account connection. Assume the oo CLI is installed and signed in. Do not run oo auth login proactively — just run the action. Fall back to First-time setup only when a command actually fails.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "quickchart" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "quickchart" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • build_chart_url — Build a QuickChart image URL from a Chart.js configuration without downloading the rendered image.
  • build_qr_url — Build a QuickChart QR code image URL for text, URLs, or other compact QR payloads.
  • create_chart_short_url — Create a QuickChart short URL for a Chart.js configuration and return the URL plus creation metadata.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change QuickChart state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Before installing, be aware that the skill depends on the OOMOL oo CLI and may send chart configuration or QR payload text to OOMOL/QuickChart. Confirm the exact payload before creating a short URL, since that action changes QuickChart state.
Capability Assessment
Purpose & Capability
The documented purpose, actions, and commands all center on QuickChart: building chart image URLs, building QR URLs, and creating QuickChart short URLs.
Instruction Scope
Runtime authority is scoped to `Bash(oo *)`, uses schema inspection before calls, and explicitly requires user confirmation before the state-changing short URL action.
Install Mechanism
The artifact is markdown-only with no executable bundled code, but its first-time setup section conditionally recommends installing the oo CLI via a remote installer if the command is missing.
Credentials
Network access through OOMOL and QuickChart is expected for this connector; chart payloads provided by the user may be sent to those services.
Persistence & Privilege
No background workers, persistence mechanisms, local indexing, deletion, or privilege escalation are present; authentication is limited to a conditional `oo auth login` if needed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-quickchart
  3. After installation, invoke the skill by name or use /oo-quickchart
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds the `oo-quickchart` skill for operating QuickChart through the OOMOL `oo` CLI. - Builds QuickChart image URLs from Chart.js configurations without downloading rendered images. - Generates QR code image URLs for text, URLs, and compact QR payloads. - Creates QuickChart short URLs for Chart.js configurations, returning the URL and creation metadata. - Documents schema-first action usage and safety guidance for state-changing short URL creation. Source: `oomol-lab/skills@e3717ff`
Metadata
Slug oo-quickchart
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is QuickChart?

QuickChart (quickchart.io). Use this skill for ANY QuickChart request — reading, creating, and updating data. Whenever a task involves QuickChart, use this s... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install QuickChart?

Run "/install oo-quickchart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is QuickChart free?

Yes, QuickChart is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QuickChart support?

QuickChart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QuickChart?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments