Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Storykit Assets Skill

БесплатноНе проверен

Agent skill for mapping authorized user data to relevant StoryKit widgets and returning opaque hosted resources without exposing widget code.

GitHubEmbed

Описание

Agent skill for mapping authorized user data to relevant StoryKit widgets and returning opaque hosted resources without exposing widget code.

README

Teach an agent to turn authorized structured data into a relevant, hosted StoryKit widget. The skill directs the agent to search by intent, obey the selected data schema, protect sensitive inputs, and return the MCP resource link without fetching or reproducing widget implementation code.

Install

npx storykit-assets-skill install

This installs SKILL.md at .claude/skills/storykit-data-widgets/SKILL.md. Reload skills and connect the free StoryKit MCP endpoint:

claude mcp add --transport http storykit https://asset.storykit.space/api/v1/mcp

For another agent or directory:

npx storykit-assets-skill install --dir ./skills/storykit-data-widgets

The current hosted skill is also available at asset.storykit.space/skill/SKILL.md.

What the skill enforces

  • Use find_widgets for safe discovery and compare the returned data schemas.
  • Never invent readings or force rows into an unrelated schema.
  • Ask for consent before transmitting health, location, account, device, or personal data.
  • Minimize rows and exclude credentials, access tokens, and direct identifiers.
  • Use render_widget and present its expiring resource link; never request or output source/snippets.
  • Treat the hosted URL as a secret because anyone with it can view the rendered data.
  • Create a new immutable render when data changes.

StoryKit's public service requires no API key. It validates bounded payloads, encrypts them at rest, and deletes renders after their configured lifetime.

MIT. Created with love by Story Kit.

from github.com/aryan0078/storykit-skill

Установить Storykit Assets Skill в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install storykit-assets-skill

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add storykit-assets-skill -- npx -y storykit-assets-skill

FAQ

Storykit Assets Skill MCP бесплатный?

Да, Storykit Assets Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Storykit Assets Skill?

Нет, Storykit Assets Skill работает без API-ключей и переменных окружения.

Storykit Assets Skill — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Storykit Assets Skill в Claude Desktop, Claude Code или Cursor?

Открой Storykit Assets Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Storykit Assets Skill with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development