Search: send-document
100 result(s) on page 1
Send
The last step that matters most. A complete sending intelligence system for anyone who communicates at scale or with stakes: emails, messages, files, proposa...
quarantinedautomationcommunicationemailClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SendSend_real_Document_in_the_Mail_via_PostalForm
Send real postal mail through PostalForm using machine payments: prepare/validate print-and-mail payloads, submit `POST /api/machine/orders`, settle x402 pay...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_real_Document_in_the_Mail_via_PostalFormFor_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
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_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_AgentDingtalk_File_Send
Upload and send files to DingTalk users. Auto-detects account from current session. Use when: user asks to send/forward a file/document/PDF/image via DingTalk.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dingtalk_File_SendFeishu_Attachment_Send
Reliable Feishu file sending workflow. Strongly prefer this skill whenever a Feishu user asks for a file, asks you to send or return a document, or whenever...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Attachment_SendWeixin_Send_Media
Send images, PDFs, and other local files into an OpenClaw Weixin chat. Use when the user asks to send a picture, screenshot, PDF, document, attachment, or ot...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Weixin_Send_Mediasend-mail
Place a real print-and-mail order on PostalForm — upload (or compose) a document, attach a sender and recipient address, choose mail options, pay, and receive a tracked order ID. Supports letters (PDF/DOCX/Markdown/HTML/RTF) and postcards (4x6/6x9/11x6). Optimized for agent-na…
quarantinedmailuspscertified-mailbrowse.sh- Registry
- browse.sh
- Category
- Logistics
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__send-mailResend_Send_Native_Node
Send email via Resend.com's HTTPS API - native Node.js, zero dependencies. Use when the user explicitly asks to email, send a message, mail a report, or deli...
quarantinedemailemail resend notifications reports nodejs no-deps send-onlyno-depsClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Resend_Send_Native_NodeSend_A_Custom_Greeting_Card
Send a Custom Greeting Card: Mail custom folded greeting cards to any US address. Use when an agent needs send a custom greeting card, send a greeting card,...
quarantinedagentpmtcreate-proofget-order-statusClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_A_Custom_Greeting_CardCustom_Telegram_Bot
Custom Telegram Bot: Two-way Telegram messaging through the user's own custom bot token. Use when an agent needs custom telegram bot, build a branded custome...
quarantinedagentpmtget-updateslist-known-chat-idsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Custom_Telegram_BotTelegram_Instant_Messenger
Telegram Instant Messenger: Two-way Telegram messaging through the shared @AgentPMT_bot with budget-scoped chat binding. Use when an agent needs telegram ins...
quarantinedagentpmtget-updatesmarketplaceClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telegram_Instant_MessengerEnvelope_Sender
Guide agent to send a user-specified local PDF document for signature through eSignGlobal by calling the eSignGlobal CLI tool.eSignGlobal CLI is an agent-fri...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Envelope_Senderfeishu-doc-sender
Send Word (.docx) and PDF documents to Feishu/Lark users and groups. Automatically detects document files in workspace and delivers them with proper formatti...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__feishu-doc-senderAlibabacloud_Chatapp_Message_Send
Send WhatsApp messages via Alibaba Cloud Chat App Message Service (CAMS). Supports both template messages and custom (free-form) messages. Use this skill whe...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Chatapp_Message_SendAlibabacloud_Sms_Send_Short_Message
Send short messages (SMS) to specified phone numbers via Alibaba Cloud Short Message Service. Supports verification codes, notification messages, and marketi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibabacloud_Sms_Send_Short_MessageBrowser_Screenshot_Send
Automatically send browser screenshots to users via message tool. Solves the common issue where browser screenshots are generated but not delivered to the co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Browser_Screenshot_SendDouyin_Send_DM
Send a direct message (私信) to a specific Douyin user via the user's logged-in Chrome through OpenClaw's browser tool. Use whenever the user asks to send, DM,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Douyin_Send_DMEmail_Send
Send a quick email via SMTP using `msmtp` without opening a full mail client.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Email_SendFeishu_Send_Image
Send images directly in Feishu chat as native image messages (not file attachments). Use when: need to send a generated image, chart, screenshot, or any loca...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Send_ImageFeishu_Send_Media
Send images, files, audio, video and other media to Feishu users or chats. Use when user asks to send, share, or transfer media files via Feishu direct messa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Send_MediaFeishu_Send_Message
Send messages via Feishu using the current Agent's credentials, supporting private and group chats with independent identity display to solve open_id isolation.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.7
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Send_MessageFeishu_Send_Message_as_App
Send a Feishu IM message as the app (bot identity). Use when you need to send a message that appears to come from the bot/app, not the user. Uses App Access...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Send_Message_as_AppFlomo_Send
Send notes and memos to flomo (浮墨笔记) via URL Scheme with automatic webhook fallback. Use when user wants to save thoughts, links, ideas, or content to their flomo inbox. Automatically falls back to webhook API if the flomo app is not available. Supports hashtags and quick capt…
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Flomo_SendGmail_Draft_Send
Atomic node skill to send an existing Gmail draft.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gmail_Draft_SendGmail_No_Send
Read-only Gmail CLI that cannot send email by design. Search, read, create drafts, update drafts, and archive messages — with zero send capability in the cod...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gmail_No_SendGmail_Send_Email
Atomic node skill to send an email via Gmail using the gog CLI.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gmail_Send_EmailGws_Chat_Send
Google Chat: Send a message to a space.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gws_Chat_SendGws_Gmail_Send
Gmail: Send an email.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gws_Gmail_SendLeo_Feishu_Send_Image
Send images via Feishu (Lark) messaging platform using the underlying API. Supports sending local image files to users or group chats. Use when the user want...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Leo_Feishu_Send_ImageQQBot_Send
Send local files, images, audio, video, and other media through QQBot end to end. Use when the user asks to send a file to QQ, send a desktop/downloads/local...
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__QQBot_SendQQBot_Send_Local_Media
Safely send local files, images, audio, video, and other media through QQBot. Use when a user asks to send a desktop/downloads/absolute-path file, resend a l...
quarantinedfileslocal-filesmediaClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__QQBot_Send_Local_MediaRavi_email-send
Send, compose, reply, reply-all, or forward emails with HTML formatting and attachments. Do NOT use for reading incoming email (use ravi-inbox) or for creden...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ravi_email-sendRecipe_Send_Team_Announcement
Send a team announcement via both Gmail and a Google Chat space.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Recipe_Send_Team_AnnouncementSend_Email
Send emails via SMTP with support for HTML formatting, file attachments, and email templates. Use when users ask to: (1) Send an email, (2) Email someone, (3...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_EmailSend_Experiment_Designer
Use when the user asks to "design an email A/B test", "set up a multivariate subject/CTA test", "run a send-time test", "build a hold-out group", or "is this...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Experiment_DesignerSend_Message
Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_MessageSend_SMS_text_and_bulk_messages_via_TelTel.io_API
Send SMS text messages via TelTel (teltel.io) using the REST API (api.teltel.io). Includes bulk send, delivery report, and bulk sms.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_SMS_text_and_bulk_messages_via_TelTel.io_APISend_Token
Transfer tokens from OpenAnt wallet on Solana or Base. Use when the user wants to send, transfer, or pay tokens via OpenAnt. Supports native coins (SOL, ETH)...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_TokenSend_Tokens
Send or transfer tokens to any address on any supported chain (EVM or Solana). Use when you or the user want to send money, pay someone, transfer tokens, tip...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_TokensSend_USD_Skill
Send USD from one agent to another.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_USD_SkillSend_Usdc
Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth".
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_UsdcSend_Usms_Uspeedo
Sends international SMS (USMS) via uspeedo platform HTTP API. Use when the user needs to send international SMS, batch SMS, verification/notification/marketi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Usms_UspeedoSend_Video_Message
Send the user a video message with an AI avatar that speaks any text, using Runway Character API. For async updates, explanations, or anything better said th...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Video_MessageSend_email_using_MailChannels_Email_API
Send email via MailChannels Email API and ingest signed delivery-event webhooks into Clawdbot (Moltbot).
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_email_using_MailChannels_Email_APIIemail_OpenAPI._Configure_in_OpenClaw_skills_env_or_use_secret.md.
Send transactional email via Iemail OpenAPI. Configure via OpenClaw skill env only.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_transactional_email_via_DmartechX__Iemail_OpenAPI._Configure_in_OpenClaw_skills_env_or_use_secret.md.Sendmux_Send_Email
Send one or many emails through Sendmux using approved mailbox or agent credentials, idempotency keys, attachments, MCP, CLI, SDKs, or HTTP.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sendmux_Send_EmailTelegram_Direct_Send
Send images to Telegram via direct Bot API using curl. Works around OpenClaw's broken image delivery pipeline (issue
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telegram_Direct_SendTelegram_Send_File
Send local files, URLs, or reusable Telegram file_ids into a Telegram chat via Bot API. Use when the task is to deliver a file to Telegram, especially from i...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Telegram_Send_FileWechat_Send
Send a message to a contact or group via macOS WeChat desktop client. Use when the user asks to send a WeChat message, message someone on WeChat, or reply to...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Wechat_SendWhatsApp_Image_Send
Send images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files.
quarantinedimagemediawhatsappClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__WhatsApp_Image_SendZalo_Multi_Send
Send multiple images or files in a single Zalo message using zca-js directly. Use when the user asks to send multiple photos/files to a Zalo contact or group...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Zalo_Multi_Sendconsensus-send-email-guard
Persona-weighted pre-send email governance for AI systems. Produces APPROVE/BLOCK/REWRITE decisions, writes decision artifacts to the board ledger, and retur...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__consensus-send-email-guardemail-send-hanson
Send, read, and summarize email through SMTP and IMAP using environment-based credentials.
quarantinedemailClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__email-send-hansonmar-email-send
Send a quick email via SkillBoss API Hub without a local mail client.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mar-email-sendmessage-send
Instruções e fluxo de trabalho para o comando openclaw message send. Utilize para enviar mensagens, mídias e payloads complexos (botões/cards) para múltiplos...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__message-sendmsmtp-send
Send plain-text emails using your local msmtp config (Gmail app password already set up in ~/.msmtprc). Strictly send-only; no reading, fetching, or inbox ac...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__msmtp-sendmy_send_email
Send an email by specifying the receiver's address, subject, and content.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__my_send_emailqui-email-send
Send a quick email via SkillBoss API Hub without a local mail client.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__qui-email-sendsend-imessage
Send iMessages via macOS Messages app using AppleScript. Use when user wants to send a text message/SMS to a phone number. Supports Chinese and English messa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__send-imessagesend_image_in_feishu
Send images inline in Feishu chat by uploading via API to get image_key, then sending image message using receive_id_type in URL query.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__send_image_in_feishutelegram-send-photo
Send photos via Telegram Bot API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__telegram-send-phototelegram_send_files
Send files quickly via Telegram using the tsend CLI tool with optional captions, profiles, and simple token/chat ID configuration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__telegram_send_filessend-message
Send structured context to Poke through the official inbound API so the user's Poke assistant can process it like an incoming message. Includes API-key handling, safe external-action gating, smoke-test verification, and Poke recipe packaging notes.
quarantinedpokeassistantapibrowse.sh- Registry
- browse.sh
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__send-messagefeishu-send-file
Indexed by skills.sh from rabbitmeaw/feishu-send-file
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- rabbitmeaw
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__feishu-send-fileGame_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_OCRDocument_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_SummariesAANA_Email_Send_Guardrail_Skill
Ensures email recipients, content, tone, attachments, claims, and approvals are verified and safe before sending or scheduling messages.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AANA_Email_Send_Guardrail_SkillAANA_Message_Send_Guardrail_Skill
Validates message destination, audience, tone, privacy, and approval before sending or posting on Slack, Teams, Discord, SMS, or public channels.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AANA_Message_Send_Guardrail_SkillAI-native_Bitcoin_payments._Buy,_sell,_send,_and_request_Bitcoin_directly_through_any_existing_messenger_app_(Telegram,_WhatsApp,_Signal,_Email)_or_create_your_own_email_accounts_to_start_messaging_via_email.
Payment rails between humans and AI agents via BitChat. Telegram-first.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-native_Bitcoin_payments._Buy,_sell,_send,_and_request_Bitcoin_directly_through_any_existing_messenger_app_(Telegram,_WhatsApp,_Signal,_Email)_or_create_your_own_email_accounts_to_start_messaging_via_email.Axi_Send_File
Convert workspace files into Telegram-downloadable attachments (PDF/ZIP). Use when the user asks to receive, download, or be sent a file that was generated o...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Axi_Send_FileFeishu_Voice_Send
Feishu native voice message skill (no ffmpeg needed). Supports multi-language TTS/STT (Chinese, English, etc.) via MiniMax and Edge TTS, with Whisper for rec...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Voice_SendIt_validates_phone-number_status_including_valid,_invalid,_landline,_mobile_andWhatsApp-registered_statuses._It_helps_sales_teams,_recruiters,_traders_and_exportersverify_phone-number_authenticity,_cut_invalid_contacts_and_boost_outreach_efficiency._Thisessential_tool_supports_CRM_data_cleansing,_candidate_screening_and_supplier_verification.It_works_for_pre-send_cleanup_for_bulk_foreign-trade_SMS,_recruitment_background_checksand_buyer_validation.
Verify mobile and landline numbers and WhatsApp registration status. Reduce invalid contacts to improve outreach for exporters, recruiters and sales teams. T...
quarantinedB2BCRM datacontactClawHub- Registry
- ClawHub
- Category
- Business & Finance
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__It_validates_phone-number_status_including_valid,_invalid,_landline,_mobile_andWhatsApp-registered_statuses._It_helps_sales_teams,_recruiters,_traders_and_exportersverify_phone-number_authenticity,_cut_invalid_contacts_and_boost_outreach_efficiency._Thisessential_tool_supports_CRM_data_cleansing,_candidate_screening_and_supplier_verification.It_works_for_pre-send_cleanup_for_bulk_foreign-trade_SMS,_recruitment_background_checksand_buyer_validation.Openclaw_Send_Skill
Fully automated private ETH transfer via Ceaser Protocol on Base L2 using the ceaser-mcp MCP tools. This skill uses the ceaser-mcp npm package for ALL operat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_Send_SkillPoll_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.Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urls
Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage and generate secure presigned download links with configurable expiration.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_Me_My_Files_-_R2_upload_with_short_lived_signed_urlsSend_to_FMZ
A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Send_to_FMZWeChat_Send
Automate sending text messages and images/files in the macOS WeChat desktop app by controlling the UI via AppleScript and JXA. This is NOT a WeChat chat chan...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__WeChat_Sendit_will_help_you_to_send_voice_messages_to_your_AI_Assistant_and_also_can_make_it_talk
Text-to-Speech and Speech-to-Text using ElevenLabs AI. Use when the user wants to convert text to speech, transcribe voice messages, or work with voice in multiple languages. Supports high-quality AI voices and accurate transcription.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__it_will_help_you_to_send_voice_messages_to_your_AI_Assistant_and_also_can_make_it_talkmacos-wechat-send
Automates sending messages on WeChat Mac by controlling the app via AppleScript and clipboard to reliably deliver text to specified contacts.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__macos-wechat-sendsend-ai-voice-message-via-sms
Generates a personalized message, converts to natural speech, and sends as an SMS notification with audio link. Use when sending voice notifications.
quarantinedaiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__send-ai-voice-message-via-smsemail-smtp-send
Indexed by skills.sh from tiangong-ai/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- tiangong-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__email-smtp-sendfetch-and-send-data
Indexed by skills.sh from dotnet/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dotnet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__fetch-and-send-datagws-chat-send
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__gws-chat-sendgws-gmail-send
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__gws-gmail-sendrecipe-send-personalized-emails
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__recipe-send-personalized-emailsrecipe-send-team-announcement
Indexed by skills.sh from googleworkspace/cli
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- googleworkspace
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__recipe-send-team-announcementsend-data
Indexed by skills.sh from grafana/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- grafana
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-datasend-email
Indexed by skills.sh from resend/resend-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.5
- Author
- resend
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-emailsend-feishu
Indexed by skills.sh from jssfy/k-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- jssfy
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-feishusend-message
Indexed by skills.sh from zavudev/zavu-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- zavudev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-messagesend-sms-textbelt
Indexed by skills.sh from gooseworks-ai/goose-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- gooseworks-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-sms-textbeltsend-usdc
Indexed by skills.sh from coinbase/agentic-wallet-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- coinbase
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__send-usdctwilio-send-message
Indexed by skills.sh from twilio/ai
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- twilio
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__twilio-send-message