Real Skill packageSource verifiedClawHub registry

alibabacloud-agent-identity-agentrun-e2e

Stand up a working Alibaba Cloud agent that authenticates its end users and proves its permissions hold, then tear it back down. Use when someone wants to deploy an AgentRun-hosted agent governed by AgentIdentity, see for themselves that only signed-in users reach it, that each tool receives the credentials it needs without any secret in the code, and that authorization rules actually block what they should — or when they want to remove the resources such a trial created. Covers first-time setup on an empty accoun…

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 75% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-agent-identity-agentrun-e2e
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/alibabacloud-agent-identity-agentrun-e2e

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/alibabacloud-agent-identity-agentrun-e2e

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/alibabacloud-agent-identity-agentrun-e2e

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sdk-team/alibabacloud-agent-identity-agentrun-e2e
clawhub inspect @sdk-team/alibabacloud-agent-identity-agentrun-e2e --version 0.0.1-beta.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
18 / 18 inspected as text
Checked
8/27/2026, 9:45:13 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
9 dependency and API indicators
  • api: agentidentitydata.cn-hangzhou.aliyuncs.com
  • api: alidocs.dingtalk.com
  • api: api.aliyun.com
  • api: clawhub.ai
  • api: dashscope.aliyuncs.com
  • api: github.com
  • api: mcp-gw.dingtalk.com
  • api: mirrors.aliyun.com
  • api: openapi-mcp.cn-hangzhou.aliyuncs.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/27/2026, 7:47:07 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:ac29b3ef6bb0cdc035427722c56de993b24e806edad8ec785630f5bb3f3cb9b3
Show up to 18 recorded paths
  • references/agentrun-deploy.md
  • references/cleanup.md
  • references/console-guides.md
  • references/packaging.md
  • references/ram-policies.md
  • references/testing-checklist.md
  • references/troubleshooting.md
  • scripts/00_detect_env.sh
  • scripts/01_prepare_identities.sh
  • scripts/02_oss_testfile.sh
  • scripts/03_build.sh
  • scripts/04_reachability.sh
  • scripts/05_attach_role_policy.sh
  • scripts/06_cedar_setup.sh
  • scripts/07_cleanup.sh
  • scripts/lib/common.sh
  • skill-card.md
  • SKILL.md

Source changelog

Initial public beta release of the Alibaba Cloud AgentRun + AgentIdentity end-to-end deployment and test skill. - Automates full e2e flow: credential setup, identity provider registration, OAuth2 chain, console registration, build & deployment, verification, and cleanup. - Enforces strict, repeatable user interaction rules and phase-based workflow with mandatory output format. - Requires modern macOS/Linux, Python ≥ 3.10, conda, and aliyun CLI ≥ 3.3.3. - Automates setup steps; user input is only required for sensitive operations or decisions. - Fully covers normal setup, change verification, and resource teardown.