Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计通过

spritecook-workflow-essentialsSpritecook 工作流程要点

Agent Skill

spritecook-workflow-essentials 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,994

周安装

160

GitHub Stars

6

下载量

1,293
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:spritecook-workflow-essentials(Spritecook 工作流程要点)
来源仓库:https://github.com/spritecook/skills
仓库路径:skills/spritecook-workflow-essentials
安装命令:
npx skills add https://github.com/spritecook/skills --skill spritecook-workflow-essentials
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/spritecook/skills --skill spritecook-workflow-essentials

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前分类为开发,但功能描述较通用,建议人工复核具体用途。

SKILL.md

SpriteCook Workflow Essentials

Use this alongside the SpriteCook image or animation skill whenever SpriteCook MCP tools are available.

Requires: SpriteCook MCP server connected to your editor. Set up with npx spritecook-mcp setup or see spritecook.ai.

Preflight Checklist

  1. Check credits first with get_credit_balance before starting a batch or multi-asset workflow.
  2. Prefer presigned download URLs over authenticated asset endpoints.
  3. Save important asset_id values in a local manifest whenever there is a writable workspace, unless the user explicitly wants a throwaway result.
  4. When a workflow involves follow-up generations or animations for the same subject, identify and reuse the canonical asset_id instead of generating from scratch again.
  5. If the agent loses track of generated asset IDs, recover them with list_recent_assets(limit=...) before failing.

Credential Safety

  • Never ask the user to paste a SpriteCook API key into chat, prompts, code blocks, shell commands, or generated files.
  • Never print, persist, echo, or inline API keys or Authorization headers in agent output.
  • Prefer SpriteCook MCP tools, presigned URLs, or a preconfigured local connector/helper that handles authentication outside the prompt.
  • If a raw API call is required and no authenticated helper exists, stop and ask the user to configure one.

Defaults

  • Prefer smart_crop_mode="tightest" for the best default results. Use "power_of_2" only when the user explicitly asks for it.
  • Model guidance:

- gemini-2.5-flash-image: cheapest - gemini-3.1-flash-image-preview: recommended default - gemini-3-pro-image-preview: most expensive

Asset Manifest

  • Treat asset_id as the primary stable identifier.
  • Store a 12-character SHA-256 prefix (sha12) for saved local files.
  • Use a minimal manifest entry shape:

- asset_id - sha12 - optional label

  • Prefer a simple machine-readable file such as spritecook-assets.json unless the project already has an asset manifest.
  • Before generating a new reference asset or asking the user for an asset id, check the local manifest first.
  • Before reusing a local file, compute its sha12 and match it against the manifest to recover the correct asset_id.

Downloading Assets

  • For recent-asset recovery flows, prefer list_recent_assets(limit=...).
  • Treat sprite_url as the single primary asset URL to inspect, save, or hand off to downstream tools.
  • Treat spritesheet_url as an optional secondary artifact. Use it only when present and only when you specifically need a spritesheet export.
  • For single-asset inspection flows, get_asset_metadata(asset_id) also exposes a primary url plus optional spritesheet_url.
  • Avoid relying on low-level internal fields such as _presigned_pixel_url or _presigned_url in agent-facing workflows unless no higher-level field is available.
  • Avoid direct authenticated download endpoints in skill-driven workflows unless a helper handles auth out of band.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.42%
按下载量换算471

Claude

28.1%
按下载量换算363

Cursor

18.85%
按下载量换算244

Gemini CLI

8.51%
按下载量换算110

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills