Search: Text Structure
100 result(s) on page 1
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.
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.For_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.Text
Transform, format, and process text with patterns for writing, data cleaning, localization, citations, and copywriting.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TextUnstructured_Medical_Text_Miner
Mine unstructured clinical text from MIMIC-IV to extract diagnostic logic.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Unstructured_Medical_Text_Minerregex-vs-llm-structured-text
Indexed by skills.sh from affaan-m/ecc
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- affaan-m
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__regex-vs-llm-structured-textAI-Friendly_Structured_Writer
Format any content into AI-readable structured formats that maximize citation probability. Converts unstructured text into GEO-optimized layouts using header...
quarantinedformattinggeostructureClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-Friendly_Structured_Writerx402_Crypto_Market_Structure
Real-time crypto market intelligence — live orderflow from 20 exchanges, directional regime detection, 7 years of OHLCV with buy/sell flow baked in, and on-c...
quarantinedbitcoincryptoethereumClawHub- Registry
- ClawHub
- Category
- Blockchain
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__x402_Crypto_Market_StructurePoll_competitive_crawl_triggers,_aggregate_the_last_6_months_of_product,_review,_and_QA_data_by_category,_produce_structured_analysis_context_and_a_report_skeleton,_upload_outputs_to_OSS,_then_send_a_DingTalk_summary._Use_for_database-driven_scheduled_competitor_analysis_in_OpenClaw.
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report sk...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Poll_competitive_crawl_triggers,_aggregate_the_last_6_months_of_product,_review,_and_QA_data_by_category,_produce_structured_analysis_context_and_a_report_skeleton,_upload_outputs_to_OSS,_then_send_a_DingTalk_summary._Use_for_database-driven_scheduled_competitor_analysis_in_OpenClaw.markdown
Specializes in structuring and highlighting key points using Markdown syntax
quarantinedText StructureMarkdown SyntaxHeadingsLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__markdownBiomolecular_Structure_Prediction
Biomolecular structure prediction tools for Chai-1, Boltz-2, and AlphaFold3 via SciMiner APIs.
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Biomolecular_Structure_PredictionChemical_Structure_Converter
Convert between IUPAC names, SMILES strings, and molecular formulas for chemical compounds. Supports structure validation, identifier interconversion, and ch...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chemical_Structure_ConverterConduct_global_company-level_lookup_to_retrieve_shareholders,_C-suite_executives_and_multi-tier_equity_structure_data_from_worldwide_corporate_databases.Generate_full_shareholder_rosters_including_ownership_ratios,_share_classes_and_hierarchical_ownership_chains_via_simple_company_ID_searches.Investors,_industryanalysts,_sales_teams_and_risk_management_specialists_audit_equity_frameworks_and_pinpoint_ultimate_beneficial_owners_and_actual_corporate_controllersefficiently.Streamline_full_corporate_due_diligence,_investment_performance_analysis,_competitor_group_affiliation_research_and_related-party_transactionscreening_workflows._Verify_target_enterprises’_controlling_parties_and_assess_overall_corporate_financial_standing_for_risk_assessment_and_B2B_prospecting.
Retrieve overseas shareholders, executives and ultimate beneficial owners by company ID. Analyze equity structure for due‑diligence, investment research and...
quarantinedUBO verificationbeneficial-ownercompetitor researchClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Conduct_global_company-level_lookup_to_retrieve_shareholders,_C-suite_executives_and_multi-tier_equity_structure_data_from_worldwide_corporate_databases.Generate_full_shareholder_rosters_including_ownership_ratios,_share_classes_and_hierarchical_ownership_chains_via_simple_company_ID_searches.Investors,_industryanalysts,_sales_teams_and_risk_management_specialists_audit_equity_frameworks_and_pinpoint_ultimate_beneficial_owners_and_actual_corporate_controllersefficiently.Streamline_full_corporate_due_diligence,_investment_performance_analysis,_competitor_group_affiliation_research_and_related-party_transactionscreening_workflows._Verify_target_enterprises’_controlling_parties_and_assess_overall_corporate_financial_standing_for_risk_assessment_and_B2B_prospecting.Data_Structure_Protocol_(DSP)
Build and navigate DSP (Data Structure Protocol) — graph-based long-term structural memory of codebases for LLM agents. Stores entities (modules, functions),...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Data_Structure_Protocol_(DSP)Douyin_Creator_Marketplace_(Xingtu)_Creator_Link_Structure_API
Call GET /api/douyin-xingtu/get-kol-link-struct/v1 for Douyin Creator Marketplace (Xingtu) Creator Link Structure through JustOneAPI with kolId.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Douyin_Creator_Marketplace_(Xingtu)_Creator_Link_Structure_APIGene_Structure_Mapper
Visualize gene structure with exon-intron diagrams, domain annotations, and mutation position markers. Produces SVG, PNG, or PDF figures suitable for publica...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gene_Structure_MapperGuides_users_to_request_a_custom_skill_by_email_and_helps_structure_their_requirements._Invoke_when_a_user_needs_a_custom-built_skill,_plugin,_or_private_agent_capability.
Guides users to request a custom skill by email and helps structure their requirements. Invoke when a user needs a custom-built skill, plugin, or private age...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Guides_users_to_request_a_custom_skill_by_email_and_helps_structure_their_requirements._Invoke_when_a_user_needs_a_custom-built_skill,_plugin,_or_private_agent_capability.Market_Structure_Scan
Multi-timeframe crypto scanner analyzing market structure using Ichimoku Cloud, Bollinger Bands, MACD, and RSI without trade advice or unrelated concepts.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Market_Structure_ScanPywayne_Data_Structure
Data structure toolkit for logical condition trees, union-find operations, and XML file I/O. Use when working with tree-based data structures, set operations...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pywayne_Data_StructureSite_Structure_Optimizer
Use when the user asks to "plan my site structure", "design the page hierarchy / navigation / URL taxonomy", "fix internal linking", or "find orphan pages";...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Site_Structure_OptimizerToxicity_Structure_Alert
Analyze data with `toxicity-structure-alert` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Toxicity_Structure_AlertWorkspace_Structure
Organize and maintain a clean workspace file structure. Use when deciding where to save new files, which folder something belongs in, how to structure worksp...
quarantinedtaxonomyworkspaceClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Workspace_Structureanalyze_frontend_structure
This skill is used to scan any frontend project directory, automatically analyze routing structure and module division, and generate a universal module-page...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__analyze_frontend_structureheading-structure
When the user wants to optimize heading structure (H1-H6), fix heading hierarchy, or improve content structure. Also use when the user mentions "H1," "headin...
quarantinedClawHub- Registry
- ClawHub
- Category
- Testing· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__heading-structuremarket-structure
Read and analyze market structure for any trading instrument like a professional trader. Use when the user shares a chart, price data, or asks for a market s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__market-structureurl-structure
When the user wants to optimize URL structure, fix URL issues, or plan URL hierarchy. Also use when the user mentions "URL structure," "URL optimization," "s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__url-structurewebsite-structure
When the user wants to plan website structure, decide which pages to build, or prioritize pages for a new or existing site. Also use when the user mentions "...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__website-structureDoc_Extractor
Extract text from PDF, DOCX, and TXT with encoding detection and page/paragraph structure
quarantinedclidocumentsdocxClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Doc_ExtractorBinance_ICT_Structure_Recognizer
Automatically identifies ICT structures like Order Blocks, FVGs, and liquidity sweeps on Binance BTC/ETH 1H data to verify SSS tier signals.
quarantinedbinanceicttradingClawHub- Registry
- ClawHub
- Category
- Blockchain
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Binance_ICT_Structure_RecognizerCognary_Tasks_is_an_AI-first_task_manager_that_turns_your_spoken_thoughts_into_organized,_actionable_tasks_instantly._Just_speak_naturally,_and_Cognary_uses_AI_to_prioritize,_structure,_and_manage_your_to-dos_for_you._Less_effort,_more_focus_—_productivity_built_for_the_AI_era.
Manage task lists via cognary-cli. Use for listing, adding, updating, completing, uncompleting, and deleting tasks. Triggers on any request about tasks, to-dos, task lists, reminders-as-tasks, or tracking action items.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cognary_Tasks_is_an_AI-first_task_manager_that_turns_your_spoken_thoughts_into_organized,_actionable_tasks_instantly._Just_speak_naturally,_and_Cognary_uses_AI_to_prioritize,_structure,_and_manage_your_to-dos_for_you._Less_effort,_more_focus_—_productivity_built_for_the_AI_era.Create_and_manage_a_sorted_directory_structure_in_AWS_S3
Upload many files to S3 with automatic organization by first-character prefixes.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Create_and_manage_a_sorted_directory_structure_in_AWS_S3Initialize_Project_Structure
Use when starting a new project from scratch and the user wants the full plan/build/recap/document workflow scaffolded. Creates slim CLAUDE.md, gitignored CL...
quarantinedboilerplateclaude-setupdocumentationClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Initialize_Project_StructureMemory_Structure
Enable AI to learn from mistakes and never repeat them. Error tracking, layered memory, regular self-reflection, continuous improvement.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Memory_StructureOpenpecha_frontend_+_backend_structure
the Skill act as a full stack developer.
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openpecha_frontend_+_backend_structurePolymarket_24h_Nba_Game_Structure_Trader
Trades structural inconsistencies across correlated NBA game markets on Polymarket by grouping moneyline, spread, O/U (full-game and 1H), and 1H moneyline ma...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_24h_Nba_Game_Structure_TraderPolymarket_48h_Nba_Game_Structure_Trader
Trades structural inconsistencies across correlated NBA game markets on Polymarket by grouping moneyline, spread, O/U (full-game and 1H), and 1H moneyline ma...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Polymarket_48h_Nba_Game_Structure_TraderReview_Structure
Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-magic...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Review_StructureStructure_Thinking
Structured problem analysis and communication using system mapping and hierarchical logic. Use when a request involves messy, multi-factor problems, root-cau...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Structure_Thinkingstory-structure-builder
Help writers construct compelling story frameworks with character arcs and plot development
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__story-structure-builderquery-extract-structure-datasets
Drive the data.gouv.fr MCP server (mcp.data.gouv.fr/mcp, server v1.27.1, MCP protocol 2025-06-18, Streamable HTTP + SSE) to search datasets, organizations, and third-party APIs, then normalize each hit into a clean reusable JSON record (title, description, organization, licens…
quarantinedmcpdata-gouv-fropen-databrowse.sh- Registry
- browse.sh
- Category
- Open Data
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__query-extract-structure-datasetsbmad-editorial-review-structure
Indexed by skills.sh from bmad-code-org/bmad-method
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- bmad-code-org
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__bmad-editorial-review-structurecompetitive-report-structure
Indexed by skills.sh from affaan-m/everything-claude-code
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- affaan-m
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__competitive-report-structuredotnet-project-structure
Indexed by skills.sh from aaronontheweb/dotnet-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aaronontheweb
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__dotnet-project-structureexpo-project-structure
Indexed by skills.sh from expo/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- expo
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__expo-project-structurefolder-structure-blueprint-generator
Indexed by skills.sh from github/awesome-copilot
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- github
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__folder-structure-blueprint-generatorheading-structure
Indexed by skills.sh from kostja94/marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Testing· inferred
- Version
- 1.0.0
- Author
- kostja94
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__heading-structureidentify-page-structure
Indexed by skills.sh from adobe/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- adobe
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__identify-page-structureln-611-docs-structure-auditor
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-611-docs-structure-auditorln-646-project-structure-auditor
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-646-project-structure-auditorln-720-structure-migrator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-720-structure-migratorplot-structure
Indexed by skills.sh from danjdewhurst/story-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- danjdewhurst
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__plot-structureplugin-structure
Indexed by skills.sh from anthropics/claude-plugins-official
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__plugin-structureprinciple-encode-lessons-in-structure
Indexed by skills.sh from cursor/plugins
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- cursor
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__principle-encode-lessons-in-structureproject-structure
Indexed by skills.sh from tartinerlabs/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- tartinerlabs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__project-structurepython-project-structure
Indexed by skills.sh from wshobson/agents
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- wshobson
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__python-project-structurescene-structure-techniques
Indexed by skills.sh from wordflowlab/novel-writer-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- wordflowlab
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__scene-structure-techniquesseo-structure-architect
Indexed by skills.sh from sickn33/antigravity-awesome-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- sickn33
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__seo-structure-architectsite-structure-optimizer
Indexed by skills.sh from aaron-he-zhu/aaron-marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aaron-he-zhu
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__site-structure-optimizersveltekit-structure
Indexed by skills.sh from spences10/svelte-skills-kit
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- spences10
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__sveltekit-structuretooluniverse-protein-structure-retrieval
Indexed by skills.sh from mims-harvard/tooluniverse
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- mims-harvard
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__tooluniverse-protein-structure-retrievalurl-structure
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__url-structurevue-application-structure
Indexed by skills.sh from aj-geddes/useful-ai-prompts
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- aj-geddes
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__vue-application-structurewebsite-structure
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__website-structureClean_Text_Formatter
Removes Markdown formatting and excess whitespace from text to produce clean, publication-ready plain text with normalized punctuation and spacing.
quarantinedcleaningmarkdowntextClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Clean_Text_FormatterClean_Text_Toolkit
Local text cleanup and inspection toolkit. Extract structured items (URLs, emails, phones, IPs, dates, hashtags, money), redact PII (email/phone/credit-card-...
quarantinedagentextracthtmlClawHubPDFExtract_Pull_Text_from_PDFs
Extract clean readable text from PDF files into agent-ready markdown. Multi-page, tables, headers. No external services.
quarantineddocumentsextractionparsingClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PDFExtract_Pull_Text_from_PDFsPodcast_Generation_from_PDF,_Text,_and_Links
Generate AI podcast episodes from PDFs, text, notes, and links using MagicPodcast in OpenClaw. Creates natural two-person dialogue audio, supports custom lan...
quarantinedai-podcastaudiocontentClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Podcast_Generation_from_PDF,_Text,_and_LinksSpeech_to_Text
Transcribe or translate audio files to text using a public Hugging Face Whisper Space over Gradio. Use when the user sends voice notes, audio attachments, me...
quarantinedaudiofreespeech-to-textClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Speech_to_TextText_Manipulation_And_Converter
Text Manipulation and Converter: Manipulate text: case conversion (11 formats), whitespace handling, line operations, sorting, deduplication, wrapping, chara...
quarantinedadd-quotesagentpmtalternate-caseClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Text_Manipulation_And_ConverterText_Processor
Batch Chinese text processing — clean, normalize, translate, extract keywords, and format text for content production.
quarantinedchinesecontentprocessingClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Text_ProcessorText_Tools_Pro
Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text...
quarantinedanalyzecleanproductivityClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Text_Tools_ProText_to_Speech
Generate speech audio from text using HeyGen's Starfish TTS model. Use when: (1) Generating standalone speech audio files from text, (2) Converting text to s...
quarantinedaudioheygenspeechClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Text_to_Speechoptimize-shopify-alt-text
Audit and safely improve Shopify image alt text for product media, collection images, article featured images, and article inline images. Use when a merchant...
quarantinedalt-textseoshopifyClawHub- Registry
- ClawHub
- Category
- Social Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__optimize-shopify-alt-texttext-improver
Expert in text enhancement and error correction
quarantinedchatboteditingtext-improvementLobeHub- Registry
- LobeHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__text-improverExtracts_structured_data_from_emails
Extract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Extracts_structured_data_from_emailsGlobal_bulk_business_SMS_and_commercial_marketing_text_messaging_built_for_cross-border_B2B_outreach._Access_full_two-way_reply_features,_one-click_massdispatch,_live_task_tracking_and_detailed_delivery_reports_to_monitor_real-time_SMS_delivery_status._Marketing,_sales,_operations_and_customer_support_teamsengage_global_audiences_with_seamless_cross-border_communication._Track_full_SMS_campaign_performance_metrics_to_lift_conversion_rates_and_reactivate_lapsedoverseas_clients._Fully_applicable_for_promotional_blasts,_logistics_order_notifications,_B2B_cold_outreach_and_customer_re-engagement._Perfectly_matched_forcross-border_e-commerce_operations,_export_business_expansion_and_global_overseas_user_management_workflows.
Send global bulk SMS with two‑way replies. Monitor delivery status via real‑time reports, boost conversions and run outreach campaigns for cross‑border busin...
quarantinedSMS campaign trackingbulk-smscross-border outreachClawHub- Registry
- ClawHub
- Category
- Communication
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Global_bulk_business_SMS_and_commercial_marketing_text_messaging_built_for_cross-border_B2B_outreach._Access_full_two-way_reply_features,_one-click_massdispatch,_live_task_tracking_and_detailed_delivery_reports_to_monitor_real-time_SMS_delivery_status._Marketing,_sales,_operations_and_customer_support_teamsengage_global_audiences_with_seamless_cross-border_communication._Track_full_SMS_campaign_performance_metrics_to_lift_conversion_rates_and_reactivate_lapsedoverseas_clients._Fully_applicable_for_promotional_blasts,_logistics_order_notifications,_B2B_cold_outreach_and_customer_re-engagement._Perfectly_matched_forcross-border_e-commerce_operations,_export_business_expansion_and_global_overseas_user_management_workflows.Whisper_AI_Audio_to_Text_Transcriber
Turn raw transcripts into structured summaries, meeting minutes, and action items.
quarantinedaiaudio-to-textspeech-to-textClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Whisper_AI_Audio_to_Text_Transcriberregex-text-processing
verifiedFirst-party- Registry
- First-party
- Category
- General
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/regex-text-processingproject-context-guide
This skill should be used when users need to understand codebase structure, trace code decisions, analyze code dependencies and impact, identify code maintai...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__project-context-guide04_Text_To_Image
Generate 9:16 vertical high-definition images from text prompts for short drama storyboards, character portraits, and scene illustrations.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__04_Text_To_ImageAI_Text_Humanizer
Remove signs of AI-generated writing from text via the Claw0x API. Use when the user asks to humanize text, make AI writing sound natural, remove AI patterns...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Text_HumanizerAI_Text_Humanizer_—_Remove_AI_Writing_Patterns
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comp...
quarantinedaicontentseoClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Text_Humanizer_—_Remove_AI_Writing_PatternsAlibaba_Cloud_Bailian_Qwen_Image_2.0_image_generation._Supports_text-to-image_and_image-to-image_(reference_image_+_text)._For_product_promotion_image_generation,_e-commerce_image_editing,_marketing_material_creation._Provides_Python_API,_CLI_tool,_and_ComfyUI_custom_nodes.
Alibaba Cloud Bailian Qwen Image 2.0 image generation. Supports text-to-image and image-to-image (reference image + text). For product promotion image genera...
quarantinedbailian comfyui image-generation qwenbailiancomfyuiClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibaba_Cloud_Bailian_Qwen_Image_2.0_image_generation._Supports_text-to-image_and_image-to-image_(reference_image_+_text)._For_product_promotion_image_generation,_e-commerce_image_editing,_marketing_material_creation._Provides_Python_API,_CLI_tool,_and_ComfyUI_custom_nodes.Aliyun_Qwen_Text_Embedding
Use when text embeddings are needed from Alibaba Cloud Model Studio models for semantic search, retrieval-augmented generation, clustering, or offline vector...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Aliyun_Qwen_Text_EmbeddingArc_Text_Icon_(Upper-Arc_Chinese_Text)
Generate upper-arc (上弧形) Chinese text icons for packaging, seals, badges, banners, or outer labels. Produces characters laid out along a circular arc with th...
quarantinedarcchinesecjkClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Arc_Text_Icon_(Upper-Arc_Chinese_Text)Audio_To_Text_Caption
Turn creator audio into clean text captions for ecommerce content and reuse. Use when teams need fast transcript-to-caption workflows.
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Audio_To_Text_CaptionBaidu_Text_Translate
Translate text using Baidu AI Translation API via trans-cli with Baidu-specific language codes, API key management, error handling, and environment diagnostics.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Baidu_Text_TranslateChanjing_Text_To_Digital_Person
Use Chanjing text-to-digital-person APIs for AI portraits, talking videos, optional LoRA training, polling, and explicit downloads when requested.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chanjing_Text_To_Digital_PersonCn_Text_Encoding_Detector
Detect text file encoding (UTF-8, GBK, Latin-1, etc). Auto-detect BOM markers. Pure Python standard library, no API key required.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Text_Encoding_DetectorCn_Text_Reverser
Reverse Chinese text in whole sentence or character-by-character order using a simple command-line tool.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Text_ReverserCn_Text_Statistics
Provides detailed statistics of Chinese text including character count, word frequency, and line numbers using Python standard library.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Text_StatisticsCn_Text_Summary
cn-text-summary。纯Python标准库,无需API Key。
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cn_Text_SummaryDir_Text_Search
This skill should be used when the user wants to search for text or regex patterns inside a directory, including inside ZIP / RAR / TAR / 7z archives recursi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dir_Text_SearchDoc_To_Text
Extract plain readable text from Word documents (.doc, .docx) using MinerU. Outputs Markdown (the closest plain-text format supported) for easy reading and p...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Doc_To_TextDouyin_Text
Use when the user wants to extract spoken text from a Douyin video link and produce a corrected, readable Chinese transcript
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Douyin_TextDream_Text_to_Video
Generate videos from text using Text to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions. Powered by Dreamface - AI tools f...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dream_Text_to_VideoEdge_TTS_—_Text-to-Speech
Text-to-Speech via Edge TTS (Microsoft Azure voices). Free, no API key needed, supports 100+ voices in 50+ languages including Chinese and English.
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Edge_TTS_—_Text-to-SpeechElevenLabs_Speech-to-Text
Transcribe audio files using ElevenLabs Speech-to-Text (Scribe v2).
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ElevenLabs_Speech-to-TextExpanso_text-summarize
Summarize input text into 3-5 concise bullet points using AI with Expanso Edge.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Expanso_text-summarizeExtract_PDF_Text
Extract text from PDF files using PyMuPDF. Parse tables, forms, and complex layouts. Supports OCR for scanned documents.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Extract_PDF_TextExtract_Pic_Text
Extract specified-position text from image filenames using custom delimiters, supporting batch processing, sorting, deduplication, and multiple image formats.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Extract_Pic_Text