adobe-express-core

adobe-express-core is a skill for Claude Code, Codex from Sandgrouse/adobe-express-dev-skill. It costs 50 tokens per session (1,867 once invoked), scanned A, original, no licence file.

A development guide for building Adobe Express add-ons, which are extensions that run inside Adobe Express. It explains the two runtime areas, project setup, MCP server configuration, and manifest checks.

In plain words
What is it for?
Use it when starting an Adobe Express add-on, configuring its local project or MCP servers, or checking its manifest.
Why use it?
It helps you understand where add-on code runs and avoid setup or configuration mistakes caused by the iframe and sandbox boundaries.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sandgrouse/adobe-express-dev-skill/adobe-express-core
Any agent
npx skills add Sandgrouse/adobe-express-dev-skill --skill adobe-express-core
Clone the repo
git clone --depth 1 https://github.com/Sandgrouse/adobe-express-dev-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for adobe-express-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-core.svg)](https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-core)
Your own site
<a href="https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-core"><img src="https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-core.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,867 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.01867
Opus 5 $0.00025 $0.00933
Sonnet 5 $0.00010 $0.00373
Haiku 4.5 $0.00005 $0.00187

Measured 5d ago against content hash 5cc3ffc5c7d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

adobe-express-core scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/setup-mcp-servers.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/adobe-express-core/SKILL.md · 172 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 172 lines · 50 tokens per session scan A 5cc3ffc5c7d8

Subscribe to this mod's changes

adobe-express-core is a skill published in the GitHub repository Sandgrouse/adobe-express-dev-skill (7 stars, last pushed 24d ago), with no licence file. It adds 50 tokens to every session and 1,867 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

app-backend

Guide for adding a backend layer (REST API, WebSockets, cron jobs) to Fusebase Apps apps. Use when: (1) An app needs a server-side API beyond the Dashboard SDK, (2) Adding REST endpoints or WebSocket support, (3) Setting up the backend/ folder structure, (4) Scheduling cron jobs for periodic tasks. The backend is…

fusebase-dev/fusebase-flow · 92 tokens

fusebase-cli

Complete guide for using the Fusebase CLI (fusebase) tool to initialize, develop, and deploy Fusebase Apps apps. Use when: 1. Initializing new Fusebase Apps projects, 2. Creating or configuring apps, 3. Running apps locally or deploying them 4. Setting up app permissions for dashboards.

fusebase-dev/fusebase-flow · 72 tokens

fusebase-dashboards

How to use MCP for working with FuseBase Project Dashboards during LLM development. Use when: 1. Discovering dashboards, views, and schema via MCP; 2. Reading or updating dashboard data; 3. Working with relations, filters, templates, and child tables; 4. Understanding dashboard/view structure before SDK runtime code…

fusebase-dev/fusebase-flow · 110 tokens

app-dev-practices

Practical guide for building Fusebase Apps apps. Use when: (1) Creating a new app, (2) Setting up project structure, Vite config, or authentication, (3) Building or registering apps, (4) Configuring permissions or public access, (5) Navigating between apps, (6) Fetching user details, (7) Troubleshooting build issues.

fusebase-dev/fusebase-flow · 84 tokens

fusebase-flow-health-check

Use when the operator asks "is Fusebase Flow healthy", "check Fusebase Flow", "did fusebase update break anything", "Fusebase Flow status", "restore Fusebase Flow", or asks whether Fusebase CLI and Fusebase Flow agent files conflict. Runs the read-only health engine, reports layer verdicts (HEALTHY, CLILAYERDRIFT…

fusebase-dev/fusebase-flow · 159 tokens

liveness-discipline

Use when launching any long or silent work that could hang — your own probe/script/deploy/fetch-loop/browser-automation, a sub-agent, or a workflow — or when the operator says "the background task hangs", "the agent sits idle", "it never resumes", "is it still running?", or a turn ended waiting on something that never…

fusebase-dev/fusebase-flow · 176 tokens