I 指令集查询Command Catalog 缓存已就绪

COMMAND CATALOG

快速查找自动化指令

按名称、函数、说明或关键词检索指令,展开列表项即可查看参数和帮助文档。

1,775可查询指令
186已缓存指令集
最近缓存指令 · 1,775 条 第 2 / 89 页

Amazon VC - Download Return Data

Amazon VC Backend

Filter date and country conditions on the Amazon VC backend Return page and download Return data file

activity_amazon_vc download_returns_data 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名download_returns_data
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Start Datestr · YYYY-MM-DD format, e.g., 2025-01-15
End Datestr · YYYY-MM-DD format, e.g., 2025-01-31
Save Folderstr · Path to the folder where the file will be saved
File Namestr · File name without extension
Country Codestr · Country code abbreviation, e.g., GB (United Kingdom), DE (Germany), US (United States), etc. If empty, country filtering is skipped
Timeout (seconds)str · Timeout for page loading and download waiting, default 300 seconds (5 minutes)

输出参数

File Pathstr

Amazon VC - Download Sales Data

Amazon VC Backend

On the Amazon VC backend sales data page, enter the page by concatenating date conditions in the URL, select CSV or Excel export, enter the download window, wait and download the file

activity_amazon_vc download_sales_data 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名download_sales_data
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser · Pass in the Amazon VC backend web page object
Start Datestr · YYYY-MM-DD format, e.g., 2025-01-15
End Datestr · YYYY-MM-DD format, e.g., 2025-01-31
Save Folderstr · Path to the folder where the file will be saved; downloaded files will be saved to this directory
File Namestr · File name without extension
File Typestr · Export format: csv or excel
Download Timeoutstr · Time to wait for download completion, default 600 seconds (10 minutes)

输出参数

File Pathstr

Amazon VC - Download Transaction Data

Amazon VC Backend

Filter date and marketplace conditions on the Amazon VC backend Transactions page and download transaction report data file

activity_amazon_vc download_transactions_data 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名download_transactions_data
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Save Folderstr · Path to the folder where the file will be saved
File Namestr · File name without extension
Start Datestr · YYYY-MM-DD format, e.g., 2025-01-15
End Datestr · YYYY-MM-DD format, e.g., 2025-01-31
Marketplacesstr · List of marketplace codes, separated by commas, e.g., GB,DE. Options include: GB (United Kingdom), DE (Germany), US (United States), etc. If empty, marketplace filtering is skipped
Timeout (seconds)str · Timeout for page loading and download waiting, default 300 seconds (5 minutes)

输出参数

File Pathstr

Amazon VC - Export Promotion Data

Amazon VC Backend

Select region and date conditions on the Amazon VC backend Promotion Central page and export CSV file

activity_amazon_vc download_promotion_data 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名download_promotion_data
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser · Pass in the Amazon VC backend web page object
Save Folderstr · Path to the folder where the file will be saved; exported CSV will be saved to this directory
File Namestr · File name without extension; export format is CSV
Regionstr · Region code, e.g., EU (Europe), US (United States), EF, etc., corresponding to page tabs
Start Datestr · YYYY-MM-DD format, e.g., 2025-01-15; filter condition is 'after' this date
End Datestr · YYYY-MM-DD format, e.g., 2025-01-31; filter condition is 'before' this date
Download Timeoutstr · Time to wait for download completion, default 600 seconds (10 minutes)

输出参数

File Pathstr

Amazon VC Date Selection

Amazon VC Backend

Compatible with some date elements in the Amazon VC backend, select start and end dates through the calendar picker

activity_amazon_vc get_date 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名get_date
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Start Datestr · YYYY-MM-DD format, e.g., 2025-01-15
End Datestr · YYYY-MM-DD format, e.g., 2025-01-31; cannot be later than today, cannot be earlier than start date, and interval cannot exceed 90 days
Start Date XPathstr · XPath of the start date input field
End Date XPathstr · XPath of the end date input field; if empty, the default path will be used

输出参数

Amazon VC Login

Amazon VC Backend

This command implements Amazon VC store login, only clicking the login button and submitting verification codes; does not automatically enter account credentials

activity_amazon_vc vc_login 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名vc_login
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser

输出参数

Amazon VC Switch Language

Amazon VC Backend

This command switches the language to English in the Amazon VC backend

activity_amazon_vc vc_switch_language 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名vc_switch_language
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser

输出参数

Amazon VC Switch Site

Amazon VC Backend

This command implements site switching in the Amazon VC backend, automatically selecting and switching based on site name, and handling login and secondary verification during the process

activity_amazon_vc vc_switch_site 亚马逊VC后台 · v26.8.2
展开
指令编码activity_amazon_vc
模块名vc_switch_site
命名空间xbot_extensions

输入参数

Site Namestr · Name of the site to switch to, e.g., PL-DREOB.V.
Web Page Objectxbot._web.browser.WebBrowser

输出参数

Append to CSV

CSV (extended)

Used to append data to the end of a CSV file. The CSV file is in a closed state during command execution.

activity_3bbe18ac process2 CSV 扩展 · v26.3.1
展开
指令编码activity_3bbe18ac
模块名process2
命名空间xbot_extensions

输入参数

Target File Pathstr · Set the absolute path of the target CSV file to which data will be appended. Input as a string. You can also click the file selector on the left to choose
Delimiterstr · Set the delimiter for the target CSV file. Input as a string, default is comma ','
Encodingstr · Set the encoding format of the file. Input as a string, default is 'ANSI'.
Row Data Liststr · Input the data to be appended, with type as list. Note that the length of the list must match the number of columns in the CSV file

输出参数

Return Nonestr · Returns status value, default None upon successful execution

apply(批量函数处理)

DataFrame 表格扩展

调用 df.apply(),按列,行或表方式应用函数,如果func为None,则返回原df

activity_4e1ef7a4 process18 DataFrame 表格扩展 · v26.5.1
展开
指令编码activity_4e1ef7a4
模块名process18
命名空间xbot_extensions

输入参数

DataFrameany · 传入的目标DataFrame对象。
函数[func]any · 传入应用于行或列的函数。 lambda x:max(x),获取最大值:
轴[axis]any · 设置沿DataFrame的轴,默认为 0,函数应用于每一行。 输入0或 'index',将函数应用于每一列; 输入1或 'columns',将函数应用于每一行。 例如修改默认值,设置为1,函数应用于每行:
rawbool · 设置将行或列作为Series或ndarray对象传递。 默认为False,将每个行或列作为Series传递给函数; 设置为True,则传递ndarray对象给函数。
返回类型[result_type]any · 可输入'expand'、'reduce'、'broadcast'或None,用以设置最终的返回类型; 1.默认为None,根据函数的返回类型推断最终的返回类型。 'expand':将类似列表的结果数据扩展为DataFrame的列; 'reduce':和’expand’相反,返回一个Series ; 'broadcast':结果将以DataFrame的原始形态传递,原始索引和列将保留。

输出参数

返回apply批量处理后dfany · 如果“函数”参数为None,返回原DataFrame;否则返回函数处理后的结果DataFrame或Series。

Automa Offline OCR

Yingdao Offline OCR

Offline OCR with high recognition accuracy

activity_179ea575 process1 影刀离线OCR · v26.7.8
展开
指令编码activity_179ea575
模块名process1
命名空间xbot_extensions

输入参数

Image Path or URLstr · Supports local images and online images
Output the complete resultsbool · Output text coordinates. The returned result includes text box coordinates in the format: [X top-left, Y top-left, X bottom-right, Y bottom-right], and outputs the recognition score
Text Box Thresholdfloat · Threshold for filtering output boxes. Boxes below this threshold will not be output
Text Box Sizefloat · Size of the text detection box. The larger the value, the larger the detection box

输出参数

OCR Resultlist

Automa Offline Table OCR

Yingdao Offline OCR

Offline table OCR with high recognition accuracy

activity_179ea575 process2 影刀离线OCR · v26.7.8
展开
指令编码activity_179ea575
模块名process2
命名空间xbot_extensions

输入参数

Image Path or URLstr · Supports local images and online images
save as excelbool · Optional. When unchecked, the recognition result is returned as HTML-formatted text. When checked, an additional Excel file is output
Save Excel Tostr · Destination path for the Excel file. Only effective when 'Save Result as Excel' is enabled.

输出参数

Recognition Resultstr · Recognition result in HTML-formatted text

A初始化-获取access_token

企业微信-服务端

每个应用有独立的secret,获取到的access_token只能本应用使用,所以每个应用的access_token应该分开来获取

activity_897712cd process1 企业微信-服务端 · v26.7.1
展开
指令编码activity_897712cd
模块名process1
命名空间xbot_extensions

输入参数

corpidstr · 企业ID
corpsecretstr · 应用的凭证密钥

输出参数

access_tokenstr

Base64 Encode File

File Extended Functions

Encode a file with Base64 and return the encoded string

shadowbot_file base64_encode_image 文件扩展功能 · v26.6.4
展开
指令编码shadowbot_file
模块名base64_encode_image
命名空间xbot_extensions

输入参数

File Pathstr
Output as HTML image tag labelbool

输出参数

Base64 Stringstr

Batch Insert

SQL Server Extension

Insert data into the database in batches, suitable for large amounts of data

activity_sql_server insert Sql Server 扩展 · v26.3.1
展开
指令编码activity_sql_server
模块名insert
命名空间xbot_extensions

输入参数

DB Connectionany · Database connection object
SQL Statementstr · SQL statement
Data to Insertlist · Data collection
Batch Sizestr · Number of records to insert per batch

输出参数

Inserted Countint · Number of successfully inserted records

Batch Set Product Attributes

Temu Product Listing

This command implements the batch product attribute setting functionality for Temu listing

activity_temu_listed batch_set_product_attributes Temu 商品上架 · v26.8.1
展开
指令编码activity_temu_listed
模块名batch_set_product_attributes
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Product Attributesdict · Fill in product attribute information, e.g., {'Compatible Vehicle':'Boat','Connection Technology':'Bluetooth,Ethernet,USB'}

输出参数

Batch Set Product Specifications

Temu Product Listing

This command implements the batch specification setting functionality for Temu listing

activity_temu_listed batch_set_product_specifications Temu 商品上架 · v26.8.1
展开
指令编码activity_temu_listed
模块名batch_set_product_specifications
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Specification Infodict · Specification information dictionary
Size Informationdict · Size information dictionary

输出参数

Batch Set SKU Information

Temu Product Listing

This command implements the batch SKU information setting functionality on Temu product publishing page

activity_temu_listed batch_set_sku_info Temu 商品上架 · v26.8.1
展开
指令编码activity_temu_listed
模块名batch_set_sku_info
命名空间xbot_extensions

输入参数

Web Page Objectxbot._web.browser.WebBrowser
Customization Typestr · Product customization type, customized/non-customized
Process Typestr · Process type, single process/combined process
Secondary Processdict · Secondary process selection, e.g., {'Primary Process Name':'Secondary Process Name'}
SKU Informationdict · Fill in SKU information

输出参数

Calculate MD5

File Extended Functions

Calculate the MD5 value of a file

shadowbot_file process1 文件扩展功能 · v26.6.4
展开
指令编码shadowbot_file
模块名process1
命名空间xbot_extensions

输入参数

File Pathstr · File path

输出参数

MD5 Hashstr · MD5 value

CAPTCHA Processing

AI CAPTCHA

This command uses the Doubao-Seed 1.8 model to intelligently identify and automatically complete CAPTCHAs (click-based verification)

activity_ai_captcha deal_captcha AI 验证码 · v26.4.1
展开
指令编码activity_ai_captcha
模块名deal_captcha
命名空间xbot_extensions

输入参数

Web Pagexbot._web.browser.WebBrowser · Web page object
CAPTCHA Elementxbot._web.element.WebElement · CAPTCHA background element containing the complete verification code
API Keystr · API Key

输出参数