arcade

Publish, update, reorder, and delete pages on the Line 7 Arcade via the bundled arcade-publish CLI.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/line7works/tony-skills --skill arcade-line7works
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcade
Source: https://github.com/line7works/tony-skills/tree/main/plugins/arcade/skills/arcade
Command: npx skills add https://github.com/line7works/tony-skills --skill arcade-line7works

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Managing pages on the Line 7 Arcade (arcade.line7.works) requires driving a specific CLI against a live production site, and invoking the wrong copy of that CLI or skipping confirmation steps can publish stale code or irreversibly delete live pages. This Skill routes every operation through the bundled arcade-publish CLI and enforces safe workflows for publishing, updating, reordering, featuring, and deleting arcade pages. ## Core Features & Use Cases - Publish and update pages: Upload self-contained HTML files (10 MB max, all assets inlined) to stable slug-based URLs, with support for renaming and featuring pages. - Gallery management: List the gallery in real menu order, reorder the wall with a confirmed before/after preview, and toggle featured pins without re-uploading. - Guarded deletion: Deleting a live page always requires an explicit conversational confirmation of the slug, name, and URL before the irreversible CLI call runs. - Use Case: Tony asks to "put this page on the arcade" — the Skill resolves the bundled CLI, publishes the HTML file under a chosen slug with a display name, and reports the live URL. ## Quick Start Ask the assistant to publish a local HTML file to the arcade, for example: "Publish report.html to the arcade with the name Q3 Report."

Frequently Asked Questions about arcade

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

FAQPage Schema
How do I publish an HTML page to the Line 7 Arcade?

Run the bundled arcade-publish CLI with the publish command, passing the local HTML file, a display name, and optionally a slug and featured flag. The page goes live immediately at arcade.line7.works/arcade/<slug>.

How do I update an existing arcade page without changing its URL?

Use the update command with the page's slug and the new HTML file. The slug and public URL stay stable, and you can rename the page or toggle its featured status in the same call.

What are the HTML file requirements for arcade pages?

Each page must be one self-contained HTML file with all CSS, JS, images, and fonts inlined, since there is no sibling-asset hosting. The upload endpoint enforces a 10 MB maximum per page.

Why does the arcade CLI fail with a config or auth error?

The CLI requires ~/.config/line7/arcade.json containing the admin password and the canonical https://www.line7.works base URL. A 401 error means the stored password is stale and must be replaced with the current /admin password.

Can a deleted arcade page be recovered?

No. Deletion removes the live page and its uploaded file permanently, which is why the Skill requires an explicit conversational confirmation of the slug, name, and URL before running the delete command.