modelscope.cn

corporate-portrait-generator

形象?

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
clawdbot
{"emoji":"🔥","requires":{"bins":["curl"]},"auth":{"type":"api_key","env_var":"WSD_API_KEY","hint":"https:\/\/ai.wsdsocial.com"}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,524 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

企业形象照生成

🔑 设置 API 密钥

  1. 获取您的密钥: https://ai.wsdsocial.com/skills
  2. 设置为环境变量: WSDAPIKEY

工牌照-skill

生成个人工牌照

curl -X POST "https://ai.wsdsocial.com/api/pub/skills/corporate-portrait-generator/_tool_90" \
  -H "Content-Type: application/json" \
  -H "key: ${WSD_API_KEY}" \
  -d '{"request": "xxx", "custom_data  ": {"files": ["xxx"]}}'

请求参数schema说明: { "type": "object", "properties": { "request": { "type": "string", "description": "建议优先选择平台内置参数,出图效果更统一稳定。支持多维度搭配:\n背景:经典浅灰、无缝纯白\n服装:精英西装、黑色polo、灰色T恤、极简圆领白\n适配各类办公社交场景,快速打造专业、靠谱的职场个人形象。" }, "custom_data ": { "type": "object", "description": "照片信息容器", "properties": { "files": { "type": "array", "description": "个人照片 URL 列表,或者图片文件的base64", "items": { "type": "string" } } }, "required": [ "files" ] } }, "required": [ "request" ] }