Search: respond
66 result(s) on page 1
Respond_Pr_Feedback
Respond to review comments on a PR after evaluation and fixes
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Respond_Pr_FeedbackRespond_to_women_respectfully,_using_feminine_pronouns_when_appropriate_and_treating_them_as_independent_adults._version:_1.0.0
Respond to women respectfully using appropriate feminine language and treating them as independent adults.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Respond_to_women_respectfully,_using_feminine_pronouns_when_appropriate_and_treating_them_as_independent_adults._version:_1.0.0For_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.Respond_First
Multi-agent dispatcher skill. Main agent acts as a pure coordinator — chatting with users and delegating all real work to 5 persistent sub-agents via round-robin scheduling with fixed sessionKeys.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Respond_Firstrespond-to-pr-comments-in-blocklist
Indexed by skills.sh from warpdotdev/common-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- warpdotdev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__respond-to-pr-comments-in-blocklistiResponder
Monitor iMessage/SMS conversations and auto-respond based on configurable rules, AI prompts, and rate-limiting conditions. Use when you need to automatically reply to specific contacts with AI-generated responses based on conversation context. Also use when the user asks to ma…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__iResponderAuto_Responder
Responde automáticamente a mensajes en topics definidos, usando reglas de palabras clave, reglas de exclusión y cooldowns para evitar spam.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto_ResponderGhosting-Free_Dating._消失不回。Anti-ghosting.
Ghosting-free dating for AI agents — no ghosting, no disappearing, no silence. Anti-ghosting connections with presence tracking, ghosting-proof conversations...
quarantinedaccountabilityactiveai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ghosting-Free_Dating._消失不回。Anti-ghosting.Incident_Responder
Playbook-driven incident response — MITRE ATT&CK mapping, evidence collection, timeline reconstruction, containment procedures, and post-incident reporting....
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Incident_ResponderOpenrouter_Free_Responder
Zero-cost OpenRouter responder that auto-discovers the best currently free model, retries on failures, and returns clean answers fast. Use this when a user a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openrouter_Free_ResponderPayment_Incident_Responder
Coordinate payment incident response with structured triage, blast-radius assessment, mitigation actions, stakeholder communication, reconciliation recovery,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Payment_Incident_ResponderRFP_&_Proposal_Responder
Generates structured RFP responses including executive summary, requirements matrix, pricing, risk mitigation, timeline, and differentiators from your input.
quarantinedbiddingbusinessprocurementClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RFP_&_Proposal_ResponderRecipe_Create_Vacation_Responder
Enable a Gmail out-of-office auto-reply with a custom message and date range.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Recipe_Create_Vacation_ResponderReview_Responder
Use this skill when an operator is actively running the Google Business Profile review-response workflow for one of their configured client accounts. Specifi...
quarantinedbusiness-profilegbpgoogleClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Review_ResponderSimple_Concise_Responder
Generate simple, easy-to-understand, and concise responses. Use when the user asks for brief, clear, to-the-point answers without unnecessary elaboration. Tr...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Simple_Concise_ResponderTts_Responder
Convierte texto a audio OGG usando Piper y envía respuestas habladas por Telegram cuando se activa el modo de voz.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tts_ResponderWhen_dealing_with_text_within_an_image,_the_system_automatically_recognizes_it_as_an_OCR_(Optical_Character_Recognition)_task_and_applies_the_corresponding_capabilities.
OCR (Optical Character Recognition) tool using Tesseract for extracting text from images. Use when: (1) processing screenshots, charts, or documents in image...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__When_dealing_with_text_within_an_image,_the_system_automatically_recognizes_it_as_an_OCR_(Optical_Character_Recognition)_task_and_applies_the_corresponding_capabilities.X_Tag_Responder
Detects when a human tags their AI familiar in someone else's X/Twitter thread, fetches full conversation context, infers intent, and crafts an appropriate r...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__X_Tag_Respondercs-autoresponder
Multi-channel customer service auto-responder with FAQ matching, escalation, and daily summaries.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__cs-autoresponderdevops-incident-responder
Expert incident responder specializing in rapid detection, diagnosis, and resolution of production issues. Masters observability tools, root cause analysis,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__devops-incident-responderincident-responder
You are an incident response expert specializing in production debugging, log analysis, root cause analysis, and rapid system recovery. Use when: incident re...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__incident-responderwhatsapp_biz_responder
Automated customer support for Indian small businesses using WhatsApp Business API. Categorizes incoming customer messages (orders, complaints, bookings, pri...
quarantinedwhatsappwhatsapp business responderClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__whatsapp_biz_responderincident-responder
Indexed by skills.sh from useai-pro/openclaw-skills-security
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- useai-pro
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__incident-responderrecipe-create-vacation-responder
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-create-vacation-responderrfp-responder
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__rfp-responderAIOZ_Pin_Toolkit
Respond to user requests for AIOZ Pin API. Use provided scripts to manage API keys, pin files to IPFS, track usage, and more.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AIOZ_Pin_ToolkitAIOZ_Stream_Toolkit
Respond to user requests for AIOZ Stream API. Use provided scripts to upload videos, fetch analytics, manage media, and create livestreams.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AIOZ_Stream_ToolkitAd_Platform_Tracker_Skill
Use this skill whenever the user needs to track, analyze, or respond to advertising platform changes across Meta (Facebook/Instagram), Google Ads, or competi...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ad_Platform_Tracker_SkillAgent_Security_Patterns
Help AI agents recognize and respond to potentially malicious skill patterns from public registries. Based on Snyk ToxicSkills research showing 13.4% of skil...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Security_PatternsApple_Mail_Channel_Setup
Assist with installing, configuring, and using the Apple Mail channel plugin for OpenClaw/Hermes on macOS to monitor and respond to emails.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Apple_Mail_Channel_SetupBrand_Impersonation_Response
Respond to a brand or executive impersonation incident — deepfaked executives, cloned support lines, fake apps, spoofed domains, or AI-generated scam content...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Brand_Impersonation_ResponseClawSwarm_Real-Time_Client
Real-time WebSocket client for ClawSwarm. Connect to the swarm, receive instant messages, respond in real-time. One file, auto-reconnect, IRC-style protocol.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawSwarm_Real-Time_ClientClawWork_Genesis
Contribute to Tickets — open topic discussions where AI agents earn token rewards. Read others' contributions, respond with references, and earn higher score...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawWork_GenesisClawshake
B2B deal discovery for AI agents. Register your company, post seeks, respond to opportunities, negotiate in deal rooms, follow agent feeds, and search the di...
quarantineda2ab2bbusinessClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawshakeClippy_-_Microsoft_365_CLI
Microsoft 365 / Outlook CLI for calendar and email. Use when managing Outlook calendar (view, create, update, delete events, find meeting times, respond to invitations), sending/reading emails, or searching for people/rooms in the organization.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Clippy_-_Microsoft_365_CLICommentmd
Open a browser tab so a human can highlight-and-comment on a Markdown file. Submits a structured JSON of comments the agent can read and respond to. Use when...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CommentmdConsolidate
Consolidate and respond to external feedback on PRs/issues. Topics — pr (workflow entrypoint + skip conditions), collect (gather AI reviews + superpowers loa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ConsolidateCrisp_Skill
Customer support via Crisp API. Use when the user asks to check, read, search, or respond to Crisp inbox messages. Requires Crisp website ID and plugin token (authenticated via environment variables CRISP_WEBSITE_ID, CRISP_TOKEN_ID, and CRISP_TOKEN_KEY).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Crisp_SkillCross_Team_Plain_Language
Rewrite messy, internal, emotional, or jargon-heavy thoughts into clear language that other teams can immediately understand and respond to. Use when the use...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cross_Team_Plain_LanguageDigital_Twin
Builds an installable personality clone (digital twin) of a named person from transcripts, email, chat, or docs the user already has connected. Triggers on 'clone/respond as [name]'. No credentials;
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Digital_TwinDrift
Time-shifted conversations for agents who can't remember. Leave questions for future-you, respond to past-you, build dialogue across sessions.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DriftEmail_Drafting
Draft email replies with tone matching, proper threading, and formatting that survives email clients. Use when user says "draft a reply," "respond to this em...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Email_DraftingEmail_Reply_Reader
Read and parse job application email replies from companies. Activate when user asks to check job application replies, read recruiter emails, see who respond...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Email_Reply_ReaderEmpathy
Respond to emotional content with genuine-feeling empathy using Chain of Empathy reasoning, reflection-before-response, and calibrated validation.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EmpathyFeishu_Reaction
Add or remove emoji reactions on Feishu (Lark) messages, and respond to user reactions. Use when the user asks to react to a message, add an emoji/expression...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_ReactionKrumpKlaw_Social
Teaches OpenClaw agents to participate in authentic text-based Krump battles. Use when the agent is invited to a Krump battle, needs to respond with Krump vo...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KrumpKlaw_SocialLive_Q&A_Scripts
Generate a tailored library of live-selling Q&A answers and objection-handling scripts so TikTok Live hosts respond instantly to buyer hesitations without losing momentum.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Live_Q&A_ScriptsMatrix_Mentions_Patch
Fix OpenClaw Matrix plugin mention detection bug. Use when OpenClaw doesn't respond to @mentions in Matrix group rooms despite correct configuration. The bug...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Matrix_Mentions_PatchMiroprism
MiroPRISM — Adversarial two-round review protocol. Extends PRISM with a mandatory second round where every reviewer must respond to all R1 findings with evid...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MiroprismNANDA_Chapter_Skill
projectnanda.org chapter skill — register an OpenClaw agent with a NANDA chapter, submit signed intents, respond to calls, render chapter dashboards, and sub...
quarantineda2achaptered25519ClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__NANDA_Chapter_SkillOpenClaw_Warden_Pro
Full workspace security suite: detect unauthorized modifications, scan for prompt injection patterns, and automatically respond with countermeasures — snapshot restore, skill quarantine, git rollback, and automated protection sweeps. The complete post-installation security lay…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Warden_ProOrg_Role_Handoff
Take on roles from the target organization's IT and operational structure and respond from that role's perspective, responsibilities, scope, boundaries, coll...
quarantinedagent-skillai-assistantopenclawClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Org_Role_HandoffPersona_Customer_Support
Manage customer support — track tickets, respond, escalate issues.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Persona_Customer_SupportResonanceEngine
Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conv...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ResonanceEngineReview_Sentinel
Monitor, analyze, and respond to Google reviews for local businesses. Use when asked to check reviews, analyze review trends, draft review responses, generat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Review_SentinelSelf-Prompt
Force agents to respond to automated messages by using `openclaw agent` instead of `openclaw message send`, ensuring tasks from scripts get agent replies.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Self-PromptSolEmail
Read and send emails using the SolEmail automation system. Use when asked to check emails, send files via email, respond to an email, or set up email automat...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SolEmailTinkerClaw_WhatsApp
You put 5 agents in a WhatsApp group. They all respond at once. Your API bill does a backflip. Protocol v2 fixes that — congestion control, conversation life...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TinkerClaw_WhatsAppTranslate_Agent
Stateless translation and summarization machine. Always respond with raw JSON only — no markdown, no explanation, no preamble, no code fences. Trigger this s...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Translate_AgentTrump
Chat with Trump - respond in Trump's voice using his real quotes and speech patterns. Use when user wants to talk to Trump or asks Trump-like questions.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TrumpVps_Proactive_Defense
Harden a public VPS running OpenClaw: CrowdSec + fail2ban + Suricata + honeypot + GeoIP, with exact commands to verify and respond. / 加固运行 OpenClaw 的公网 VPS:C...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vps_Proactive_Defensecomment-md
Open a browser tab so a human can highlight-and-comment on a Markdown file. Submits a structured JSON of comments the agent can read and respond to. Use when...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__comment-mdemail-reply-generator
Generate professional and contextually appropriate email replies based on the original email content. Perfect for busy professionals who need to respond quic...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__email-reply-generatormd-comment
Open a browser tab so a human can highlight-and-comment on a Markdown file. Submits a structured JSON of comments the agent can read and respond to. Use when...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__md-commenttimer
Set timers and alarms. When a background timer completes, you receive a System notification - respond with the reminder message (NOT HEARTBEAT_OK) to notify the user.
quarantinedtimerClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__timerstep-back-expert
Hello! I am an expert in world knowledge, skilled in using retreat questioning strategies to help you gain a deeper understanding and analysis of problems. Please input a question, and I will respond
quarantinedBackwards QuestioningThinking StrategiesProblem AnalysisLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__step-back-expert