ai-ecoverse

38 mods across 1 repository, 58 stars between them.

playwright-cli-e2e

01

ai-ecoverse/slicc

Skill Claude Code

Use this when you need to test or QA the playwright-cli browser-automation command, re-run the browser-automation test session, check playwright-cli for regressions, or verify that browser automation still works after a change. Covers a repeatable 12-group e2e session: a pcli-e2e runner that automates the…

not rated 30 yesterday A 138 tokens original Apache-2.0

automation

02

ai-ecoverse/slicc

Skill Claude Code

Use this when setting up event-driven automation in SLICC — webhooks, cron tasks, or filesystem watchers that route events to a scoop or cone. Covers webhook, crontask, and fswatch shell commands. Read this BEFORE wiring up anything that should fire on a schedule, an HTTP call, or a VFS change.

not rated 30 yesterday A 77 tokens original Apache-2.0

biome

03

ai-ecoverse/slicc

Skill Claude Code

Use this when checking, linting, or formatting code with SLICC's biome shell command. Covers its ipk prerequisites, config discovery, check, lint, and format modes, exit codes, and plain or JSON reporters.

not rated 30 yesterday A 52 tokens original Apache-2.0

cherry

04

ai-ecoverse/slicc

Skill Claude Code

Use this when a cherry target is connected — a third-party host web page that has embedded a SLICC follower via the @ai-ecoverse/cherry SDK and lent itself to you (a cloud-cone leader) as a driveable, capability-limited browser target. Covers what you can and cannot do with a cherry target (navigate / screenshot /…

not rated 30 yesterday A 119 tokens original Apache-2.0

delegation

05

ai-ecoverse/slicc

Skill Claude Code

Use this when deciding whether to do work yourself or delegate to a scoop, when fanning out parallel scoops, or when picking models for sub-agents. Covers scoop lifecycle (when to drop), parallel orchestration (scoopmute, scoopunmute, scoopwait), one-shot ephemeral sub-agents via the agent shell command, and model…

not rated 30 yesterday A 101 tokens original Apache-2.0

dips

06

ai-ecoverse/slicc

Skill Claude Code

Use this whenever a response could benefit from richer visualization, guided interaction, or a touch of fun — pickers, calculators, sliders, mini explorers, charts, animated demos, choose-your-own-adventure prompts, anything that lands better as a hydrating widget than as plain prose. Dips are ephemeral shtml code…

not rated 30 yesterday A 129 tokens original Apache-2.0

dns

07

ai-ecoverse/slicc

Skill Claude Code

Use this when resolving DNS records or troubleshooting names and addresses with SLICC's built-in dig command. Covers record and reverse queries, supported DNS-over-HTTPS resolvers and fallback, output modes, version flags, and accepted +opts.

not rated 30 yesterday A 54 tokens original Apache-2.0

ffmpeg

08

ai-ecoverse/slicc

Skill Claude Code

Use this when encoding, remuxing, filtering, or probing media with SLICC's ffmpeg / ffprobe shell commands. Covers the shared @ffmpeg/core ipk install, what the emulated ffprobe can and cannot do, and the Remotion- shaped channel / duration / container queries agents actually write.

not rated 30 yesterday A 79 tokens original Apache-2.0

handoff

09

ai-ecoverse/slicc

Skill Claude Code

Use this when you receive a Navigate Event lick — emitted whenever the user opens a tab whose main-frame response advertises a SLICC handoff via an RFC 8288 Link header. Covers both verbs: handoff: renders a human approval card and acts on accept (never auto-accept, never fetch before approval); upskill: installs via…

not rated 30 yesterday A 95 tokens original Apache-2.0

image-processing

10

ai-ecoverse/slicc

Skill Claude Code

Use this when converting, resizing, cropping, stitching, or annotating images; building a filmstrip, contact sheet, or grid; correcting orientation or color; turning a PDF into PNG or JPEG images; reading a PDF's text layer; or applying common ImageMagick-style effects with SLICC's convert / magick, pdftoppm, and…

not rated 30 yesterday A 90 tokens original Apache-2.0

meminfo

11

ai-ecoverse/slicc

Skill Claude Code

Use this when investigating memory pressure, suspected leaks, or out-of-memory crashes in the SLICC runtime (kernel worker, realms, WASM commands like vpod/ffmpeg/python3). Covers the meminfo shell command, how to read its breakdown, and its isolation prerequisite.

not rated 30 yesterday A 64 tokens original Apache-2.0

mount

12

ai-ecoverse/slicc

Skill Claude Code

Use this whenever the user asks to mount anything — local folders, S3 buckets, S3-compatible services (Cloudflare R2, MinIO), or Adobe da.live / AEM Document Authoring repos. Read this skill BEFORE deciding which backend to use; do NOT default to a local file picker when the user names a remote service. Covers…

not rated 30 yesterday A 146 tokens original Apache-2.0

package-execution

13

ai-ecoverse/slicc

Skill Claude Code

Use this when the user asks to run or install a JavaScript/npm package with npx or ipx, or to run a package.json script with npm run. Covers built-in hints, any required ipk add bootstrap, the --force bypass, and how script bodies resolve installed bins.

not rated 30 yesterday A 75 tokens original Apache-2.0

playwright-cli

14

ai-ecoverse/slicc

Skill Claude Code

Use this whenever the user asks to browse, navigate, click, fill a form, scrape, take a screenshot, or otherwise interact with a web page. SLICC drives the browser through the playwright-cli shell command (also aliased as playwright and puppeteer). Read this BEFORE running any browser automation: every tab-operating…

not rated 30 yesterday A 103 tokens original Apache-2.0

skill-authoring

15

ai-ecoverse/slicc

Skill Claude Code

Use this when the user wants to write a new skill, edit an existing one, or understand SLICC's skill system. Covers SKILL.md frontmatter (name, description, allowed-tools), how to write a description that triggers reliably, native /workspace/skills/ vs compatibility .agents/ / .claude/skills/ discovery, and when to…

not rated 30 yesterday A 101 tokens original Apache-2.0

slicc

16

ai-ecoverse/slicc

Skill Claude Code

Use this when you need to reach ANOTHER SLICC instance — ask its agent a question, run a command in its virtual shell, or watch what it is doing — given its tray join URL. Covers the three client verbs (prompt, exec, watch), how attachments are named and reused, and the two distinctions that matter: slicc is the…

not rated 30 yesterday B 112 tokens original Apache-2.0

sprinkles

17

ai-ecoverse/slicc

Skill Claude Code

Use this when the user wants a persistent UI panel — a dashboard, form, editor, report, or visualization that lives alongside the chat. Sprinkles are .shtml files under /shared/sprinkles/ rendered in the side rail or as a full-screen tab. For ephemeral inline widgets, use dips instead. Covers creation, modification…

not rated 30 yesterday A 112 tokens original Apache-2.0

ssh

18

ai-ecoverse/slicc

Skill Claude Code

Use this when you need to run a shell command on a connected tray follower — specifically a slicc … follow CLI follower that lent its machine as an exec target. Covers discovering targets (host, ssh --list), running commands (ssh ), what a runner is, timeouts and Ctrl+C, and the important trust boundary: the command…

not rated 30 yesterday B 110 tokens original Apache-2.0

theme

19

ai-ecoverse/slicc

Skill Claude Code

Use this when the user wants to change the SLICC UI appearance — switch preset themes, create custom themes, adjust colors, toggle the animated background, or export/import theme files. Covers the theme shell command, full token reference, and the JSON format for programmatic theming.

not rated 30 yesterday A 61 tokens original Apache-2.0

transcript-export

20

ai-ecoverse/slicc

Skill Claude Code

Use when the user asks to export, save, or download a transcript or session history. Covers active-session export, archived (frozen) session export, ZIP bundle layout, redaction guarantees, and the correct session export shell syntax. Also explains what happens to credentials and reasoning blocks in the exported…

not rated 30 yesterday A 69 tokens original Apache-2.0

upgrade

21

ai-ecoverse/slicc

Skill Claude Code

Use this when you receive an [Upgrade Event: x.y.z→a.b.c] lick — fired on boot whenever the bundled SLICC version differs from the previous run. The lick renders a binary action card: lickconfirm to Update workspace files (three-way merge of bundled vfs-root files against the user's local edits) or lickdismiss to…

not rated 30 yesterday A 132 tokens original Apache-2.0

v86

22

ai-ecoverse/slicc

Skill Claude Code

Use this when booting or driving an x86 virtual machine with SLICC's v86 shell command. Covers the ipk prerequisite, BIOS setup, QEMU-flavored boot flags, and the screenshot/text/type/mouse interaction loop for agents.

not rated 30 yesterday A 56 tokens original Apache-2.0

welcome

23

ai-ecoverse/slicc

Skill Claude Code

Use this when you receive a [Sprinkle Event: welcome] lick with action: 'onboarding-complete-with-provider' — fired exactly once after the user finishes the first-run wizard and validates an LLM provider. Send a short personalized reply (greet by name, react to provider/model, three follow-up actions: obvious +…

not rated 30 yesterday A 150 tokens original Apache-2.0

workflows

24

ai-ecoverse/slicc

Skill Claude Code

Use this when a task is a fan-out/aggregate job worth orchestrating in code rather than doing turn-by-turn: codebase-wide sweeps, large migrations, multi-source research you cross-check, or multi-angle planning. Covers authoring a workflow (the meta block + the agent/parallel/pipeline/phase/log API), running it…

not rated 30 yesterday A 111 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: