Search: create-document
100 result(s) on page 1
document
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__documentGoogle_Docs_Create_Document
Atomic node skill to create a Google Doc using the gog CLI.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Docs_Create_DocumentFor_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.Same_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_PlanCreate
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__CreateGenerate_a_Word_(.docx)_document_based_on_the_content_list_provided_by_the_user.
Create professional Word (.docx) documents from a user-provided content list with styled headings, paragraphs, colors, alignment, and formatting.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Generate_a_Word_(.docx)_document_based_on_the_content_list_provided_by_the_user.Local_Document_Ingest
Ingest desktop-uploaded local files into the Research KB. Use for local folder scan tasks where OpenClaw must read backend shared-file paths, understand each changed file, create a type-specific entity wiki page for every readable file, archive originals under source_files, up…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Local_Document_IngestWord_Document_Creator
Create and validate Word documents using a hybrid method with Word COM and python-docx, featuring multi-layer encoding defense and error handling.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Word_Document_Creatorddocs.new_which_can_be_enabled_locally_or_via_your_preferred_cloud_set-up_to_make_docs_accessible_across_any_device_or_chatbot_interface_in_complete_privacy.
End-to-end encrypted .md documents for agents & humans to collaborate. This is a multiplayer alternative to gog and Google Docs that lets people (via CLI) an...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__End-to-end_encrypted_.md_documents_for_agents_&_humans_to_collaborate._This_is_a_multiplayer_alternative_to_gog_and_Google_Docs_that_lets_people_(via_CLI)_and_agents_create,_search_and_sync_encrypted_markdown_docs._This_service_leverages_https:____ddocs.new_which_can_be_enabled_locally_or_via_your_preferred_cloud_set-up_to_make_docs_accessible_across_any_device_or_chatbot_interface_in_complete_privacy.create-oo-component-documentation
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__create-oo-component-documentationDocument_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_AgentGame_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_SkillNutrient_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)OpenKM_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_OCRCreate_Feishu_Doc
Use this skill whenever the user wants to create, generate, write to, or organize content into a Feishu document. Triggers include: any mention of 'Feishu do...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Create_Feishu_DocDocument_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_SummariesGoogle_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_Connectordocument-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-dataGoogle_Docs_Log_Automation_—_Append_log_lines_to_auto-created_daily_documents_in_Google_Drive_by_PortEden_Secure_Access.
Google Docs Log Automation — Append log lines to auto-created daily documents in Google Drive by PortEden Secure Access.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Docs_Log_Automation_—_Append_log_lines_to_auto-created_daily_documents_in_Google_Drive_by_PortEden_Secure_Access.Alicloud_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_CellcogPilot_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_SetupRFC_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_AssistantSkywork_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-skillsdocument-illustrator
Indexed by skills.sh from op7418/document-illustrator-skill
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- op7418
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__document-illustratorgame-design-document
Indexed by skills.sh from ityes22/game-design-document
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- ityes22
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__game-design-documentlatex-document
Indexed by skills.sh from ndpvt-web/latex-document-skill
quarantinedskills.sh- Registry
- skills.sh
- Category
- Research· inferred
- Version
- 1.0.0
- Author
- ndpvt-web
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__latex-documentlatex-document-skill
Indexed by skills.sh from ndpvt-web/latex-document-skill
quarantinedskills.sh- Registry
- skills.sh
- Category
- Research· inferred
- Version
- 1.0.0
- Author
- ndpvt-web
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__latex-document-skillofficial-document-writing
Indexed by skills.sh from kagurananaga/official-document-writing-skill
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kagurananaga
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__official-document-writingdocument-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-itemspdf-studio
Professional PDF document generator. Use when user needs to create reports, invoices, certificates, portfolios, or any publication-ready PDF. Supports images...
quarantinedcertificatedocumentgeneratorClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__pdf-studio1._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.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.Business_Document_Generator
Generate professional, customizable business documents including proposals, quotes, invoices, contracts, and letters tailored to your industry and needs.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Business_Document_GeneratorByted_Las_Document_Parse
CRITICAL: EXCELLENT at parsing BOTH PDF documents and IMAGES (including LONG SCREENSHOTS, scanned documents, and standard images). Extract structured Markdow...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Byted_Las_Document_ParseClassement_document
Range une pièce comptable déjà identifiée dans le dossier client adapté en respectant l'arborescence et en évitant les doublons.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Classement_documentConvert_Document_To_Markdown
Convert supported local files into Markdown by running this repository's Dockerized file-only CLI. This skill must run through Docker with a prebuilt Aliyun...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Convert_Document_To_MarkdownDidit_Id_Document_Verification
Verifies identity documents via the Didit standalone API. Use when verifying a passport, ID card, driver's license, or residence permit, performing OCR extra...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Didit_Id_Document_VerificationDocument_Congruence_Checker
Compare multiple documents for congruency and consistency. Use when: User needs to verify that multiple documents (contracts, reports, forms, specs) contain...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Congruence_CheckerDocument_Diff
Compare two documents or files and generate a structured diff report. Use when: user asks to compare files, find differences between documents, generate diff...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_DiffDocument_E-Sign
Guide users through how to prepare, route, and complete e-signature workflows for business documents with clear signing steps and practical checks.
quarantinedbusinessdocumentsesignClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_E-SignDocument_Format_Converter
Batch convert between CSV, Excel, JSON, PDF, Markdown, DOCX, HTML, PNG, and TXT formats with automatic encoding handling and usage limits by plan.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Format_ConverterDocument_Generator
Generate professional Word, Excel, and PDF documents with rich formatting, tables, images, and layouts. Use this skill whenever the user mentions creating do...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_GeneratorDocument_Generator_(Word_&_Excel)
Generates Word (.docx) reports and Excel (.xlsx) workbooks as real downloadable files. Use when the user wants a file output — not a text answer — for SMSF,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Generator_(Word_&_Excel)Document_Handler
Read, extract text and metadata, and convert documents in formats like PDF, DOCX, XLSX, PPTX, EPUB, RTF, and OpenDocument.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_HandlerDocument_Hub
Generate standardized PRD documents for various product types using customizable Jinja2 templates and directly upload results to Feishu Docs.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_HubDocument_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_IngestionDocument_Multiple_Repository
Gera documentação técnica consolidada para sistemas de software com múltiplos repositórios (frontend, backend, microservices, wikis). Use quando o usuário pedir documentação de multi-repo, visão de arquitetura consolidada, mapeamento de repositórios ou documentação a partir de…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Multiple_RepositoryDocument_Similarity
Compare two images or PDFs for visual similarity via the PDFAPIHub cloud API. Documents are uploaded to pdfapihub.com for comparison using feature matching,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_SimilarityDocument_Spell_Check
Detect and automatically fix spelling errors in Markdown, plain text, and documentation files with support for custom dictionaries and batch processing.
quarantineddocumentationmarkdownspellcheckClawHub- Registry
- ClawHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Spell_CheckDocument_Summary
Summarizes technical documents into structured markdown.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_SummaryDocument_Translation_Assistant
Translate technical & legal documents while preserving original formatting, terminology consistency, and domain context.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_Translation_AssistantDocument_to_PDF
Convert office documents (DOCX, DOC, PPT, PPTX, XLS, XLSX, CSV, TXT, ODT, RTF) to PDF via the PDFAPIHub cloud API. Documents are uploaded to pdfapihub.com fo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Document_to_PDFGoogle_Docs_Read_Document
Atomic node skill to read a Google Doc using the gog CLI.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Docs_Read_DocumentGoogle_Docs_Update_Document
Atomic node skill to update a Google Doc using the gog CLI.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_Docs_Update_DocumentGreek_Document_Ocr
Greek-language OCR using Tesseract. Processes scanned invoices, receipts, and government documents. Local processing, no cloud APIs.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Greek_Document_Ocrmanipulating_Excel,_WPS,_Word,_TXT,_Markdown,_RTZ,_etc._-_User_wants_to_"grab",_"extract",_and_"get"_data_from_any_application_-_User_needs_to_perform_"in-depth_analysis",_"trend_research",_"anomaly_detection",_and_"prediction"_on_the_data_-_User_requests_to_generate_"charts",_"visualizations",_"dashboards",_"data_reports"_-_users_say,_"Help_me_see_in_this_document..."_Analyze_this_data...",_"Make_a_chart_presentation..."_-_Any_task_involving_cross-application_data_flow_[Core_Competencies]:_System_interface_calls_×_Data_in-depth_analysis_×_Professional_visualization_IMPORTANT:_As_long_as_it_involves_any_of_the_file_operations,_data_analysis,_and_visualization,_this_skill_must_be_used._Don't_skip_tasks_just_because_they_"look_simple"_-_there_are_many_pitfalls_in_the_underlying_interface_calls,_and_there_are_pitfall_avoidance_guides_in_the_skills.
专为需要直接操作系统应用并进行深度数据分析的场景设计。 【强制触发场景】: - 用户提及 Excel、WPS、Word、TXT、Markdown、RTZ 等文件的读取/写入/操控 - 用户想从任何应用中「抓取」「提取」「获取」数据 - 用户需要对数据进行「深度分析」「趋势研究」「异常检测」「预测」 - 用户要求生...
quarantineddata-analysis excel visualization cross-platformClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__It_is_designed_for_scenarios_that_require_direct_operating_system_application_and_in-depth_data_analysis._[Forced_trigger_scenario]:_-_User_mentions_reading__writing__manipulating_Excel,_WPS,_Word,_TXT,_Markdown,_RTZ,_etc._-_User_wants_to_"grab",_"extract",_and_"get"_data_from_any_application_-_User_needs_to_perform_"in-depth_analysis",_"trend_research",_"anomaly_detection",_and_"prediction"_on_the_data_-_User_requests_to_generate_"charts",_"visualizations",_"dashboards",_"data_reports"_-_users_say,_"Help_me_see_in_this_document..."_Analyze_this_data...",_"Make_a_chart_presentation..."_-_Any_task_involving_cross-application_data_flow_[Core_Competencies]:_System_interface_calls_×_Data_in-depth_analysis_×_Professional_visualization_IMPORTANT:_As_long_as_it_involves_any_of_the_file_operations,_data_analysis,_and_visualization,_this_skill_must_be_used._Don't_skip_tasks_just_because_they_"look_simple"_-_there_are_many_pitfalls_in_the_underlying_interface_calls,_and_there_are_pitfall_avoidance_guides_in_the_skills.Laiye_ADP_Global_Document_Intelligent_Extraction_·_Fast
High-performance API for global invoice recognition. Each page is parsed in 5 seconds with reliable high-concurrency support. It extracts full invoice data a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Laiye_ADP_Global_Document_Intelligent_Extraction_·_FastLiteParse_Document_Parser
Use when parsing PDFs, DOCX, PPTX, XLSX, or images locally. Supports text extraction, JSON output with bounding boxes, batch processing, and page screenshots...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LiteParse_Document_ParserMinerU_Document_Explorer
REQUIRED for any task involving reading or understanding PDF contents. Use when a user asks about a .pdf file — reading pages, answering questions, extractin...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MinerU_Document_ExplorerNEXUS_Document_Extract
Extract structured data from text documents
quarantinedap2xrplaiClawHubNm_Leyline_Document_Conversion
Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice)
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Leyline_Document_ConversionOc_Document_Preflight
Prepare local documents for OpenClaw review without losing source anchors, redaction notes, or validation checkpoints.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Oc_Document_PreflightOc_Document_Review
Review messy specs, policies, and handoff notes with source-linked findings instead of vague rewrite advice.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Oc_Document_ReviewOffice_Document_Assistant
Read, extract, summarize, and compare office documents including PDF, Word, Excel, and PowerPoint. Use when a user provides .pdf/.doc/.docx/.xls/.xlsx/.ppt/....
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Office_Document_AssistantOffice_Document_Extractor
Convert Microsoft Office documents (DOCX, XLSX, PPTX) to Markdown without any external dependencies. Use when the user needs to extract text from Word docume...
quarantinedconverterdocxmarkdownClawHubOffice_Document_Specialist_Suite
Advanced suite for creating, editing, and analyzing Microsoft Office documents (Word, Excel, PowerPoint). Provides specialized tools for automated reporting...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Office_Document_Specialist_SuiteOffice_Document_Specialist_Suite_1.0.2
Advanced suite for creating, editing, and analyzing Microsoft Office documents (Word, Excel, PowerPoint). Provides specialized tools for automated reporting...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Office_Document_Specialist_Suite_1.0.2