Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计通过

alibabacloud-pai-feature-store-featuredb-usage-queryalibabacloud pai 特征库 featuredb 使用情况查询

Agent Skill

alibabacloud-pai-feature-store-featuredb-usage-query 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

774

周安装

31

GitHub Stars

80

下载量

250
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alibabacloud-pai-feature-store-featuredb-usage-query(alibabacloud pai 特征库 featuredb 使用情况查询)
来源仓库:https://github.com/aliyun/alibabacloud-aiops-skills
仓库路径:skills/alibabacloud-pai-feature-store-featuredb-usage-query
安装命令:
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-pai-feature-store-featuredb-usage-query
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-pai-feature-store-featuredb-usage-query

简介

alibabacloud-pai-feature-store-featuredb-usage-query 分析 PAI FeatureStore 中 FeatureDB 的使用情况与成本。

  • 适用于特征工程监控、读写趋势分析和费用预估等数据治理场景。
  • 支持按日期、项目或特征视图统计读/写量,并可计算官方计费标准下的费用。
  • 通过 aliyun CLI 调用 FeatureStore API,需确保已开通服务并配置正确区域。
  • 查询范围限制为最近 30 天数据,超出时间窗口的请求将被拒绝。

SKILL.md

PAI-FeatureStore FeatureDB Usage Query and Analysis

Architecture: PAI-FeatureStore Instance → FeatureDB Datasource → Feature Views → Usage Statistics

Key Features

  1. Total Usage Analysis: Query daily read/write totals across a date range (up to 30 days)
  2. Feature View Details: Query specific feature view usage on a given date with sorting by read/write count
  3. Project-Level Analysis: Query daily read/write totals for a specific project (up to 30 days)
  4. Feature View Trends: Query daily read/write trends for a specific feature view (up to 30 days)
  5. Cost Calculation: Calculate costs based on official pricing tiers for different regions

Supported Regions

cn-beijing, cn-hangzhou, cn-shanghai, cn-shenzhen, cn-hongkong, ap-southeast-1, ap-southeast-5, us-west-1, eu-central-1


Installation

Pre-check: Aliyun CLI >= 3.3.3 required Run aliyun version to verify >= 3.3.3. If not installed or version too low, run curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash to update, or see references/cli-installation-guide.md for installation instructions. Then [MUST] run aliyun configure set --auto-plugin-install true to enable automatic plugin installation. [MUST] run aliyun plugin update to ensure that any existing plugins on your local machine are always up-to-date.

[MUST] CLI User-Agent — Every aliyun CLI command invocation must include: --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

The PAI-FeatureStore CLI plugin will be automatically installed when first used if auto-plugin-install is enabled.

Timeout: Default 10s is sufficient for all API calls.


Authentication

Pre-check: Alibaba Cloud Credentials Required Security Rules: - NEVER read, echo, or print AK/SK values (e.g., echo $ALIBABA_CLOUD_ACCESS_KEY_ID is FORBIDDEN) - NEVER ask the user to input AK/SK directly in the conversation or command line - NEVER use aliyun configure set with literal credential values - NEVER output any string resembling a key (e.g., LTAI5t***, AccessKeyId: xxx, ak-***) - ONLY use aliyun configure list to check credential status ``bash aliyun configure list `` Check the output for a valid profile (AK, STS, or OAuth identity). If no valid profile exists, STOP here.

Required Parameters

IMPORTANT: Parameter Confirmation — Before executing any command or API call, ALL user-customizable parameters (e.g., RegionId, instance names, CIDR blocks, passwords, domain names, resource specifications, etc.) MUST be confirmed with the user. Do NOT assume or use default values without explicit user approval.
Parameter NameRequired/OptionalDescriptionDefault Value
RegionIdRequiredAlibaba Cloud region ID. Must be one of the supported regions listed above.None
WorkspaceIdOptional*PAI workspace ID (numeric, e.g., 12345). Required if DatasourceId is not provided.None
DatasourceIdOptional*FeatureDB datasource ID (numeric, e.g., 67890). Required if WorkspaceId is not provided.None
StartDateOptionalQuery start date in yyyy-MM-dd format.30 days ago (for total usage) or 7 days ago (for project/feature view)
EndDateOptionalQuery end date in yyyy-MM-dd format.Yesterday
ProjectNameOptionalProject name (required for project-level and feature view queries).None
FeatureViewNameOptionalFeature view name (required for feature view trend queries).None
SortByOptionalSort field: ReadCount or WriteCountReadCount
OrderOptionalSort order: ASC or DESCDESC

Note: Either WorkspaceId or DatasourceId must be provided. If neither is provided, the skill will list all available FeatureDB datasources for user selection.


RAM Permissions

This skill requires the following RAM permissions. See references/ram-policies.md for detailed policy configuration.

Required Actions:

  • paifeaturestore:ListInstances
  • paifeaturestore:GetDatasource
  • paifeaturestore:ListDatasources
  • paifeaturestore:ListDatasourceFeatureViews

Core Workflow

Functional Scope (MUST CHECK FIRST)

This skill ONLY supports querying FeatureDB read/write usage statistics. Any requests outside of "querying historical read/write counts or costs" are out of scope and must be politely declined with a list of supported features.

[MUST] If request is out of scope, reject politely and list supported features: > "Sorry, this Skill only supports querying FeatureDB read/write usage statistics, not [user request]. Supported features: 1) Daily read/write totals 2) Feature view details 3) Usage trends 4) Cost calculation"

Feature Selection Logic

Which features to execute depends on user's request:

ScenarioAction
Request out of scope or unsupportedReject and list supported features (see above)
User specifies supported feature(s)Execute the specified feature(s)
User doesn't specify any featureExecute default behavior (see below)

Supported Functions

  1. Query daily FeatureDB read/write totals from StartDate to EndDate with analysis (max 30-day span)
  2. Query per-feature-view read/write counts for a specific date, with sorting and analysis
  3. Query daily FeatureDB read/write totals for a specific project from StartDate to EndDate with analysis (max 30-day span)
  4. Query daily FeatureDB read/write trends for a specific feature view from StartDate to EndDate with analysis (max 30-day span)
  5. Calculate costs based on official pricing and query results

User-Friendly Prompts

Use descriptive names instead of function numbers when prompting, because "Function 3" is meaningless to users who haven't read this document.

Execution Steps

Step 1: Verify PAI-FeatureStore Instance

aliyun paifeaturestore list-instances \
  --region <RegionId> \
  --status Running \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Expected Output: A list of running instances with their InstanceIds.

Error Handling (if no running instances found — STOP, do NOT guess InstanceId):

No running PAI-FeatureStore instances found in this region. Please verify: 1. Is the RegionId correct? 2. Do you need to switch to a different region? 3. To activate PAI-FeatureStore, visit the console

Step 2: Identify FeatureDB Datasource

Case A: User provided WorkspaceId

aliyun paifeaturestore list-datasources \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --type FeatureDB \
  --workspace-id <WorkspaceId> \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Case B: User provided DatasourceId

[MUST] When user provides DatasourceId, you MUST call GetDatasource or ListDatasources to verify the datasource type is FeatureDB. Do NOT skip this validation step.
aliyun paifeaturestore get-datasource \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --datasource-id <DatasourceId> \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Validation: Check the Type field in the response. If Type is NOT FeatureDB, stop and inform the user that this datasource is not a FeatureDB datasource.

Case C: Neither WorkspaceId nor DatasourceId provided

aliyun paifeaturestore list-datasources \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --type FeatureDB \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Note: This API is paginated. Calculate total pages from TotalCount and PageSize, then fetch all pages.

Example pagination logic:

# First call to get TotalCount
FIRST_RESPONSE=$(aliyun paifeaturestore list-datasources \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --type FeatureDB \
  --page-number 1 \
  --page-size 10 \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query)

# Extract TotalCount and calculate total pages
# Then iterate through all pages
for page in {1..total_pages}; do
  aliyun paifeaturestore list-datasources \
    --region <RegionId> \
    --instance-id <InstanceId> \
    --type FeatureDB \
    --page-number $page \
    --page-size 10 \
    --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query
done

Present all FeatureDB datasources to the user. If only ONE datasource exists, use it directly.

When MULTIPLE datasources exist, behavior depends on query type:

Query TypeUser Confirmation Required
Total usage (Function 1)Ask: "Query aggregated usage for all N datasources, or select a specific one?" Then proceed based on user's choice.
Feature view details / Project / Trends (Function 2/3/4)Must select ONE datasource. These queries are datasource-specific and cannot span multiple datasources.

Error Handling:

  • If WorkspaceId or DatasourceId is invalid, fall back to Case C and list all available datasources.

Step 3: Query Usage Statistics

Date Validation (before API call):

  • Format: Must be yyyy-MM-dd (e.g., 2024-03-15). If user provides other formats (e.g., 3/15, 2024.03.15), convert to correct format.
  • Range: EndDate - StartDate must be ≤ 30 days. If exceeded, ask user to narrow the range or split into multiple queries.
  • Boundary: EndDate ≤ today; StartDateEndDate.

Relative Date Ranges ("last 7 days", "last 30 days"): Calculate StartDate = N days ago, EndDate = yesterday. Run date command separately first, then use the literal result in --start-date/--end-date. NEVER embed $(...) in CLI commands.

Execute queries based on user requirements:

Function 1: Query Total Daily Read/Write Usage

Query daily totals from StartDate to EndDate (default: last 30 days).

aliyun paifeaturestore list-datasource-feature-views \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --datasource-id <DatasourceId> \
  --start-date <StartDate> \
  --end-date <EndDate> \
  --verbose false \
  --show-storage-usage false \
  --page-size 1 \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Output: Extract TotalUsageStatistics from the response.

Function 2: Query Per-Feature-View Usage for a Specific Date

Query all feature views' read/write counts on a specific date, with sorting.

aliyun paifeaturestore list-datasource-feature-views \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --datasource-id <DatasourceId> \
  --start-date <TargetDate> \
  --end-date <TargetDate> \
  --verbose true \
  --show-storage-usage false \
  --all true \
  --sort-by <ReadCount|WriteCount> \
  --order <ASC|DESC> \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Output: Extract FeatureViews array from the response.

Function 3: Query Daily Usage for a Specific Project

Query daily totals for a specific project from StartDate to EndDate (default: last 7 days).

aliyun paifeaturestore list-datasource-feature-views \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --datasource-id <DatasourceId> \
  --start-date <StartDate> \
  --end-date <EndDate> \
  --verbose false \
  --show-storage-usage false \
  --page-size 1 \
  --project-name <ProjectName> \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Output: Extract TotalUsageStatistics from the response.

Error Handling:

  • If the API returns an error indicating the project does not exist, recommend querying Function 2 first to get the complete list of queryable projects (deduplicate by project name).

Function 4: Query Daily Usage for a Specific Feature View

Query daily trends for a specific feature view from StartDate to EndDate (default: last 7 days).

aliyun paifeaturestore list-datasource-feature-views \
  --region <RegionId> \
  --instance-id <InstanceId> \
  --datasource-id <DatasourceId> \
  --start-date <StartDate> \
  --end-date <EndDate> \
  --verbose true \
  --show-storage-usage false \
  --all true \
  --project-name <ProjectName> \
  --name <FeatureViewName> \
  --user-agent AlibabaCloud-Agent-Skills/alibabacloud-pai-feature-store-featuredb-usage-query

Output: Extract the matching feature view from the FeatureViews array.

Error Handling:

  • If no matching feature view is found in the response, the feature view does not exist. Recommend querying Function 2 first to get the complete list of queryable feature views.

Step 4: Analyze Results and Calculate Costs

Based on user requirements:

  1. Analyze usage trends from the query results
  2. Calculate costs Official Pricing (per 10,000 requests):
RegionWrite CostRead Cost
Beijing, Shanghai, Hangzhou, Shenzhen¥0.151¥0.0755
Hong Kong, Singapore, Silicon Valley, Frankfurt, Jakarta¥0.2651¥0.1326
  1. Present insights:

- Identify high-traffic feature views - Highlight usage patterns (spikes, trends) - Provide cost breakdown and optimization suggestions if applicable

  1. Offer next steps:

- Ask if the user wants to drill down into specific projects or feature views - Offer to calculate costs if not already done - Suggest further analysis options


Success Verification

The skill execution is successful if:

  1. ✅ Valid PAI-FeatureStore instance is found
  2. ✅ FeatureDB datasource is identified or selected
  3. ✅ Usage statistics are successfully retrieved
  4. ✅ Results are analyzed and presented clearly
  5. ✅ Cost calculations are accurate (if requested)
  6. ✅ Response language matches user's question language

For detailed verification steps, see references/verification-method.md.


Cleanup

This skill performs read-only operations and does not create any resources. No cleanup is required.


Best Practices

  1. Always confirm the RegionId with the user before executing any commands
  2. Use pagination properly when listing datasources to ensure all results are retrieved
  3. Provide context in analysis: Don't just show numbers—explain trends and patterns
  4. Offer actionable insights: Suggest which feature views or projects to investigate further
  5. Handle errors gracefully: If a project or feature view doesn't exist, guide the user to list all available options first
  6. Calculate costs accurately: Use the correct pricing tier based on the region
  7. Keep user engaged: After showing results, ask if they want to drill deeper or analyze specific aspects
  8. Decline out-of-scope requests politely: If a request is not about querying usage statistics, politely decline and list supported features

Reference Documentation

ReferenceDescription
RAM PoliciesRequired RAM permissions and policy configuration
Related APIsComplete list of APIs and CLI commands used
Verification MethodDetailed verification steps for each operation
CLI Installation GuideAliyun CLI installation and setup instructions
Acceptance CriteriaTesting patterns and validation criteria

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.82%
按下载量换算92

Claude

30.43%
按下载量换算76

Cursor

18.53%
按下载量换算46

Gemini CLI

10.13%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills