← 返回 Skills 市场
cinience

Alicloud Compute Fc Agentrun

作者 cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
1111
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install alicloud-compute-fc-agentrun
功能描述
Manage Function Compute AgentRun resources via OpenAPI (runtime, sandbox, model, memory, credentials). Use for creating runtimes/endpoints, querying status,...
使用说明 (SKILL.md)

Category: service

Function Compute AgentRun (OpenAPI)

Use AgentRun OpenAPI (ROA) to manage runtimes, sandboxes, model services, memory, and credentials.

Prerequisites

  • AccessKey via RAM user (least privilege).
  • Select the correct regional endpoint (see references/endpoints.md). If unsure, choose the most reasonable region for the task or ask the user.
  • Use OpenAPI Explorer or official SDK to avoid manual signing (ROA requires SignatureV1).

Workflow

  1. Choose region endpoint (agentrun.cn-\x3Cregion>.aliyuncs.com).
  2. Create runtime → publish version → create runtime endpoint.
  3. Create sandbox/template if needed.
  4. Configure credentials and model services as required.
  5. Query resources for troubleshooting.

API Groups

See references/api_overview.md for the full API list and grouping.

Script quickstart

python skills/compute/fc/alicloud-compute-fc-agentrun/scripts/quickstart.py

Environment variables:

  • AGENTRUN_ENDPOINT
  • ALICLOUD_ACCESS_KEY_ID
  • ALICLOUD_ACCESS_KEY_SECRET
  • OUTPUT_DIR (optional)

Runtime flow script

AGENTRUN_RUNTIME_NAME="my-runtime" \\
AGENTRUN_RUNTIME_ENDPOINT_NAME="my-runtime-endpoint" \\
python skills/compute/fc/alicloud-compute-fc-agentrun/scripts/runtime_flow.py

Environment variables:

  • AGENTRUN_ENDPOINT
  • ALICLOUD_ACCESS_KEY_ID
  • ALICLOUD_ACCESS_KEY_SECRET
  • AGENTRUN_RUNTIME_NAME
  • AGENTRUN_RUNTIME_ENDPOINT_NAME
  • AGENTRUN_RUNTIME_DESC (optional)
  • OUTPUT_DIR (optional)

Cleanup script

AGENTRUN_RUNTIME_ID="runtime-id" \\
AGENTRUN_RUNTIME_ENDPOINT_ID="endpoint-id" \\
python skills/compute/fc/alicloud-compute-fc-agentrun/scripts/cleanup_runtime.py

Environment variables:

  • AGENTRUN_ENDPOINT
  • ALICLOUD_ACCESS_KEY_ID
  • ALICLOUD_ACCESS_KEY_SECRET
  • AGENTRUN_RUNTIME_ID
  • AGENTRUN_RUNTIME_ENDPOINT_ID
  • OUTPUT_DIR (optional)

SDK Notes

See references/sdk.md for SDK acquisition guidance.

Output Policy

If you store any generated files or responses, write them under: output/compute-fc-agentrun/.

Validation

mkdir -p output/alicloud-compute-fc-agentrun
for f in skills/compute/fc/alicloud-compute-fc-agentrun/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-compute-fc-agentrun/validate.txt

Pass criteria: command exits 0 and output/alicloud-compute-fc-agentrun/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-compute-fc-agentrun/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

References

  • API overview and operation list: references/api_overview.md

  • Regional endpoints: references/endpoints.md

  • SDK guidance: references/sdk.md

  • Source list: references/sources.md

安全使用建议
Do not supply long-lived Alibaba Cloud credentials until the publisher fixes the metadata to declare the required env vars. If you must use this skill: (1) provide least-privilege RAM credentials or a short-lived security token scoped only to the necessary AgentRun actions; (2) run in an isolated/test account to avoid accidental production changes; (3) verify the SDK packages you install come from official Alibaba sources; (4) consider disabling autonomous invocation or restricting the agent's ability to act without explicit user consent; and (5) confirm the skill publisher/source before trusting it with cloud credentials.
功能分析
Type: OpenClaw Skill Name: alicloud-compute-fc-agentrun Version: 1.0.3 The skill bundle provides a set of tools for managing Alibaba Cloud Function Compute AgentRun resources via OpenAPI. The included Python scripts (quickstart.py, runtime_flow.py, and cleanup_runtime.py) use standard Alibaba Cloud SDK patterns to list, create, and delete resources, with credentials handled through environment variables and outputs saved to a local directory. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The SKILL.md and included scripts implement AgentRun runtime/endpoint operations (create/publish/delete) which match the skill name and description. However, the registry metadata claims no required environment variables or primary credential while the scripts and SKILL.md clearly require ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET (and optionally a security token). That mismatch is inconsistent and unexplained.
Instruction Scope
The runtime instructions and scripts stay within the stated purpose: they call the AgentRun SDK to list, create, publish, and delete runtimes/endpoints and write API responses to a local output directory. They do not reference unrelated system files or external endpoints beyond the documented AgentRun endpoints. The only issue is that the instructions expect cloud credentials (not declared in metadata).
Install Mechanism
There is no install spec; this is instruction-only with Python helper scripts. The scripts import the official-sounding Alibaba Cloud SDK packages but do not attempt to download arbitrary code or call unknown URLs. Risk from installation is low, though the runtime requires the SDK to be present.
Credentials
The scripts require sensitive credentials (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional security token). Those credentials are proportionate for managing cloud resources, but the skill metadata did not declare them nor name a primary credential — an inconsistency that could lead users to unknowingly supply powerful secrets. The skill also suggests saving outputs locally (output/...), which is fine but could contain resource identifiers and responses.
Persistence & Privilege
always is false (good). The skill allows autonomous invocation (platform default). Combined with required cloud credentials, autonomous invocation increases potential impact (the agent could create/delete cloud resources). This is not intrinsically malicious given the skill's purpose, but it is a risk vector to consider.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alicloud-compute-fc-agentrun
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alicloud-compute-fc-agentrun 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
batch publish from alicloud-skills on 2026-03-11
v1.0.2
batch publish from alicloud-skills on 2026-02-13
v1.0.1
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
元数据
Slug alicloud-compute-fc-agentrun
版本 1.0.3
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 4
常见问题

Alicloud Compute Fc Agentrun 是什么?

Manage Function Compute AgentRun resources via OpenAPI (runtime, sandbox, model, memory, credentials). Use for creating runtimes/endpoints, querying status,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1111 次。

如何安装 Alicloud Compute Fc Agentrun?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install alicloud-compute-fc-agentrun」即可一键安装,无需额外配置。

Alicloud Compute Fc Agentrun 是免费的吗?

是的,Alicloud Compute Fc Agentrun 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Alicloud Compute Fc Agentrun 支持哪些平台?

Alicloud Compute Fc Agentrun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Alicloud Compute Fc Agentrun?

由 cinience(@cinience)开发并维护,当前版本 v1.0.3。

💬 留言讨论