Install
openclaw skills install st-ent-skillsSearch 699pic enterprise photo/video assets, check whether an asset was already downloaded, inspect download records, and generate download links through the...
openclaw skills install st-ent-skillsUse this skill for 699pic enterprise asset lookup and download-related workflows.
Check these before using the skill:
node must be installed. This repository currently has Node.js available locally.mcporter must be installed if you want the MCP route. It is not available in the current environment, so MCP commands must be verified on the target machine before use.SERVICE_API_KEY must be provided through the environment. Do not hardcode or rely on a shared default key.SERVICE_API_KEY if you trust the target 699pic enterprise service.SERVICE_API_BASE_URL should be provided through the environment when your deployment does not use the script default (https://pre-st-api.699pic.com).mcporter config or service endpoint must be reviewed and authorized before use.Preferred local script path from this repo:
scripts/openapi.jsBefore running the bundled script or any MCP registration that targets the same service:
scripts/openapi.js yourself.POST requests to SERVICE_API_BASE_URL and includes the API key in the x-api-key header.mcporter registration named st-mcp and review its config, command, env, and permissions.photo or video) and the asset id.Try this first when you need a tool-style MCP path:
mcporter config get st-mcp --json
mcporter call st-mcp.search_photos keywords=春节 limit=5 --output json
mcporter call st-mcp.search_videos keywords=城市航拍 limit=5 --output json
mcporter call st-mcp.check_downloaded content_id=701095246 type=1 --output json
Before running MCP commands:
mcporter project config lives.st-mcp exists in that config.Registered server name:
st-mcpIf mcporter/MCP times out, use the bundled script directly:
node /absolute/path/to/st-ent-skills/scripts/openapi.js search-photos 春节 5
node /absolute/path/to/st-ent-skills/scripts/openapi.js search-videos 城市航拍 5
node /absolute/path/to/st-ent-skills/scripts/openapi.js check-downloaded 701095246 1
node /absolute/path/to/st-ent-skills/scripts/openapi.js download-asset photo 701095246
node /absolute/path/to/st-ent-skills/scripts/openapi.js download-records 1 1 10
Before using the fallback script:
SERVICE_API_KEY in your shell or process environment.SERVICE_API_BASE_URL explicitly if your environment should not use the default base URL.scripts/openapi.js before pointing it at an internal service.Use photo search when the user wants image素材、海报元素、插画、摄影图。
Return a Markdown image document.
Required per candidate:
asset_idDo not default to plain URL lists when an image preview URL exists.
Use video search when the user wants 视频素材、航拍、动态背景、片头片尾。
Return the same Markdown image document style as photo search whenever a preview/thumbnail is available. If the asset is video and only a thumbnail exists, still render the thumbnail as a Markdown image.
Use before saying “already bought/downloaded” or before asking the user to re-download.
Input:
content_idtype (1 for photo, 2 for video)yearUse only after you know:
Do not guess these fields if the user has not identified the target asset.
Use for enterprise history questions such as:
Prefer compact summaries over dumping the whole JSON.
For all search_* results, the default output must be a Markdown document with embedded images.
Required default format:
asset_id、标题、扩展名、必要标签// 开头,补成 https://...Recommended template:
**1. 标题**

- asset_id: `123456`
- extension: `psd`
- is_aigc: `0`
- is_premium: `0`
Do not default to bare URLs when the user asked to see/search images.
Read this when you need the local integration details or example commands:
references/api.md