← Back to Skills Marketplace
cinience

Alicloud Backup Bdrc

by cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
1202
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install alicloud-backup-bdrc
Description
Manage Alibaba Cloud Backup and Disaster Recovery Center (BDRC) via OpenAPI/SDK. Use whenever the user needs backup/disaster-recovery resource operations, in...
README (SKILL.md)

Category: service

Backup and Disaster Recovery Center

Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Backup and Disaster Recovery Center.

Workflow

  1. Confirm region, resource identifiers, and desired action.
  2. Discover API list and required parameters (see references).
  3. Call API with SDK or OpenAPI Explorer.
  4. Verify results with describe/list APIs.

AccessKey priority (must follow)

  1. Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an optional default. If unset, decide the most reasonable region for the task; if unclear, ask the user.
  2. Shared config file: ~/.alibabacloud/credentials

API discovery

  • Product code: BDRC
  • Default API version: 2023-08-08
  • Use OpenAPI metadata endpoints to list APIs and get schemas (see references).

High-frequency operation patterns

  1. Inventory/list: prefer List* / Describe* APIs to get current resources.
  2. Change/configure: prefer Create* / Update* / Modify* / Set* APIs for mutations.
  3. Status/troubleshoot: prefer Get* / Query* / Describe*Status APIs for diagnosis.

Minimal executable quickstart

Use metadata-first discovery before calling business APIs:

python scripts/list_openapi_meta_apis.py

Optional overrides:

python scripts/list_openapi_meta_apis.py --product-code \x3CProductCode> --version \x3CVersion>

The script writes API inventory artifacts under the skill output directory.

Output policy

If you need to save responses or generated artifacts, write them under: output/alicloud-backup-bdrc/

Validation

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

Pass criteria: command exits 0 and output/alicloud-backup-bdrc/validate.txt is generated.

Output And Evidence

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

Prerequisites

  • Configure least-privilege Alibaba Cloud credentials before execution.
  • Prefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.
  • If region is unclear, ask the user before running mutating operations.

References

  • Sources: references/sources.md
Usage Guidance
This skill appears to do what it says (manage Alibaba Cloud BDRC) and includes a simple script that fetches public API metadata. However, SKILL.md expects you to provide Alibaba Cloud credentials via environment variables or ~/.alibabacloud/credentials while the registry metadata does not declare these requirements — an inconsistency you should resolve before installing. Before proceeding: - Treat this as requiring Alibaba Cloud access keys. Only provide least-privilege credentials (or temporary STS tokens) scoped to BDRC operations and avoid using root account keys. - Prefer running the skill in an isolated or test account until you verify behavior. - Inspect the included script (it fetches api.aliyun.com metadata and writes to output/) — no obfuscated network endpoints were found. - Ask the publisher/registry to update the skill metadata to declare the required env vars and primary credential so manifest and runtime expectations match. - When running, ensure the agent prompts you before any mutating operations and review saved output/alicloud-backup-bdrc/ artifacts for sensitive data before sharing. If you want higher assurance, request evidence of the publisher's identity/source/homepage and/or run the skill in a sandboxed environment first.
Capability Analysis
Type: OpenClaw Skill Name: alicloud-backup-bdrc Version: 1.0.3 The skill bundle is a legitimate tool for managing Alibaba Cloud Backup and Disaster Recovery Center (BDRC). The included script `scripts/list_openapi_meta_apis.py` safely fetches public API metadata from official Alibaba Cloud endpoints (api.aliyun.com) to assist the agent in resource discovery, and the instructions in `SKILL.md` correctly follow standard security practices for handling cloud credentials.
Capability Assessment
Purpose & Capability
The skill description and scripts match the stated purpose (manage Alibaba Cloud BDRC via OpenAPI). However, SKILL.md explicitly requires Alibaba Cloud credentials (ALICLOUD_ACCESS_KEY_ID/ALICLOUD_ACCESS_KEY_SECRET and optional ALICLOUD_REGION_ID) and references the shared config file ~/.alibabacloud/credentials, yet the registry metadata lists no required env vars and no primary credential. This mismatch is an inconsistency in what the skill claims vs. what it needs at runtime.
Instruction Scope
SKILL.md instructs the agent to read environment variables and the shared credentials file and to call external OpenAPI metadata endpoints (api.aliyun.com). The included script fetches public API metadata and writes artifacts to output/alicloud-backup-bdrc/. The instructions therefore access credentials/config paths not declared in the metadata — a scope mismatch. Otherwise, the runtime actions (API discovery, describe/list, create/update) are within the claimed purpose and there is no evidence of unexpected data exfiltration endpoints.
Install Mechanism
No install spec is provided (instruction-only plus one small Python script). The script uses urllib to fetch API metadata from api.aliyun.com (a plausible official source). There are no downloads from untrusted URLs, no archive extraction, and no package installs — low install risk.
Credentials
The SKILL.md requires cloud access credentials (access key id/secret and optional region) and references the shared credentials file; those are reasonable for a cloud management skill. However, the skill metadata does not declare these required environment variables or a primary credential. That omission reduces transparency and could lead to accidental credential exposure or misuse if users aren't warned. No other unrelated secrets are requested.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent platform privileges. It only writes outputs to its own output directory. There is no evidence it modifies other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alicloud-backup-bdrc
  3. After installation, invoke the skill by name or use /alicloud-backup-bdrc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug alicloud-backup-bdrc
Version 1.0.3
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is Alicloud Backup Bdrc?

Manage Alibaba Cloud Backup and Disaster Recovery Center (BDRC) via OpenAPI/SDK. Use whenever the user needs backup/disaster-recovery resource operations, in... It is an AI Agent Skill for Claude Code / OpenClaw, with 1202 downloads so far.

How do I install Alicloud Backup Bdrc?

Run "/install alicloud-backup-bdrc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alicloud Backup Bdrc free?

Yes, Alicloud Backup Bdrc is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Alicloud Backup Bdrc support?

Alicloud Backup Bdrc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alicloud Backup Bdrc?

It is built and maintained by cinience (@cinience); the current version is v1.0.3.

💬 Comments