Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

st-ent-skills支架技能

Agent Skill

st-ent-skills 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,340

周安装

351

GitHub Stars

公开资料未说明

下载量

2,920
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:st-ent-skills(支架技能)
来源仓库:https://github.com/st699pic/st-ent-skills
安装命令:
openclaw skills install st-ent-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install st-ent-skills

简介

搜索 699pic 企业图库中的照片与视频资产。

  • 检查下载状态并生成有效下载链接。st-ent-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于商业项目视觉素材整理与管理。
  • 安装命令:openclaw skills install st-ent-skills。
  • 使用前应确认授权范围与使用条款合规性。

SKILL.md

name
st-ent-mcp
description
Search 699pic enterprise photo/video assets, check whether an asset was already downloaded, inspect download records, and generate download links through the local 699pic OpenAPI integration. Use when the user asks to 搜索699素材、找图片、找视频、查企业下载记录、判断素材是否下载过、生成下载链接,或 when you need to use the local st-mcp / 699pic OpenAPI workflow from this machine.

699pic OpenAPI

Use this skill for 699pic enterprise asset lookup and download-related workflows.

Preconditions

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.
  • Only provide your own 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).
  • Any local mcporter config or service endpoint must be reviewed and authorized before use.

Preferred local script path from this repo:

  • scripts/openapi.js

Trust and audit requirements

Before running the bundled script or any MCP registration that targets the same service:

  1. Inspect scripts/openapi.js yourself.
  2. Confirm the script sends POST requests to SERVICE_API_BASE_URL and includes the API key in the x-api-key header.
  3. Confirm any local mcporter registration named st-mcp and review its config, command, env, and permissions.
  4. If the publisher can update registry metadata, ask them to declare the required env vars and binaries there as well.

Quick workflow

  1. If the user wants candidate assets, search first.
  2. For every search result, output a Markdown-style image document by default, not just plain links or raw JSON. Each candidate should render the preview/thumbnail as an actual Markdown image.
  3. Before claiming an asset is already available, call the downloaded-check endpoint.
  4. Before generating a download link, confirm the asset type (photo or video) and the asset id.
  5. If the MCP route is flaky, use the bundled script directly. Do not get blocked on MCP.

Preferred execution order

Option A: registered MCP via mcporter

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:

  • Verify where your local mcporter project config lives.
  • Confirm that server name st-mcp exists in that config.
  • Review the command, args, env, and permissions for that registration.

Registered server name:

  • st-mcp

Option B: bundled direct script fallback

If 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:

  • Export SERVICE_API_KEY in your shell or process environment.
  • Set SERVICE_API_BASE_URL explicitly if your environment should not use the default base URL.
  • Review scripts/openapi.js before pointing it at an internal service.
  • Do not use an unknown shared API key.

Tasks

Search photos

Use photo search when the user wants image素材、海报元素、插画、摄影图。

Return a Markdown image document.

Required per candidate:

  • Render the preview/thumbnail as a Markdown image, for example ![标题](https://...)
  • Include asset_id
  • Include title
  • Include extension
  • Include basic flags like premium/AIGC when available

Do not default to plain URL lists when an image preview URL exists.

Search videos

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.

Check whether downloaded

Use before saying “already bought/downloaded” or before asking the user to re-download.

Input:

  • content_id
  • type (1 for photo, 2 for video)
  • optional year

Generate download link

Use only after you know:

  • asset type
  • id
  • optional file type if the caller specifies one

Do not guess these fields if the user has not identified the target asset.

Inspect download records

Use for enterprise history questions such as:

  • 最近下载了什么
  • 某年下载记录
  • 图片/视频下载明细

Response style

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:

  • 先给 3-5 条候选
  • 每条候选都先输出 Markdown 图片,例如 ![标题](图片URL)
  • 图片下方再补充 asset_id、标题、扩展名、必要标签
  • 如果图片 URL 是以 // 开头,补成 https://...
  • 只有在用户明确要求 JSON / 原始数据时,才输出纯字段列表

Recommended template:

**1. 标题**  
![标题](https://example.com/preview.jpg)

- 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.

References

Read this when you need the local integration details or example commands:

  • references/api.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

81.5%
按下载量换算2,380

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills