A guide for handling Dataphin data-masking requests, including checks for data classification and security levels. It identifies what the public API can support and produces the parameters needed for delivery, but does not create masking rules through undocumented internal APIs.
A way to call already-published Dataphin data-service APIs from Python. It includes a script that creates the required HMAC-SHA256 signature using only Python’s standard library, so no official SDK download is needed.
A command-line workflow for creating and publishing data-service APIs from SQL. It finds the project, creates the API, publishes it to production, and checks whether publishing succeeded.
A workflow for managing data-service applications and linking them to API permissions. It covers creating an application, adding members, granting access, checking the result, and obtaining AppKey/AppSecret credentials.
A monitoring workflow for Dataphin data-service APIs. It shows call totals, trends over time, detailed request logs, and analysis of how errors affect operations.
A way to run temporary SQL, scripts, or metadata queries in Dataphin without creating a permanent scheduled task. It supports different database types through the required operator settings.
A method for finding the virtual root node of a Dataphin tenant project. The virtual root node is a default starting point used when a new task needs an upstream dependency.
A lookup workflow for finding an offline task when you know only its name. It first finds the task’s FileId, then retrieves its code, schedule, dependencies, and related identifiers such as NodeId and DagId.
A skill for submitting an offline computing task from the development area to the operations area. It handles different task types and execution engines, such as Python, Shell, HiveSQL, and MaxComputeSQL.
A skill for updating an existing offline computing task, including its code, data source, schedule, and dependencies. An offline computing task runs scheduled data processing rather than serving live requests.
A skill for managing and querying knowledge-graph data. A knowledge graph stores entities and the relationships between them, and Cypher is a language for querying such graphs.
Deploy, start, and update the Alibaba Cloud Observability MCP Server (阿里云可观测 MCP Server). Use this skill whenever the user mentions deploying, installing, starting, updating, or configuring the observability MCP server, Alibaba Cloud SLS/CMS MCP tools, or wants to connect Alibaba Cloud monitoring to their AI coding…
A release procedure for a Node.js project. It updates the package version, runs tests and the build, then prepares Git commits, tags, Docker images, and a GitHub Release.
Instructions for aliyun/alibabacloud-devops-mcp-server, covering claude.md, common commands, run a subset of toolsets (also via devopstoolsets env), local debug helpers (start a server + mcp inspector) and regenerate tools.json snapshot (requires a prior build).
Troubleshoot an Alibaba Cloud ECS Linux OS. Use when a user needs to diagnose a specified ECS Linux instance, such as instance stuck in Starting, boot stuck, SSH/VNC/Workbench login failure, network issues, disk/FS issues, performance anomalies, suspected mining or hidden processes, crash/hang, clock drift, or…
A Linux kernel security scanner that checks for known CVE vulnerabilities and can test whether they are exploitable. CVEs are public identifiers for reported security flaws; the tests need administrator access and can crash the system.
A Linux server security scanner and investigation tool for Alibaba Cloud ECS machines. It checks for signs of intrusion and collects evidence about processes, network activity, logins, persistence, rootkits, malware, memory, and container escapes.
Troubleshoot and repair Alibaba Cloud ECS Windows instances from inside the GuestOS or remotely via Cloud Assistant. Use whenever the user reports any Windows symptom or asks for a health check on an ECS Windows instance, even vague ones like "check this machine": boot failures (BSOD, black screen, boot loop, stuck at…
A Chinese- or English-language assistant for Alibaba Cloud RDS, which is Alibaba Cloud’s managed database service. It uses the RDS Copilot API to answer database questions and investigate problems.
A command-line connection to Alibaba Cloud RDS, a managed service for running relational database instances. It can inspect instances, monitoring, slow logs, parameters, accounts, databases, and run read-only SQL, while also supporting stated instance-management operations.