Search: process-document
100 result(s) on page 1
An_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.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.Document_Ocr_Agent
Document OCR Agent: OCR and document intelligence tool. Send any PDF, image, or scanned document and receive extracted text, structured entities (dates, amou...
quarantinedagentpmtmarketplaceprocess-documentClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Ocr_AgentNutrient_Document_Processing_(Universal_Agent_Skill)
Universal (non-OpenClaw) Nutrient DWS document-processing skill for Agent Skills-compatible products. Best for Claude Code, Codex CLI, Gemini CLI, Cursor, Wi...
quarantineddocument-processingmcpnutrientClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nutrient_Document_Processing_(Universal_Agent_Skill)Pilot_Document_Processing_Setup
Deploy a document processing pipeline with 3 agents that automate ingestion, data extraction, and search indexing. Use this skill when: 1. User wants to set...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pilot_Document_Processing_SetupDoc_Process
Document intelligence: categorize, autofill forms, analyze contracts, scan receipts/invoices, analyze bank statements, parse resumes/CVs, scan IDs/passports...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Doc_Processdocument
Indexed by skills.sh from javascript-mastery-pro/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- javascript-mastery-pro
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__documentdocument-processing
Indexed by skills.sh from dirnbauer/webconsulting-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- dirnbauer
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__document-processingnutrient-document-processing
Indexed by skills.sh from pspdfkit-labs/nutrient-agent-skill
quarantinedskills.sh- Registry
- skills.sh
- Category
- Mcp· inferred
- Version
- 1.0.8
- Author
- pspdfkit-labs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nutrient-document-processingocr-document-processor
Indexed by skills.sh from dkyazzentwatwa/chatgpt-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dkyazzentwatwa
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ocr-document-processorword-document-processor
Indexed by skills.sh from qodex-ai/ai-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- qodex-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__word-document-processorProcessGuard_—_Critical_Process_Monitor_&_Auto-Restart
Monitor critical processes and auto-restart on failure. Tracks CPU and memory usage, escalates alerts via webhook, callback, or file, and writes a dead man's...
quarantinedauto-restartmonitorprocessClawHub- Registry
- ClawHub
- Category
- DevOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ProcessGuard_—_Critical_Process_Monitor_&_Auto-RestartDocument_Ingestion
Process raw accounting source documents (PDFs, CSVs, bank statements, invoices, receipts) into standardized transaction records for QBO import. Use when batc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_IngestionAlibabacloud_Oss_Media_Process
Process images, audio, and video files stored in Alibaba Cloud OSS. Supports 14+ image operations (resize, crop, rotate, watermark, blur, format conversion,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Oss_Media_ProcessArt_Process_Video
Generate vertical short videos of painting / retouching creative process (WeryAI): layered progression from sketch to finish—illustration coloring, posters,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Art_Process_VideoConcurrent_Process_Algebra_for_AI_Agents
Manage AI agent workflows using concurrent process algebra patterns like parallel tasks, branch-fix loops, fan-out comparisons, and session status tracking.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Concurrent_Process_Algebra_for_AI_AgentsGI_Excel_PDF_Process
Process Excel and PDF files - extract data, parse tables, generate reports. Use when working with .xlsx, .xls, .csv, .pdf files, or when the user mentions sp...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__GI_Excel_PDF_ProcessIaiops_Process
Process-industry edition of iaiops — chemical / pharma / food & beverage / oil & gas plants: HART-IP process instrumentation (transmitters, valve positioners...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Iaiops_ProcessMaverick_Process_To_Skill
Turn a user-described business process into an automated execution flow and optionally convert it into a reusable local skill. Use when a user explains steps...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Maverick_Process_To_SkillPM2_Process_Manager
Manage Node.js applications with PM2 process manager. Use for deploying, monitoring, and auto-restarting Node apps in production. Covers starting apps, viewing logs, setting up auto-start on boot, and managing multiple processes.
quarantinedClawHub- Registry
- ClawHub
- Category
- Devops· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PM2_Process_ManagerProcess_Output
DEFAULT OUTPUT MODE: Always emit machine-parseable `openclaw-process` fenced JSON blocks in your assistant reply so a custom web client can render a live pro...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Process_OutputProcess_Street
Process Street (process.st). Use this skill for ANY Process Street request — reading, creating, and updating data. Whenever a task involves Process Street, u...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Process_StreetProcess_Viewer
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and det process-viewer, c, administrator, benchmarking.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Process_ViewerWolverine_—_Self-Healing_Process_Manager
Supervised self-healing process manager for OpenClaw. Wraps your gateway in a crash recovery loop — catches errors, diagnoses with AI, proposes fixes for rev...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wolverine_—_Self-Healing_Process_ManagerBusiness_Process_Audit
Evaluates business workflows across 8 areas to identify automation opportunities, estimate time and cost savings, and prioritize processes by ROI for digital...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Business_Process_AuditByted_Tos_Doc_Process
Generates pre-signed URLs for Bytedance TOS `doc-preview` processing to preview and convert documents to PDF, images (PNG/JPG), or HTML, and to export page r...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Byted_Tos_Doc_ProcessByted_Tos_Image_Process
Provides image processing capabilities for objects in Bytedance TOS using the official SDK. Supports getting image info, format conversion, resizing, and wat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Byted_Tos_Image_ProcessCold_Process_Soap_Making_Basics
Use when store-bought soap becomes unreliable, expensive, or you need fully customizable, skin-safe bars made from local fats, oils, and lye for daily hygien...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cold_Process_Soap_Making_BasicsImage_Process
Image processing tool for compression, background removal/replacement, and upscaling. Invoke when user wants to compress image, remove background, change bac...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_ProcessOpenClaw_Tmux_Persistent_Process
Run programs that survive OpenClaw exec session cleanup and gateway restarts via tmux. Use when you need long-running servers, dev servers, tunnels (ngrok/cl...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Tmux_Persistent_ProcessPfmea_Process_Fmea_Drafter
Use this skill when a quality engineer, manufacturing engineer, or APQP / PPAP lead at an automotive, aerospace, or medical-device supplier needs to draft a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pfmea_Process_Fmea_DrafterProcess_Interviewer
Interview users before automating, documenting, or turning workflows into reusable systems.
quarantinedautomationskill-creationsopClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Process_InterviewerProcess_Monitor_Dashboard
Monitor system processes, resource usage, and performance metrics with real-time terminal dashboard.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Process_Monitor_DashboardSOP_Systemization_—_Turn_Repetitive_Work_into_Repeatable_Process
Activate when: a founder is the bottleneck on repetitive work, or wants to delegate/automate to people or AI agents; 'everything depends on me', 'how do I do...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SOP_Systemization_—_Turn_Repetitive_Work_into_Repeatable_ProcessVideo_Ai_Process
Automatically transcribe, analyze, segment, upload, auto-compose, and generate custom-cut AI video editions with client scoring and final version selection.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Video_Ai_Processdesign-review-process
Indexed by skills.sh from owl-listener/designer-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- owl-listener
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__design-review-processdiscovery-process
Indexed by skills.sh from deanpeters/product-manager-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- deanpeters
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__discovery-processmacos-process-injection
Indexed by skills.sh from yaklang/hack-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- yaklang
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__macos-process-injectionprocess-doc
Indexed by skills.sh from anthropics/knowledge-work-plugins
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__process-docprocess-letter
Indexed by skills.sh from anthropics/financial-services-plugins
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__process-letterprocess-mapper
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__process-mapperprocess-mapping
Indexed by skills.sh from aj-geddes/useful-ai-prompts
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aj-geddes
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__process-mappingprocess-optimization
Indexed by skills.sh from anthropics/knowledge-work-plugins
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- anthropics
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__process-optimizationwitr-process-inspector
Indexed by skills.sh from aradotso/trending-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__witr-process-inspectorGame_Design_Document_Skill
Guides structured help for Game Design Document using clear templates, checks, and safe defaults (category: Game Design).
quarantinedgamegame-design-documentopenclawClawHub- Registry
- ClawHub
- Category
- Gaming
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Game_Design_Document_SkillOpenKM_Document_Management
OpenKM Document Management via REST API (folders, documents, metadata, versioning, search, workflows)
quarantinedlatest OpenKM openkm Document Management Rest API Document Versioninglatest openkm Document Management Rest API Versioning CheckoutClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenKM_Document_ManagementPrivate_Document_AI_with_OpenVINO
Private local document AI for Intel hardware. Parse PDFs, invoices, screenshots, and diagrams with MinerU 2.5 on OpenVINO GenAI, keep the model warm in a loc...
quarantinedai-pcdocument-aifastapiClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Private_Document_AI_with_OpenVINOeKYC_Suite_Document_OCR
eKYC Suite Document OCR is the focused ClawHub identity document OCR Skill, Chinese national ID card OCR Skill, bank card OCR Skill, driver license OCR Skill...
quarantineddocument-ocrekycid-card-ocrClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__eKYC_Suite_Document_OCRAPI_Documentation_&_Diagram_Generator
API documentation generator and diagram creator. Turn OpenAPI specs, API endpoints, and code snippets into visual workflows, process diagrams, and step-by-st...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__API_Documentation_&_Diagram_GeneratorDocument_Sanitizer
Batch desensitize docx/xlsx files via keyword and regex rules, with one-click reversible restoration. Replace sensitive terms (company names, personal info,...
quarantinedlatest utility document securityClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_SanitizerSpeakNotes:_YouTube,_Audio_&_Document_Summaries
Use when OpenClaw needs to call SpeakNotes API routes directly using an API key and generate transcripts/summaries from YouTube URLs, media files, or documen...
quarantinedai-notesai-skillai-summaryClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SpeakNotes:_YouTube,_Audio_&_Document_Summariesdocument-intelligence
verifiedFirst-party- Registry
- First-party
- Category
- Document
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/document-intelligenceextract-document-data
Use Reducto's hosted MCP server to parse documents, extract schema-backed fields with citations, split packets, classify document types, and fetch job results from public URLs or Reducto-hosted files.
quarantinedreductomcpdocumentsbrowse.sh- Registry
- browse.sh
- Category
- Document Intelligence
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__extract-document-datadocument-to-action-items
Extract cited obligations, deadlines, tasks from documents.
verifiedquarantinedlinuxmacoswindowsbuilt-in- Registry
- built-in
- Category
- Productivity
- Version
- 1.0.0
- Author
- Ben Barclay (benbarclay), Hermes Agent
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__document-to-action-itemsBatch_Processor_1.0.0
Process multiple documents in bulk with parallel execution
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Batch_Processor_1.0.0Blog_Content_Processor
Process blog content to extract videos and generate GIF previews. Works with blogwatcher, video-frames, and gifgrep skills.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Blog_Content_ProcessorBun_Runtime
Bun runtime capabilities for filesystem, process, and network operations. Use when you need to execute Bun-specific operations like Bun.file(), Bun.write(), or Bun.glob() for optimized file handling, or when working with Bun's native process/network APIs. Triggered by requests…
quarantinedbunclidevtoolsClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bun_RuntimeCSV_Data_Processor
Process, filter, merge, clean, convert, and analyze CSV or delimited data files, supporting CSV, TSV, JSON, and SQL formats with customizable options.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CSV_Data_ProcessorCa_File_Processor
Process financial documents for Indian CA firms. Use when any PDF, Excel (.xlsx/.xls), CSV, JPG, or PNG file is received or uploaded — including GST returns,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ca_File_ProcessorJq_Json_Processor
Process, filter, and transform JSON data using jq - the lightweight and flexible command-line JSON processor.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Jq_Json_ProcessorLocal_File_Processor
Process local files with batch rename, format conversion, organization by date/type/metadata, duplicate detection, and metadata read/write/removal.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Local_File_ProcessorPDF_Batch_Processing_Tool
Batch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, extract text, extract images, compress PDFs. Use when you need to...
quarantinedMergeextract text from PDFs in batch. Local processingprivate.ClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PDF_Batch_Processing_ToolProcessize
Turn a product idea into a manual-first process you can start delivering today. Use when you have an idea and want to figure out how to deliver value by hand...
quarantinedbusinessminimalist-entrepreneurstartupClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ProcessizeQC_Data_Processor
Quality control data analysis MCP Server. Parse QC data, SPC control charts (Xbar-R, I-MR), process capability (Cp/Cpk/Pp/Ppk), reliability/Weibull analysis...
quarantinedmanufacturingqcqualityClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__QC_Data_ProcessorSOP_Generator
Generate detailed Standard Operating Procedures from plain-language process descriptions, including roles, steps, decisions, quality checks, and troubleshoot...
quarantinedcompliancedocumentationonboardingClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SOP_Generatorffmpeg-audio-processing
Extract, normalize, mix, and process audio tracks - audio manipulation and analysis
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ffmpeg-audio-processingpayment-processor
Process payments
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__payment-processorAlicloud_Ai_Text_Document_Mind
Use Document Mind (DocMind) via Node.js SDK to submit document parsing jobs and poll results. Designed for Claude Code/Codex document understanding workflows.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alicloud_Ai_Text_Document_MindAzure_Document_OCR
Extract text and structured data from documents using Azure Document Intelligence (formerly Form Recognizer). Supports OCR for PDFs, images, scanned document...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Azure_Document_OCRBid_Document_Review_(Lite)
AI-powered bid/tender document review. Extracts text from .docx/.doc files, cross-references bid requirements vs responses, and generates a detailed audit re...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bid_Document_Review_(Lite)CorpusGraph_Document_ETL_and_entity_relationship_engine_for_AI_agents
Document ETL, entity extraction, and relationship graphing engine. Convert 1,000+ file formats into searchable, structured data with automatic entity and rel...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CorpusGraph_Document_ETL_and_entity_relationship_engine_for_AI_agentsDocument_Formatting_Automation_Helper
Help users with Validated demand: Knowledge workers need practical help automating document formatting, find-and-replace, styles, and Word-like editing tasks...
quarantinedgeneratedskill-demand-agentClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Formatting_Automation_HelperDocument_Learning
Comprehensive document learning system with progress tracking, resume capability, and long-term memory integration. Use when you need to read PDF/text docume...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_LearningDocument_Manager
Manage document generation, storage, and tracking with automatic URL generation. Use when creating professional documents, reports, analyses, guides, or any...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_ManagerDocument_Ops_Exception_Review_Coordinator
Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Ops_Exception_Review_CoordinatorDocument_Signature_Packet_Builder
Organizes document signing instructions into a clear checklist detailing signatures, dates, witnesses, attachments, logistics, and confirmation items for smo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Signature_Packet_BuilderDocument_Signing_Setup_Assistant
Help users set up document signing in Nota Sign. Use this skill when the user needs practical guidance for creating envelopes, adding signers, placing fields...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Signing_Setup_AssistantDocument_To_Markdown
Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_To_MarkdownE-Sign_a_Document
Help users choose the right e-signature approach for a document, structure the signing workflow, and explain what to prepare before sending. Use when a user...
quarantineddocumentsesignworkflowClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__E-Sign_a_DocumentIngest_Document
Ingest a single document, uploaded file, meeting note, experiment record, or chat-provided material into a personal or team knowledge base, including summari...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ingest_DocumentMasterSwarm_AI_Document_Analysis
Analyze any document with 15 parallel AI engines via the MasterSwarm cloud API. Upload receipts, contracts, lab results, or ask business/crypto/legal questio...
quarantinedaianalysisbusinessClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MasterSwarm_AI_Document_AnalysisMinerU_zero-setup_document_extraction_—_convert_PDFs,_images,_Word,_and_PowerPoint_to_Markdown_instantly._No_login,_no_token,_no_configuration._Just_run_and_get_results
MinerU fast extract — zero-setup, instant document extraction. Convert PDFs, images, Word (DOCX), and PowerPoint (PPTX) to Markdown with no login, no token,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MinerU_zero-setup_document_extraction_—_convert_PDFs,_images,_Word,_and_PowerPoint_to_Markdown_instantly._No_login,_no_token,_no_configuration._Just_run_and_get_resultsNtriq_X402_Document_Intel
Extract text, classify document type, and pull tables from any document image. Pay $0.05 USDC per call via x402 (no API key needed).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ntriq_X402_Document_IntelNtriq_X402_Document_Intel_Batch
Batch document OCR, classification, and extraction for up to 500 images. Flat $15.00 USDC via x402.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ntriq_X402_Document_Intel_BatchOcr_Document
OCR document extraction - extract text from scanned documents, photos, and images using OCR. Use when reading scanned PDFs, photographed pages, handwritten n...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ocr_DocumentOffice_Document_Editor
Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Office_Document_EditorPaddleOCR_Document_Parsing
Use this skill to extract structured Markdown/JSON from PDFs and document images—tables with cell-level precision, formulas as LaTeX, figures, seals, charts,...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PaddleOCR_Document_ParsingPdf_Document_Generation_Cellcog
AI PDF document generation powered by CellCog — PDF and DOCX output. Resumes, contracts, reports, proposals, invoices, certificates, NDAs, letters, brochures...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pdf_Document_Generation_CellcogRFC_Document_Assistant
RFC (Request for Comments) document query tool providing access to Internet protocol standards. Use this skill whenever the user needs to look up, search, re...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RFC_Document_AssistantSame_Day_Document_Drop_Plan
Create a same-day document drop plan with timing, routing, recipient confirmation, proof-of-delivery checklist, copy handling, and fallback steps. Use for ur...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Same_Day_Document_Drop_PlanSkywork_Document
Skywork Document (skywork) - Use for ANY task producing a document output. Generates professional documents in docx, pdf, markdown, and html. Capabilities: (...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Skywork_DocumentSomark_Document_Parser
Parse PDF, images (PNG/JPG/BMP/TIFF/WebP/HEIC), Word, PPT and other documents into Markdown or JSON using SoMark. All document parsing needs (like resumes, p...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Somark_Document_ParserUniversal_Document_Ingestion_Router
Document parsing and knowledge-base import router.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Universal_Document_Ingestion_RouterUpstage_Document_Classification
Classify documents into user-defined categories using Upstage Document Classification API. Also supports document splitting for multi-document PDFs. Use when...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Upstage_Document_ClassificationWrite_Planning_Document
Compose a complete planning document based on a given topic, including core elements such as planning objectives, detailed plans, resource budgets, performan...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Write_Planning_Documentmineru_document_extractor
MinerU document extraction — convert PDFs, scanned documents, images, Word (DOC/DOCX), PowerPoint (PPT/PPTX), Excel (XLS/XLSX), and web pages into clean Mark...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mineru_document_extractormineru_precision_extract_PDF、Document、Images
MinerU precision extract — high-accuracy document extraction with full feature set. Convert PDFs, scanned documents, images, Word (DOC/DOCX), PowerPoint (PPT...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mineru_precision_extract_PDF、Document、Imagesread-any-document_(Canonizr)
Convert any document to markdown using Canonizr
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__read-any-document_(Canonizr)login-and-edit-document
Authenticate to the Kenya National Electronic Single Window System (TradeNet/TFBSEW) and open a trade document (declaration, manifest, permit application, or draft) to edit. Requires a registered KenTrade account; no public login exists.
quarantinedkenyatradenetsingle-windowbrowse.sh- Registry
- browse.sh
- Category
- Government Trade
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__login-and-edit-documentdocument-skills
Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities
quarantinedclaude-marketplace- Registry
- claude-marketplace
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:claude-marketplace__claude-marketplace__document-skills