{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alicloud-compute-fc-agentrun",
    "name": "Alicloud Compute Fc Agentrun",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cinience/alicloud-compute-fc-agentrun",
    "canonicalUrl": "https://clawhub.ai/cinience/alicloud-compute-fc-agentrun",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alicloud-compute-fc-agentrun",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-compute-fc-agentrun",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/api_overview.md",
      "references/endpoints.md",
      "references/sdk.md",
      "references/sources.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/alicloud-compute-fc-agentrun"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/alicloud-compute-fc-agentrun",
    "agentPageUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Function Compute AgentRun (OpenAPI)",
        "body": "Use AgentRun OpenAPI (ROA) to manage runtimes, sandboxes, model services, memory, and credentials."
      },
      {
        "title": "Prerequisites",
        "body": "AccessKey via RAM user (least privilege).\nSelect the correct regional endpoint (see references/endpoints.md). If unsure, choose the most reasonable region for the task or ask the user.\nUse OpenAPI Explorer or official SDK to avoid manual signing (ROA requires SignatureV1)."
      },
      {
        "title": "Workflow",
        "body": "Choose region endpoint (agentrun.cn-<region>.aliyuncs.com).\nCreate runtime → publish version → create runtime endpoint.\nCreate sandbox/template if needed.\nConfigure credentials and model services as required.\nQuery resources for troubleshooting."
      },
      {
        "title": "API Groups",
        "body": "See references/api_overview.md for the full API list and grouping."
      },
      {
        "title": "Script quickstart",
        "body": "python skills/compute/fc/alicloud-compute-fc-agentrun/scripts/quickstart.py\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nOUTPUT_DIR (optional)"
      },
      {
        "title": "Runtime flow script",
        "body": "AGENTRUN_RUNTIME_NAME=\"my-runtime\" \\\\\nAGENTRUN_RUNTIME_ENDPOINT_NAME=\"my-runtime-endpoint\" \\\\\npython skills/compute/fc/alicloud-compute-fc-agentrun/scripts/runtime_flow.py\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nAGENTRUN_RUNTIME_NAME\nAGENTRUN_RUNTIME_ENDPOINT_NAME\nAGENTRUN_RUNTIME_DESC (optional)\nOUTPUT_DIR (optional)"
      },
      {
        "title": "Cleanup script",
        "body": "AGENTRUN_RUNTIME_ID=\"runtime-id\" \\\\\nAGENTRUN_RUNTIME_ENDPOINT_ID=\"endpoint-id\" \\\\\npython skills/compute/fc/alicloud-compute-fc-agentrun/scripts/cleanup_runtime.py\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nAGENTRUN_RUNTIME_ID\nAGENTRUN_RUNTIME_ENDPOINT_ID\nOUTPUT_DIR (optional)"
      },
      {
        "title": "SDK Notes",
        "body": "See references/sdk.md for SDK acquisition guidance."
      },
      {
        "title": "Output Policy",
        "body": "If you store any generated files or responses, write them under:\noutput/compute-fc-agentrun/."
      },
      {
        "title": "Validation",
        "body": "mkdir -p output/alicloud-compute-fc-agentrun\nfor f in skills/compute/fc/alicloud-compute-fc-agentrun/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-compute-fc-agentrun/validate.txt\n\nPass criteria: command exits 0 and output/alicloud-compute-fc-agentrun/validate.txt is generated."
      },
      {
        "title": "Output And Evidence",
        "body": "Save artifacts, command outputs, and API response summaries under output/alicloud-compute-fc-agentrun/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility."
      },
      {
        "title": "References",
        "body": "API overview and operation list: references/api_overview.md\n\n\nRegional endpoints: references/endpoints.md\n\n\nSDK guidance: references/sdk.md\n\n\nSource list: references/sources.md"
      }
    ],
    "body": "Category: service\n\nFunction Compute AgentRun (OpenAPI)\n\nUse AgentRun OpenAPI (ROA) to manage runtimes, sandboxes, model services, memory, and credentials.\n\nPrerequisites\nAccessKey via RAM user (least privilege).\nSelect the correct regional endpoint (see references/endpoints.md). If unsure, choose the most reasonable region for the task or ask the user.\nUse OpenAPI Explorer or official SDK to avoid manual signing (ROA requires SignatureV1).\nWorkflow\nChoose region endpoint (agentrun.cn-<region>.aliyuncs.com).\nCreate runtime → publish version → create runtime endpoint.\nCreate sandbox/template if needed.\nConfigure credentials and model services as required.\nQuery resources for troubleshooting.\nAPI Groups\n\nSee references/api_overview.md for the full API list and grouping.\n\nScript quickstart\npython skills/compute/fc/alicloud-compute-fc-agentrun/scripts/quickstart.py\n\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nOUTPUT_DIR (optional)\nRuntime flow script\nAGENTRUN_RUNTIME_NAME=\"my-runtime\" \\\\\nAGENTRUN_RUNTIME_ENDPOINT_NAME=\"my-runtime-endpoint\" \\\\\npython skills/compute/fc/alicloud-compute-fc-agentrun/scripts/runtime_flow.py\n\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nAGENTRUN_RUNTIME_NAME\nAGENTRUN_RUNTIME_ENDPOINT_NAME\nAGENTRUN_RUNTIME_DESC (optional)\nOUTPUT_DIR (optional)\nCleanup script\nAGENTRUN_RUNTIME_ID=\"runtime-id\" \\\\\nAGENTRUN_RUNTIME_ENDPOINT_ID=\"endpoint-id\" \\\\\npython skills/compute/fc/alicloud-compute-fc-agentrun/scripts/cleanup_runtime.py\n\n\nEnvironment variables:\n\nAGENTRUN_ENDPOINT\nALICLOUD_ACCESS_KEY_ID\nALICLOUD_ACCESS_KEY_SECRET\nAGENTRUN_RUNTIME_ID\nAGENTRUN_RUNTIME_ENDPOINT_ID\nOUTPUT_DIR (optional)\nSDK Notes\n\nSee references/sdk.md for SDK acquisition guidance.\n\nOutput Policy\n\nIf you store any generated files or responses, write them under: output/compute-fc-agentrun/.\n\nValidation\nmkdir -p output/alicloud-compute-fc-agentrun\nfor f in skills/compute/fc/alicloud-compute-fc-agentrun/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-compute-fc-agentrun/validate.txt\n\n\nPass criteria: command exits 0 and output/alicloud-compute-fc-agentrun/validate.txt is generated.\n\nOutput And Evidence\nSave artifacts, command outputs, and API response summaries under output/alicloud-compute-fc-agentrun/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility.\nReferences\n\nAPI overview and operation list: references/api_overview.md\n\nRegional endpoints: references/endpoints.md\n\nSDK guidance: references/sdk.md\n\nSource list: references/sources.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cinience/alicloud-compute-fc-agentrun",
    "publisherUrl": "https://clawhub.ai/cinience/alicloud-compute-fc-agentrun",
    "owner": "cinience",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun",
    "downloadUrl": "https://openagent3.xyz/downloads/alicloud-compute-fc-agentrun",
    "agentUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-compute-fc-agentrun/agent.md"
  }
}