Token plan generate image
Skill coconilu/token-plan-media-hub/adapters/codex/token-plan-media-hub/skills/token-plan-generate-image
Local-first media generation hub and cross-agent MCP/Skill blueprint for Alibaba Cloud Model Studio Token Plan
npx -y skills add coconilu/token-plan-media-hub --skill token-plan-generate-imageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate an image through the local Token Plan Media Hub and persist it as a traceable artifact. Use when a user asks Codex to draw, illustrate, create a concept image, make a visual draft, or test an Alibaba Model Studio image model. Do not use for editing an existing image until the Hub reports an image-edit capability.
SKILL.md
1.1 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
Token Plan Generate Image
- Require the
token-plan-media-hubMCP server. If its tools are unavailable, stop and say that the Hub service or plugin is not connected. - Call
media.list_modelswith capabilityimage.generate. - Respect an explicitly requested model. Otherwise use the user's verified default; never invent or silently substitute a model.
- If the selected model is not
verifiedfor the current credential, callmedia.probe_capabilitiesbefore generation. - Call
media.generate_imagewith only parameters declared by the selected model. - Return the artifact ID, local path, model, and manifest path. Do not return a temporary provider URL as the only result.
Never ask the user to paste a Key into chat. Key configuration belongs to the local Dashboard.
What ships with it: 1 file
217 B alongside SKILL.md
agents/
- openai.yaml217 B