Real Skill packageSource verifiedClawHub registry

alibabacloud-actiontrail-diagnosis

Read-only query and diagnosis of Alibaba Cloud ActionTrail operation audit events: find out who performed which operation, when, from which source IP, and on which resource, across one or many regions, rendered as a 12-column event table or machine-readable JSON. Use when the user asks about the audit log or operation history of an Alibaba Cloud account; wants to know who changed, created, deleted, or operated on a resource; asks when a resource was operated on; needs to trace read/write operation records, console…

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 55% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-actiontrail-diagnosis
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/26/2026.claude/skills/alibabacloud-actiontrail-diagnosis

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/26/2026.agents/skills/alibabacloud-actiontrail-diagnosis

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/26/2026skills/alibabacloud-actiontrail-diagnosis

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-actiontrail-diagnosis
clawhub inspect @sdk-team/alibabacloud-actiontrail-diagnosis --version 0.0.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
10 / 10 inspected as text
Checked
8/26/2026, 1:23:14 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
4 dependency and API indicators
  • pypi: requests >=2.20.0,<3.0.0
  • api: api.aliyun.com
  • api: clawhub.ai
  • api: help.aliyun.com
External clawhub result: clean

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/26/2026, 11:43:30 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:b8ff2ba5efb6057b0b0344013d43fd7ac727e554c2e8ba61eb83691fea21ab9e
Show up to 10 recorded paths
  • references/api-reference.md
  • references/lookup-attribute.md
  • references/network-events-catalog.md
  • references/ram-policies.md
  • references/service-mapping.md
  • scripts/_cli.py
  • scripts/lookup_events.py
  • scripts/requirements.txt
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of alibabacloud-actiontrail-diagnosis: read-only querying and diagnosis of Alibaba Cloud ActionTrail events. - Query operation audit logs to find who performed which operation, when, from which IP, on which resource, across any region. - Always strictly read-only (never writes or modifies any cloud resource). - Guides users to provide required info (region, time, product/event) and never runs wide, unfiltered queries without confirmation. - Supports output as a detailed 12-column Markdown table or machine-readable JSON. - Enforces strict credential safety rules—never outputs secrets. - Handles multi-region, paginated queries with built-in error handling and summary rendering.