Search: create-table
100 result(s) on page 1
creating-data-lake-table
Create managed Iceberg tables using Amazon S3 Tables (s3tables API namespace) with automatic compaction and snapshot management. Sets up table bucket, namespace, table, schema, Glue catalog registration, partitioning, IAM access control. Triggers on: create table, data lake ta…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__creating-data-lake-tableMarkdown_Table_Maker
Create, format, align, sort, transpose, and convert tables between Markdown, CSV, JSON, and TSV using pure Python without dependencies.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Markdown_Table_MakerFor_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.
Professional Windows-only visual automation toolkit with 11 modules for screenshot, OCR, template matching, clicks, input, environment setup, and looping tasks.
quarantinedai-agentopenclawvisual-automationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_11-in-1_Visual_Automation_Suite_(Windows_Only)_Complete_visual_automation_toolkit_with_11_integrated_modules.__###_💰_Price_One-time_purchase:_**$2.99**_(Lifetime_access_to_all_modules_+_future_updates)__###_🚀_How_to_Purchase_1.__Pay_via_PayPal_Invoice:_____🔗_[Click_to_pay_$2.99](https:____www.paypal.com__invoice__p__#V2RC9S8LVKJ434R9)_2.__After_payment,_send_your_email_to:_**[email protected]**_3.__I_will_send_the_full_download_link_within_12_hours.__###_🖥️_Compatibility_-_Windows_10____11_only_-_Not_compatible_with_macOS____Linux_##_1._Product_Basic_Description_###_1.1_Core_Functions_Provides_professional_universal_computer_vision_automation_capabilities_covering_the_full-process_visual_automation_scenarios_such_as_environment_initialization,_full-screen_automatic_screenshot,_OCR_text_recognition,_template_matching_target_localization,_mouse_click_simulation,_keyboard_input_simulation,_and_complete_environment_initialization_&_cleanup_mechanisms._It_supports_custom_task_combination_and_cyclic_execution.__###_1.2_Version_&_Directory_Description_-_Core_Capability:_Flexible_invocation_based_on_minimum_executable_units,_supporting_parameter_customization,_result_variable_inheritance,_and_custom_skill_saving._All_functions_can_be_used_directly_with_the_`call`_command_right_after_extracting_the_package._-_Directory_Structure:____-_`claw.json`_-_Skill_package_configuration_file___-_`skills__all_skills.claw`_-_All_skill_unit_definitions___-_`templates__`_-_Directory_for_template_images_(place_your_template_images_here_for_matching)___-_Temporary_file_directory_`temp__`_(for_storing_screenshots_like_temp__screen.png)_is_automatically_created_after_executing_`init_env`;_temporary_screenshot_files_can_be_cleaned_up_via_`clean_temp`._-_Version_Info:_Current_version:_1.0.0;_Compatible_with_OpenClaw_>=_1.0.0__###_1.3_Paid_Attribute_This_automation_skill_system_(vision-auto-tool-pro)_is_a_paid_professional_toolkit._The_document_does_not_explicitly_authorize_commercial_use_of_the_toolkit._The_paid_permission_only_covers_basic_usage_(non-commercial_by_default),_and_commercial_use_requires_separate_confirmation_of_authorization_with_the_provider_(e.g.,_purchasing_a_commercial_license,_signing_a_commercial_agreement).__##_2._Complete_Skill_Invocation_Manual_###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation._For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.__###_2.1_List_of_All_Minimum_Executable_Units_|_Unit_Name_______________|_Fixed_Call_Name__________|_Function_Description_________________________________________________________________|_Individual_Call_Method__________________________|_|-------------------------|--------------------------|--------------------------------------------------------------------------------------|-------------------------------------------------|_|_Initialize_Environment__|_`init_env`_______________|_Create_directory_structure,_clear_temporary_files,_check_template_directory__________|_`call_init_env`__________________________________|_|_Full_Screen_Screenshot__|_`screenshot_full`________|_Capture_entire_screen_and_save_as_temp__screen.png____________________________________|_`call_screenshot_full`___________________________|_|_Check_Screenshot_Validity_|_`check_screenshot_valid`_|_Check_for_black_screen__freeze,_wake_up_the_interface_if_invalid______________________|_`call_check_screenshot_valid`____________________|_|_Wake_Interface__________|_`wake_window`____________|_Solve_the_problems_of_background_non-rendering_and_black_screenshot___________________|_`call_wake_window`_______________________________|_|_OCR_Recognition_________|_`ocr_recognize`__________|_Recognize_all_text_on_the_screen_and_their_corresponding_coordinates__________________|_`call_ocr_recognize`_____________________________|_|_Template_Matching_______|_`template_match`_________|_Use_template_image_to_match_and_locate_icons__buttons__________________________________|_`call_template_match_category_template_name`_____|_|_Unified_Localization____|_`locate_target`__________|_Prioritize_OCR_positioning;_use_template_matching_if_not_found,_return_coordinates___|_`call_locate_target_target_text_OR_category+template_name`_|_|_Mouse_Click_____________|_`mouse_click`____________|_Move_to_the_specified_coordinates_and_perform_click_operation________________________|_`call_mouse_click_X_Y_[click_type,_default=single_click]`_|_|_Keyboard_Input__________|_`keyboard_input`_________|_Input_text_after_locating_the_input_box______________________________________________|_`call_keyboard_input_target_coords__description_input_content`_|_|_Clean_Temporary_Files___|_`clean_temp`_____________|_Delete_temporary_screenshots_and_free_up_storage_space_______________________________|_`call_clean_temp`________________________________|_|_Loop_Restart____________|_`loop_restart`___________|_Wait_2_seconds_then_go_back_to_the_screenshot_step_and_restart_the_process___________|_`call_loop_restart`______________________________|__###_2.2_Method_for_Invoking_Individual_Units_####_Invocation_Format_```_call_[unit_call_name]_[parameter...]_```_####_Invocation_Examples_-_Initialize_environment:_`call_init_env`_-_Template_match_browser_icon_on_desktop:_`call_template_match_desktop_web`_-_Perform_double-click_at_coordinates_(100,200):_`call_mouse_click_100_200_double`__###_2.3_Combine_into_Custom_New_Tasks_By_writing_one_call_instruction_per_line_in_execution_order,_you_can_combine_them_into_a_custom_new_task,_which_supports_variable_inheritance,_looping,_and_permanent_saving.__####_Format_Example_(Open_Browser)_```_#_Task_Name:_Open_Browser_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_locate_target_browser_desktop_Browser_call_mouse_click_{{resultX}}_{{resultY}}_double_call_clean_temp_```__####_Combination_Steps_1._**Write_task_name_and_description_first**_(for_easier_identification_later)_2._**In_execution_order**,_write_one_`call_unit_name_parameters`_instruction_per_line_3._Coordinates_can_use_variables_`{{resultX}}`__`{{resultY}}`_to_inherit_the_output_result_of_the_previous_unit_4._If_cyclic_execution_is_required,_add_`call_loop_restart`_at_the_end_5._**Save_custom_skill**:_Use_`save_skill_skill_name_instruction_list`_to_save_the_task_permanently,_then_call_it_directly_with_`call_skill_name`__###_2.4_Complete_Main_Flow_Invocation_Example_```_#_General_Main_Flow:_vision_auto_main_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_ocr_recognize_#_If_template_matching_is_needed,_add_this_line:_call_template_match_category_name_call_locate_target_target_text_call_mouse_click_{{X}}_{{Y}}_#_If_text_input_is_needed,_replace_the_above_line_with:_call_keyboard_input_{{X}}_{{Y}}_input_content_call_clean_temp_#_Add_this_line_if_you_need_to_loop:_call_loop_restart_```___###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation.___>__For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.create-adaptable-composable
Indexed by skills.sh from hyf0/vue-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.5
- Author
- hyf0
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__create-adaptable-composableTelegram_Ascii_Table
Format tabular data as ASCII box tables for Telegram. Stdin-only input eliminates shell injection risks. Handles smart column sizing, text wrapping, and proper padding for monospace display.
quarantinedAsciiTableTelegramClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telegram_Ascii_TableFeishu_Bitable_Creator
Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup. Use when the user needs to: 1. Create a new Bitable from scratch...
quarantinedbitabledatabasefeishuClawHubCreate
Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CreateBeta_Cap_Table
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.
quarantinedequityfinancestartupClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Beta_Cap_TableCap_Table
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cap_TableCap_Table_Explainer
Explain a cap table, dilution, SAFEs, option pools, and round mechanics in plain English with the actual math. Use when asked to explain dilution, model a SA...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cap_Table_ExplainerCap_Table_Manager
Equity cap table management for startups and growth-stage companies. Models SAFEs, convertible notes, priced equity rounds, token allocations, dilution scena...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cap_Table_ManagerMD_Table_Image
Render markdown tables as PNG images. Use whenever you need to send a table in chat — render it as an image instead of raw markdown text.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MD_Table_ImageREADME_Env_Table_Sync
Generate and sync a README environment-variable table from .env.example using marker blocks, with drift detection for CI.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__README_Env_Table_SyncSurvival_Curve_Risk_Table
Analyze data with `survival-curve-risk-table` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Survival_Curve_Risk_TableTable_1_Generator
Automated generation of baseline characteristics tables (Table 1) for clinical research papers.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Table_1_GeneratorTable_Image
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Table_ImageTable_Mountain_Status
Fetch and report the Table Mountain Aerial Cableway status via the official weather API. Use when Master asks for “Tafelberg” updates, needs alerts about openings/closures, or wants automated Telegram reports about status, weather, and waiting times.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Table_Mountain_StatusTable_Ocr
OCR and extract tables from scanned PDFs and images using MinerU. Recognizes table structures in image-based documents and converts them to structured Markdo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Table_OcrTable_Tool
Format data into aligned table columns. Use for displaying structured data with organized rows and columns.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Table_Tooldata-table-filters
Indexed by skills.sh from openstatushq/data-table-filters
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- openstatushq
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__data-table-filtersdingtalk-ai-table
Indexed by skills.sh from aliramw/dingtalk-ai-table
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- aliramw
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__dingtalk-ai-tableGoogle_Docs_Connector
Google Docs Connector: Google Docs: create, edit, format documents. Tables, images, headers, page breaks. Export to PDF/DOCX/HTML. Share and manage permissio...
quarantinedagentpmtbatch-updatecreate-documentClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Docs_ConnectorAlta_Nsps_Table_A_Scope_Memo
Use this skill when a PLS, title underwriter, lender counsel, or real-estate attorney needs to draft a scope-of-services memo for a 2026 ALTA/NSPS Land Title...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alta_Nsps_Table_A_Scope_MemoAppendix_Table_Writer
Curate reader-facing survey tables for the Appendix (clean layout + high information density), using only in-scope evidence and existing citation keys. **Tri...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Appendix_Table_WriterAuto_Pivot_Table
Build ORBCAFE advanced analytics and voice navigation with CPivotTable/usePivotTable and CAINavProvider/useVoiceInput using official examples patterns. Use f...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto_Pivot_TableComparison_Table_Gen
Auto-generates comparison tables for concepts, drugs, or study results in Markdown format.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Comparison_Table_GenWPS_Table_Diagnosis
Diagnose spreadsheet structure and recommend practical Excel/WPS-compatible formulas and workflows for cleaning, lookup and matching, summarization, text and...
quarantineddata-cleaningexcelformulaClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Excel____WPS_Table_DiagnosisGLM-OCR-Table
Official skill for recognizing and extracting tables from images and PDFs into Markdown format using ZhiPu GLM-OCR API. Supports complex tables, merged cells...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__GLM-OCR-TableJson_Render_Table
Render compact generic data tables to PNG images with json-render-cli. Use when users ask to visualize arbitrary structured rows/columns (non-ticket-specific...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Json_Render_TableMarkdown_Table_Generator
Generate, format, and manipulate Markdown tables with support for alignment, conversion from CSV/TSV, sorting, and transposition. Use when users need to crea...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Markdown_Table_GeneratorPaper_To_Table
Extract structured data from academic papers (PDF/DOCX/TXT) into literature review tables (XLSX/CSV) with fidelity, batch support, and multi-domain handling.
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Paper_To_Tableprint-to-table
Transform data from images into organized tables in Excel.
quarantineddata-extractiontablesadvertisingLobeHub- Registry
- LobeHub
- Category
- Social Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__print-to-tablecomparison-table-generator
Indexed by skills.sh from kostja94/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kostja94
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__comparison-table-generatorcreating-data-lake-table
Indexed by skills.sh from aws/agent-toolkit-for-aws
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aws
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__creating-data-lake-tablepostgresql-table-design
Indexed by skills.sh from wshobson/agents
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- wshobson
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__postgresql-table-designsyncfusion-react-pivot-table
Indexed by skills.sh from syncfusion/react-ui-components-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- syncfusion
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__syncfusion-react-pivot-tabletable-extractor
Indexed by skills.sh from claude-office-skills/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- claude-office-skills
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__table-extractortable-generation
Indexed by skills.sh from lingzhi227/agent-research-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- lingzhi227
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__table-generationtable-tone
Indexed by skills.sh from jwynia/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- jwynia
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__table-tonetanstack-table
Indexed by skills.sh from casper-studios/casper-marketplace
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.11
- Author
- casper-studios
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__tanstack-tableCloudCreate_Tools
Enumerates CloudCreate.ai (https://cloudcreate.ai) in-browser tool capabilities and builds shareable links with locale (en/zh) for production or self-hosted...
quarantinedarchivecloudcreatecssClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CloudCreate_ToolsDecomposes_complex_user_requests_into_executable_subtasks,_identifies_required_capabilities,_searches_for_existing_skills_at_skills.sh,_and_creates_new_skills_when_no_solution_exists._This_skill_should_be_used_when_the_user_submits_a_complex_multi-step_request,_wants_to_automate_workflows,_or_needs_help_breaking_down_large_tasks_into_manageable_pieces.
Decomposes complex user requests into executable subtasks, identifies required capabilities, searches for existing skills at skills.sh, and creates new skills when no solution exists. This skill should be used when the user submits a complex multi-step request, wants to automa…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Decomposes_complex_user_requests_into_executable_subtasks,_identifies_required_capabilities,_searches_for_existing_skills_at_skills.sh,_and_creates_new_skills_when_no_solution_exists._This_skill_should_be_used_when_the_user_submits_a_complex_multi-step_request,_wants_to_automate_workflows,_or_needs_help_breaking_down_large_tasks_into_manageable_pieces.Airtable
Browse Airtable bases and tables, inspect records, create records, and manage fields, comments, and table actions via the Airtable API. Use this skill when u...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.8
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AirtablezenTable
Render structured table data as high-quality PNG images using Headless Chrome. Use when: need to visualize tabular data for chat interfaces, reports, or soci...
quarantinedbetaocrrenderingClawHubAirtable_Cli
Read, create, update, delete, and search Airtable records. List bases and tables, filter records, and batch upsert.
quarantinedairtableapiautomationClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Airtable_CliDOCX_Tables
Create Word documents with properly formatted tables using docx npm library. Tables work consistently across Word and Google Docs. Use when creating DOCX fil...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DOCX_TablesPipeworx_airtable
Integrate with Airtable API to list bases, fetch and filter records, get record details, create new records, and retrieve base schemas.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pipeworx_airtablePlaylistable
Create AI-powered Spotify playlists and discover music via Playlistable MCP. Use when the user wants to generate playlists from a mood/prompt, search songs o...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PlaylistablePretty_Tables
Create beautiful, full-width tables in Word documents using the docx npm library. Tables are properly sized, centered, and styled. Use when you need to creat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pretty_Tablesstable-diffusion
I help create precise prompts for Stable Diffusion. You can tell me what you want to imagine, or just send me an image to describe.
quarantinedstable-diffusionLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__stable-diffusionDingtalk_Bitable
钉钉多维表格 API 集成 - 表格管理、数据 CRUD。Use when: user asks about DingTalk bitable, table, database, spreadsheet.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dingtalk_BitableExcel_Master
Comprehensive Excel tool for opening, filtering, summarizing, charting, PDF exporting, and AI-based table analysis across multiple sheets.
quarantinedchartdataexcelClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Excel_MasterExtract_Tables_From_Pdf
Extract tables from PDF documents using MinerU's table detection engine. Identifies and extracts structured table data from both native and scanned PDFs. Fea...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Extract_Tables_From_PdfFeishu_Bitable
Read, query, update, and manage Feishu multidimensional table data using SQL-like commands with automatic URL parameter extraction.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_BitableFeishu_Bitable_Merger
Feishu Bitable Merger - Merge multiple Feishu bitable data into one table
quarantinedClawHub- Registry
- ClawHub
- Category
- Finance· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Bitable_MergerFile_Utilities_And_Editing
File Utilities and Editing: File utilities: MIME type detection, path parsing/joining, CSV to ASCII table, JSON formatting, Base64 encoding, hash generation...
quarantinedagentpmtfile-base64-decodefile-base64-encodeClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__File_Utilities_And_EditingCreate_3d_Model_From_Image
3D Modeling Agent: Create 3D models from images or text, refine text-generated drafts into final textured assets, and retrieve completed model files from one...
quarantinedagentpmtcreate-model-from-imagecreate-model-from-textClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Create_3d_Model_From_Imageairtable
Airtable REST API via curl. Records CRUD, filters, upserts.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Productivity
- Version
- 1.0.0
- Author
- community
- License
- MIT
curlcurl -s /v1/skills/community__axehub:built-in__built-in__airtableHost_Concerts_—_Create_AI_Music_Experiences_with_Visual_DJ_&_Setlists
Concert hosting for AI agents — upload audio, build setlists, customize Butterchurn visualizer equations with Visual DJ hints. The platform analyzes tracks (...
quarantinedact-transitionsai-musicaudio-analysisClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Host_Concerts_—_Create_AI_Music_Experiences_with_Visual_DJ_&_Setlistsfigma-create-design-system-rules
Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code wor…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-create-design-system-rulesfigma-create-new-file
Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-ne…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-create-new-file1._The_input_is_a_Word_template_document;_2._Analyze_the_structure_of_this_template,_including:_1)_Font_styles,_sizes,_etc.,_for_headings,_body_text,_etc.;_2)_Content:_the_general_structure_of_each_paragraph;_3)_Multimedia_elements:_images,_text,_tables_(including_metric_data,_etc.)_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1)_A_knowledge_base,_or_multiple_documents;_2)_Relationship_tables_(or_CSV_files),_SQL_query_results,_etc.
Automatically analyze Word templates and data inputs to generate formal documents matching the template's styles and structure.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__1._The_input_is_a_Word_template_document;_2._Analyze_the_structure_of_this_template,_including:_1)_Font_styles,_sizes,_etc.,_for_headings,_body_text,_etc.;_2)_Content:_the_general_structure_of_each_paragraph;_3)_Multimedia_elements:_images,_text,_tables_(including_metric_data,_etc.)_3._Generate_documents_that_conform_to_the_template_structure_based_on_the_given_data_1)_A_knowledge_base,_or_multiple_documents;_2)_Relationship_tables_(or_CSV_files),_SQL_query_results,_etc.Accountable_AI
Implements governance for AI teams by defining roles, decision authority, procedures, and delegation to ensure accountability and traceable actions.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Accountable_AIAgent_Roundtable
Multi-agent roundtable discussion — topic-driven multi-round debate with convergence detection and conclusion generation
quarantinedcollaborationdebatediscussionClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_RoundtableAirtable_Automation
Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Airtable_AutomationAirtable_Overview
Explains what Airtable is and how data is structured — bases, tables, fields, records, views, automations, and interfaces. Use when you need context about th...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Airtable_OverviewAirtable_Participants
Read and query retreat participant data from the Ceremonia Airtable base. Use this skill when asked about participants, subscriber counts, retreat attendance...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Airtable_ParticipantsPython
Manage Airtable tables and records via the pydantic-airtable Python library. Use when creating, listing, updating, deleting, or inspecting Airtable records o...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Airtable_w__PythonAlibabacloud_Tablestore_Agent_Storage
Alibaba Cloud Tablestore Agent Storage Skill. Use for building and managing Tablestore-based knowledge bases with the `tablestore-agent-storage` Python SDK....
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Tablestore_Agent_StorageAlibabacloud_Tablestore_Openclaw_Memory
This skill installs and configures the **Tablestore Mem0** plugin for OpenClaw. Tablestore Mem0 uses Alibaba Cloud Tablestore as the vector store backend for...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Tablestore_Openclaw_MemoryAlibabacloud_Tablestore_Ops
Alibaba Cloud Tablestore (OTS) Read-Only Operations Skill. Use for querying Tablestore instances and data tables via Aliyun CLI. Triggers: "tablestore", "ots...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Tablestore_OpsAn_interactive_workflow_structuring_assistant_that_progressively_clarifies_and_decomposes_a_vague_process_into_a_structured,_executable_workflow_document.
Interactive workflow structuring assistant that guides users step-by-step to transform vague process descriptions into structured, executable workflow docume...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__An_interactive_workflow_structuring_assistant_that_progressively_clarifies_and_decomposes_a_vague_process_into_a_structured,_executable_workflow_document.Analyse_pièce_comptable
Analyse une pièce comptable isolée (facture, relevé ou note de frais) pour en extraire les données clés et signaler d’éventuelles anomalies sans modification.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Analyse_pièce_comptableBot_Roundtable
Enables multiple Bots in a Feishu group to spawn expert personas and hold realistic multi-Bot discussions automatically or on demand.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bot_RoundtableBridge_Stablecoin
Build USDC bridging with Circle Bridge Kit SDK and Crosschain Transfer Protocol (CCTP). Supports bridging USDC between EVM chains, between EVM chains and Sol...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bridge_StablecoinBuild_apps_with_Bitcoin_and_Stablecoins_on_Arkade
Guide for developing with the Arkade TypeScript SDK (@arkade-os/sdk) — Bitcoin wallets, Lightning, smart contracts, and stablecoin swaps.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Build_apps_with_Bitcoin_and_Stablecoins_on_ArkadeCash_Conversion_Cycle_—_Why_Profitable_Businesses_Run_Out_of_Cash
Activate when: a profitable-on-paper business is short on cash; 'we're profitable but always broke', managing working capital, inventory or receivables tying...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cash_Conversion_Cycle_—_Why_Profitable_Businesses_Run_Out_of_CashClawdTable
Play provably fair blackjack at ClawdTable — a crypto casino for AI agents. Join tables, place bets, play cards, and chat with other agents using USDC on Sol...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawdTableContent_System_Feishu_Bitable_Sync
Sync a local `wechat-report` result into Feishu Bitable after the user has reviewed the report and confirmed the sync.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Content_System_Feishu_Bitable_SyncDarktable_Photo_Workflow
Structured Darktable photo critique and non-destructive RAW edit workflow. Evidence-based analysis, phased collaboration loop (input audit → diagnosis → comp...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Darktable_Photo_WorkflowFeishu_Bitable_Attachment
uploads files from local/url/feishu-message to any accessible feishu bitable attachment field via material upload flow (parent_type=bitable_file)
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Bitable_AttachmentFeishu_Bitable_CRUD
Feishu/Lark Bitable CRUD skill. Teaches your agent to correctly use feishu_bitable_* tools for creating, reading, updating records in Feishu Bitable. Handles...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Bitable_CRUDFeishu_Bitable_Data_Sync
Feishu Bitable Data Sync - Sync data between multiple bitables or external sources. **Features**: - Sync data between two bitables - Import data from externa...
quarantinedbitabledatafeishuClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Bitable_Data_SyncFeishu_Bitable_Query
Query Feishu Bitable (多维表格) with server-side filter, sort, field selection, and multiple output formats. Activate when querying bitable records with conditio...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Bitable_QueryFind_Profitable_Stocks
Screen and analyze stocks based on free cash flow and fundamentals to identify truly profitable companies with health scores and key metrics.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Find_Profitable_StocksFind_stable,_reliable,_and_secure_service_for_your_agents
Find and shortlist third-party services using OpenSpend CLI marketplace search. Use when asked to discover providers for a capability, compare options, and r...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Find_stable,_reliable,_and_secure_service_for_your_agentsFounder-Led_Sales_—_Sell_It_Yourself_Until_It's_Repeatable
Activate when: an early founder needs revenue but wants to hire a salesperson or 'automate' sales too soon; 'I hate selling', 'when should I hire sales?', fi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Founder-Led_Sales_—_Sell_It_Yourself_Until_It's_RepeatableHospitable_Ops
Operate and automate Hospitable properties, reservations, and calendars with safe read-first API workflow, focusing on non-price calendar controls and write...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hospitable_OpsIdentifying_companies_via_LinkedIn,_locating_businesses_from_LinkedIn_data_by_name,industry,_size,_and_founding_year._Helping_sales_teams,_marketers,_and_B2B_lead-generationspecialists_discover_LinkedIn_company_profiles,_research_target_clients,_and_enrichfirmographic_data—suitable_for_customer_acquisition,_market_research,_competitor_analysis,and_account-based_sales.
Search companies from LinkedIn filtered by industry, size and founding year. Collect firmographic data to boost client‑hunting and account‑based sales outrea...
quarantinedB2B sales-leadabmaccount-basedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Identifying_companies_via_LinkedIn,_locating_businesses_from_LinkedIn_data_by_name,industry,_size,_and_founding_year._Helping_sales_teams,_marketers,_and_B2B_lead-generationspecialists_discover_LinkedIn_company_profiles,_research_target_clients,_and_enrichfirmographic_data—suitable_for_customer_acquisition,_market_research,_competitor_analysis,and_account-based_sales.Identifying_global_companies,_locating_businesses_from_global_corporate_databases_by_name,industry,_product,_and_URL._Helping_exporters,_sales_teams,_and_B2B_lead-generationspecialists_discover_global_companies,_research_target_markets,_and_enrich_firmographicdata—suitable_for_customer_acquisition,_market_research,_supplier_sourcing,_andcross-border_lead_generation.
Search global companies by name, industry, product and website URL. Gather firmographic data for supplier research and overseas lead‑generation. Trigger: glo...
quarantinedB2B prospectingbusiness-databasebuyerClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Identifying_global_companies,_locating_businesses_from_global_corporate_databases_by_name,industry,_product,_and_URL._Helping_exporters,_sales_teams,_and_B2B_lead-generationspecialists_discover_global_companies,_research_target_markets,_and_enrich_firmographicdata—suitable_for_customer_acquisition,_market_research,_supplier_sourcing,_andcross-border_lead_generation.Image_to_Editable_PPT_Slide
Rebuild one or more reference images as visually matching editable PowerPoint slides using native shapes, text, fills, and layout instead of a flat screensho...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_to_Editable_PPT_SlideImage_to_Editable_PowerPoint
Convert static images (slides, posters, infographics) to editable PowerPoint files. OCR detects text, classical CV textmask detects ink pixels, mask-clip pre...
quarantinedimage processinginpaintingocrClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_to_Editable_PowerPointIptables
Iptables reference tool. Use when working with iptables in sysops contexts.
quarantinedClawHub- Registry
- ClawHub
- Category
- Devops· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__IptablesMemect_Ppx
Parse PDFs and images into Markdown/JSON using the memect-ppx (`ppx`) CLI. Use when the user asks to OCR scanned PDFs or screenshots, extract tables from PDF...
quarantinedmarkdownocrparserClawHubNative_Airtable
Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com dir...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Native_AirtableOpenSoul_-_An_immutable,_private_soul_for_agent_Self-reflection,_self-improvement_and_on-chain_economic_activities.
Enables AI agents to log immutable, encrypted audit trails on Bitcoin SV for persistent memory, self-reflection, and on-chain economic tracking.
quarantinedPGPblockchainloggingClawHub- Registry
- ClawHub
- Category
- Blockchain
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenSoul_-_An_immutable,_private_soul_for_agent_Self-reflection,_self-improvement_and_on-chain_economic_activities.OpenTable
Guide OpenTable availability, booking flows, and guest messaging with conversion-focused listing, pacing, and incident response playbooks.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenTableOpenTable_Reservations
Find and book restaurant reservations via OpenTable with date, time, party size, location, cuisine filters, or direct booking links for named restaurants.
quarantinedbookingbrowseropentableClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenTable_ReservationsOpentable_Booking
Book restaurant tables on OpenTable via the browser tool. Handles hidden time slots and terms checkboxes with JS evaluate fallbacks. Works with a logged-in s...
quarantinedClawHub- Registry
- ClawHub
- Category
- Domain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Opentable_BookingPDF_to_Markdown_-_Extract_Text,_Tables,_Formulas_from_PDF
PDF to Markdown converter - extract text, tables and formulas from PDF files to clean Markdown. Use when converting PDF documents, extracting PDF content, pa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PDF_to_Markdown_-_Extract_Text,_Tables,_Formulas_from_PDF