/install aliyun-fc-agentrun
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
- Choose region endpoint (
agentrun.cn-\x3Cregion>.aliyuncs.com). - Create runtime → publish version → create runtime endpoint.
- Create sandbox/template if needed.
- Configure credentials and model services as required.
- Query resources for troubleshooting.
API Groups
See references/api_overview.md for the full API list and grouping.
Script quickstart
python skills/compute/fc/aliyun-fc-agentrun/scripts/quickstart.py
Environment variables:
AGENTRUN_ENDPOINTALICLOUD_ACCESS_KEY_IDALICLOUD_ACCESS_KEY_SECRETOUTPUT_DIR(optional)
Runtime flow script
AGENTRUN_RUNTIME_NAME="my-runtime" \\
AGENTRUN_RUNTIME_ENDPOINT_NAME="my-runtime-endpoint" \\
python skills/compute/fc/aliyun-fc-agentrun/scripts/runtime_flow.py
Environment variables:
AGENTRUN_ENDPOINTALICLOUD_ACCESS_KEY_IDALICLOUD_ACCESS_KEY_SECRETAGENTRUN_RUNTIME_NAMEAGENTRUN_RUNTIME_ENDPOINT_NAMEAGENTRUN_RUNTIME_DESC(optional)OUTPUT_DIR(optional)
Cleanup script
AGENTRUN_RUNTIME_ID="runtime-id" \\
AGENTRUN_RUNTIME_ENDPOINT_ID="endpoint-id" \\
python skills/compute/fc/aliyun-fc-agentrun/scripts/cleanup_runtime.py
Environment variables:
AGENTRUN_ENDPOINTALICLOUD_ACCESS_KEY_IDALICLOUD_ACCESS_KEY_SECRETAGENTRUN_RUNTIME_IDAGENTRUN_RUNTIME_ENDPOINT_IDOUTPUT_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/aliyun-fc-agentrun
for f in skills/compute/fc/aliyun-fc-agentrun/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-fc-agentrun/validate.txt
Pass criteria: command exits 0 and output/aliyun-fc-agentrun/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/aliyun-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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-fc-agentrun - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-fc-agentrun触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Fc Agentrun 是什么?
Use when managing Function Compute AgentRun resources via OpenAPI (runtime, sandbox, model, memory, credentials), including creating runtimes/endpoints, quer... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Aliyun Fc Agentrun?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-fc-agentrun」即可一键安装,无需额外配置。
Aliyun Fc Agentrun 是免费的吗?
是的,Aliyun Fc Agentrun 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Fc Agentrun 支持哪些平台?
Aliyun Fc Agentrun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Fc Agentrun?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。