← Back to Skills Marketplace
286
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install st-ent-skills
Description
Search 699pic enterprise photo/video assets, check whether an asset was already downloaded, inspect download records, and generate download links through the...
Usage Guidance
This skill's code is consistent with its stated purpose, but its package metadata omits key operational requirements. Before installing or running it: (1) verify you control the SERVICE_API_KEY you will provide (do not use a shared/unknown key); (2) inspect scripts/openapi.js yourself and confirm the base URL (default: https://pre-st-api.699pic.com) is the correct target for your enterprise; (3) ensure node and, if you plan to use the MCP path, mcporter are present and that any local mcporter registration named st-mcp is audited for commands/permissions; (4) ask the publisher to update registry metadata to declare SERVICE_API_KEY and required binaries — absence of those declarations is the primary coherence issue. If you cannot verify the API key ownership or the target endpoint, do not install or run the skill.
Capability Analysis
Type: OpenClaw Skill
Name: st-ent-skills
Version: 0.1.2
The skill bundle provides a legitimate integration with the 699pic (摄图网) enterprise API for searching, verifying, and downloading photo and video assets. The implementation in `scripts/openapi.js` is a standard API wrapper using environment variables for authentication, and the instructions in `SKILL.md` include proactive security recommendations, such as auditing scripts and avoiding shared API keys, rather than attempting to subvert the agent.
Capability Assessment
Purpose & Capability
The skill's name/description match the included scripts and SKILL.md (search, check downloaded, generate links). However the registry metadata lists no required env vars or binaries, while the runtime instructions and scripts clearly require SERVICE_API_KEY, node, and (for the MCP path) mcporter. That mismatch is incoherent: a skill that needs an API key and mcporter should declare them in its requirements.
Instruction Scope
SKILL.md keeps scope focused on asset search/download workflows and explicitly instructs the operator to review scripts and local mcporter config. The runtime instructions do not ask the agent to read unrelated system files or exfiltrate data elsewhere. One caveat: the instructions default to using a built-in base URL (https://pre-st-api.699pic.com) if SERVICE_API_BASE_URL is not set — the script will call that external endpoint, so users must confirm that endpoint and their API key are correct.
Install Mechanism
There is no install spec (instruction-only with bundled scripts), so nothing is downloaded or extracted by an installer. Included files are small scripts and a Node.js script; no remote install URLs or installer actions are present.
Credentials
The scripts require SERVICE_API_KEY (and optionally SERVICE_API_BASE_URL) and expect node and optionally mcporter to be available. The registry metadata, however, declares no required env vars or primary credential and no binaries — this omission reduces transparency and is disproportionate to the declared metadata. The only sensitive item requested is an API key for the service, which is reasonable for this purpose, but it must be explicitly declared so users know what will be accessed.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and is user-invocable. It does not request persistent system privileges or write to other skills' config based on the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install st-ent-skills - After installation, invoke the skill by name or use
/st-ent-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Added environment trust and audit guidelines: clarify not to use unknown/shared API keys and require script/config inspection before running.
- Updated security and precondition notes in SKILL.md to emphasize user responsibility for API keys and service endpoint trust.
- Minor language clarifications throughout documentation.
- No changes to workflows or API usage.
v0.1.1
- Renamed skill from 699pic-openapi to st-ent-mcp to reflect broader enterprise support.
- Added explicit preconditions about Node.js, mcporter, and environment variable requirements for increased clarity and safety.
- Updated all example script paths and environment usage to reference the new repository and avoid hardcoded user-specific configs.
- Clarified steps for verifying mcporter service registration, config locations, and permissions before production use.
- Instructions and workflow remain the same, but environment checks and fallback details have been strengthened for reliability.
v0.1.0
- Initial release of the 699pic OpenAPI skill for searching and managing enterprise photo and video assets.
- Supports: searching assets, checking download status, viewing download records, generating download links via local OpenAPI integration.
- Outputs search results in Markdown with embedded image previews by default.
- Includes workflow guidance for local MCP/`mcporter` and direct script fallback.
- Response format prioritizes concise Markdown summaries, not plain URL lists or raw JSON.
Metadata
Frequently Asked Questions
What is St Ent Mcp?
Search 699pic enterprise photo/video assets, check whether an asset was already downloaded, inspect download records, and generate download links through the... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.
How do I install St Ent Mcp?
Run "/install st-ent-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is St Ent Mcp free?
Yes, St Ent Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does St Ent Mcp support?
St Ent Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created St Ent Mcp?
It is built and maintained by st699pic (@st699pic); the current version is v0.1.2.
More Skills