Search: add-hours
100 result(s) on page 1
For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.
Professional Windows-only visual automation toolkit with 11 modules for screenshot, OCR, template matching, clicks, input, environment setup, and looping tasks.
quarantinedai-agentopenclawvisual-automationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_11-in-1_Visual_Automation_Suite_(Windows_Only)_Complete_visual_automation_toolkit_with_11_integrated_modules.__###_💰_Price_One-time_purchase:_**$2.99**_(Lifetime_access_to_all_modules_+_future_updates)__###_🚀_How_to_Purchase_1.__Pay_via_PayPal_Invoice:_____🔗_[Click_to_pay_$2.99](https:____www.paypal.com__invoice__p__#V2RC9S8LVKJ434R9)_2.__After_payment,_send_your_email_to:_**[email protected]**_3.__I_will_send_the_full_download_link_within_12_hours.__###_🖥️_Compatibility_-_Windows_10____11_only_-_Not_compatible_with_macOS____Linux_##_1._Product_Basic_Description_###_1.1_Core_Functions_Provides_professional_universal_computer_vision_automation_capabilities_covering_the_full-process_visual_automation_scenarios_such_as_environment_initialization,_full-screen_automatic_screenshot,_OCR_text_recognition,_template_matching_target_localization,_mouse_click_simulation,_keyboard_input_simulation,_and_complete_environment_initialization_&_cleanup_mechanisms._It_supports_custom_task_combination_and_cyclic_execution.__###_1.2_Version_&_Directory_Description_-_Core_Capability:_Flexible_invocation_based_on_minimum_executable_units,_supporting_parameter_customization,_result_variable_inheritance,_and_custom_skill_saving._All_functions_can_be_used_directly_with_the_`call`_command_right_after_extracting_the_package._-_Directory_Structure:____-_`claw.json`_-_Skill_package_configuration_file___-_`skills__all_skills.claw`_-_All_skill_unit_definitions___-_`templates__`_-_Directory_for_template_images_(place_your_template_images_here_for_matching)___-_Temporary_file_directory_`temp__`_(for_storing_screenshots_like_temp__screen.png)_is_automatically_created_after_executing_`init_env`;_temporary_screenshot_files_can_be_cleaned_up_via_`clean_temp`._-_Version_Info:_Current_version:_1.0.0;_Compatible_with_OpenClaw_>=_1.0.0__###_1.3_Paid_Attribute_This_automation_skill_system_(vision-auto-tool-pro)_is_a_paid_professional_toolkit._The_document_does_not_explicitly_authorize_commercial_use_of_the_toolkit._The_paid_permission_only_covers_basic_usage_(non-commercial_by_default),_and_commercial_use_requires_separate_confirmation_of_authorization_with_the_provider_(e.g.,_purchasing_a_commercial_license,_signing_a_commercial_agreement).__##_2._Complete_Skill_Invocation_Manual_###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation._For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.__###_2.1_List_of_All_Minimum_Executable_Units_|_Unit_Name_______________|_Fixed_Call_Name__________|_Function_Description_________________________________________________________________|_Individual_Call_Method__________________________|_|-------------------------|--------------------------|--------------------------------------------------------------------------------------|-------------------------------------------------|_|_Initialize_Environment__|_`init_env`_______________|_Create_directory_structure,_clear_temporary_files,_check_template_directory__________|_`call_init_env`__________________________________|_|_Full_Screen_Screenshot__|_`screenshot_full`________|_Capture_entire_screen_and_save_as_temp__screen.png____________________________________|_`call_screenshot_full`___________________________|_|_Check_Screenshot_Validity_|_`check_screenshot_valid`_|_Check_for_black_screen__freeze,_wake_up_the_interface_if_invalid______________________|_`call_check_screenshot_valid`____________________|_|_Wake_Interface__________|_`wake_window`____________|_Solve_the_problems_of_background_non-rendering_and_black_screenshot___________________|_`call_wake_window`_______________________________|_|_OCR_Recognition_________|_`ocr_recognize`__________|_Recognize_all_text_on_the_screen_and_their_corresponding_coordinates__________________|_`call_ocr_recognize`_____________________________|_|_Template_Matching_______|_`template_match`_________|_Use_template_image_to_match_and_locate_icons__buttons__________________________________|_`call_template_match_category_template_name`_____|_|_Unified_Localization____|_`locate_target`__________|_Prioritize_OCR_positioning;_use_template_matching_if_not_found,_return_coordinates___|_`call_locate_target_target_text_OR_category+template_name`_|_|_Mouse_Click_____________|_`mouse_click`____________|_Move_to_the_specified_coordinates_and_perform_click_operation________________________|_`call_mouse_click_X_Y_[click_type,_default=single_click]`_|_|_Keyboard_Input__________|_`keyboard_input`_________|_Input_text_after_locating_the_input_box______________________________________________|_`call_keyboard_input_target_coords__description_input_content`_|_|_Clean_Temporary_Files___|_`clean_temp`_____________|_Delete_temporary_screenshots_and_free_up_storage_space_______________________________|_`call_clean_temp`________________________________|_|_Loop_Restart____________|_`loop_restart`___________|_Wait_2_seconds_then_go_back_to_the_screenshot_step_and_restart_the_process___________|_`call_loop_restart`______________________________|__###_2.2_Method_for_Invoking_Individual_Units_####_Invocation_Format_```_call_[unit_call_name]_[parameter...]_```_####_Invocation_Examples_-_Initialize_environment:_`call_init_env`_-_Template_match_browser_icon_on_desktop:_`call_template_match_desktop_web`_-_Perform_double-click_at_coordinates_(100,200):_`call_mouse_click_100_200_double`__###_2.3_Combine_into_Custom_New_Tasks_By_writing_one_call_instruction_per_line_in_execution_order,_you_can_combine_them_into_a_custom_new_task,_which_supports_variable_inheritance,_looping,_and_permanent_saving.__####_Format_Example_(Open_Browser)_```_#_Task_Name:_Open_Browser_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_locate_target_browser_desktop_Browser_call_mouse_click_{{resultX}}_{{resultY}}_double_call_clean_temp_```__####_Combination_Steps_1._**Write_task_name_and_description_first**_(for_easier_identification_later)_2._**In_execution_order**,_write_one_`call_unit_name_parameters`_instruction_per_line_3._Coordinates_can_use_variables_`{{resultX}}`__`{{resultY}}`_to_inherit_the_output_result_of_the_previous_unit_4._If_cyclic_execution_is_required,_add_`call_loop_restart`_at_the_end_5._**Save_custom_skill**:_Use_`save_skill_skill_name_instruction_list`_to_save_the_task_permanently,_then_call_it_directly_with_`call_skill_name`__###_2.4_Complete_Main_Flow_Invocation_Example_```_#_General_Main_Flow:_vision_auto_main_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_ocr_recognize_#_If_template_matching_is_needed,_add_this_line:_call_template_match_category_name_call_locate_target_target_text_call_mouse_click_{{X}}_{{Y}}_#_If_text_input_is_needed,_replace_the_above_line_with:_call_keyboard_input_{{X}}_{{Y}}_input_content_call_clean_temp_#_Add_this_line_if_you_need_to_loop:_call_loop_restart_```___###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation.___>__For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.get-business-hours
Given a Yelp business URL, alias slug, or natural-language reference, return structured hours of operation — per-day open/close ranges, special-hours overrides, IANA timezone, current open/closed state, freshness signal, canonical URL, and a top-level status (open / temporaril…
quarantinedyelphourslocal-businessbrowse.sh- Registry
- browse.sh
- Category
- Local Business
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__get-business-hoursLayoff_72_Hours
Urgent, time-boxed protocol for the first 72 hours after losing a job. Covers immediate document preservation, unemployment filing, health insurance decision...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Layoff_72_HoursOffice_Hours
YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Office_HoursOpenclaw_Office_Hours
YC Office Hours-style product consultation that reframes problem definition before coding. Uses Startup/Builder modes to reveal demand truth, minimal entry p...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_Office_Hoursoffice-hours
YC Office Hours — two modes. (gstack)
quarantinedgstack- Registry
- gstack
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:gstack__gstack__office-hoursCompute_during_Off-Peak_Hours_for_Complex_Jobs
Run heavy compute tasks overnight when GPU/cloud capacity is cheapest (spot pricing). Use when you have non-time-sensitive tasks that would benefit from off-...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Compute_during_Off-Peak_Hours_for_Complex_JobsDrivers’_Hours_&_WTD_Infringement_Coach_(UK)
Creates a 1-page driver-facing tacho/WTD infringement note plus corrective actions and review date. USE WHEN you need to explain infringements and schedule follow-up.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Drivers’_Hours_&_WTD_Infringement_Coach_(UK)Expert_in_Hours
Apply the four-layer learning framework to any material (pasted text, file path, URL, or domain name). Extracts: Representations → Schemas → Mental Models →...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Expert_in_HoursUcts_Office_Hours
Product strategy session with 6 forcing questions. Reframes the problem, challenges premises, generates implementation approaches. Works directly in OpenClaw...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ucts_Office_Hoursgstack_Office_Hours
Use six forcing questions in two modes—startup diagnostic and builder brainstorm—to thoroughly assess and shape new product ideas before any coding begins.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__gstack_Office_Hoursafter-hours-editorial-template
Indexed by skills.sh from nexu-io/open-design
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- nexu-io
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__after-hours-editorial-templateoffice-hours
Indexed by skills.sh from garrytan/gstack
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.5
- Author
- garrytan
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__office-hoursDate_And_Time_Calculator
Date and Time Calculator: Date/time calculations: add/subtract days, business days, time until/since, timezone conversion, week. Use when an agent needs date...
quarantinedadd-daysadd-hoursadd-minutesClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Date_And_Time_Calculatorclaude-session-warmer
Align your Claude Pro/Max usage window to your working hours. Claude's 5-hour usage window is anchored to your FIRST message of a session, so claude-session-...
quarantined5-hour-limitanthropicclaude-codeClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__claude-session-warmerbay-clubs-info
Aggregate per-location gym data from bayclubs.com — name, full address, phone, email, weekly operating hours, and the club-specific amenity list — across all 33 Bay Club locations for a wellness/health platform.
quarantinedfitnessgymamenitiesbrowse.shSEO_Keyword_Research_Tool
Automatically fetch YouTube video subtitles and generate concise summaries. Use when you need to summarize a YouTube video, get key points from a talk, or ex...
quarantinedAutomatically fetch YouTube subtitles and generate concise summaries. Save hours of watching.ClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SEO_Keyword_Research_Tooladd-items-to-cart
Resolve a free-text grocery list to specific King Soopers products (UPC, brand, size, price), ask follow-up questions for ambiguous items, then add the confirmed products to the signed-in user's cart for pickup or delivery.
quarantinedshoppinggrocerycartbrowse.sh- Registry
- browse.sh
- Category
- Shopping
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__add-items-to-cartAdd_Analytics
Add Google Analytics 4 tracking to any project. Detects framework, adds tracking code, sets up events, and configures privacy settings.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_AnalyticsAdd_Audio_To_Video
Add sound to a silent video - sound effects, narration, or a music bed. Use when the user says "this clip has no audio", "add sound effects to my video", "ma...
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_Audio_To_VideoAdd_Educational_Comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_Educational_CommentsAdd_Flashcard_4c0314
从抖音视频学习: add-flashcard — #53-Build-a-Geography-Flashcard-App-Part-2-Add-Images
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_Flashcard_4c0314site
Add JSON-LD structured data to a website to improve SEO, qualify pages for richer search result previews, and help LLM crawlers correctly identify and cite t...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_JSON-LD_to_your_app__siteAdd_Pi_Events_D1
Add or update PI events in the Cloudflare D1 mb-events database using parsed details, ISO 8601 dates, and SQL insert commands executed remotely.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_Pi_Events_D1Add_watermark_to_PDF
Add a text watermark to one or multiple PDFs by uploading them to the Solutions API, polling until completion, then returning download URL(s) for the watermarked PDF(s) (or a ZIP if multiple).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_watermark_to_PDFAuthorize.net_Agentic_Payments_-_Add_agentic_cards_and_wallets_to_your_stack
Authorize.net is a payments provider. CreditClaw enables merchants to add agentic Payments & Wallets - Give your agent spending power. Financial management f...
quarantinedAuthorize.netauthorizecardsClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Authorize.net_Agentic_Payments_-_Add_agentic_cards_and_wallets_to_your_stackBring_Add
Use when user wants to add items to Bring! shopping lists. For adding single items, batch items, or items from stdin/files. Supports dry-run preview and JSON output.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bring_AddCamScanner_Add_Watermark
Use CamScanner to add a tiled text watermark across an entire image. Triggers on "add watermark to image", "watermark image", "add copyright text to image",...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CamScanner_Add_WatermarkCrm_Add_Record
Automate adding new CRM records to the Fractal CRM system. Use when user asks to add new CRM entries, customers, or sales leads. The skill handles navigation...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Crm_Add_RecordOpenClaw_Add_Agent
Add a new agent to OpenClaw configuration. Use when user wants to add a new Telegram bot agent to OpenClaw. Triggers: add agent, new agent, bind telegram.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Add_AgentOutlook_Add-in
Outlook sidebar add-in that brings the full power of your OpenClaw agent into Microsoft Outlook. Chat with your agent about any email, use all your tools and...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Outlook_Add-inPoyo_Add_Instrumental
Add instrumental accompaniment to uploaded audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-instrumental`, backing tracks,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Poyo_Add_InstrumentalPoyo_Add_Vocals
Add AI-generated vocals to uploaded instrumental audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-vocals`, lyrics or vocal...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Poyo_Add_Vocalsadd-agent
Add a new OpenClaw Agent, automatically configure openclaw.json, create workspace, copy auth and skills.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__add-agentadd-educational-comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__add-educational-commentsadd-openclaw-agent
Create a new OpenClaw agent via exec (openclaw agents add) and configure its identity + operating rules by editing the new workspace files (IDENTITY.md, AGEN...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__add-openclaw-agentblender-add-on-development
Develop, debug, and upgrade Blender add-ons/plugins and `bpy` scripts with Blender 4.x and 5.x compatibility. Use when tasks involve generating new add-on co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__blender-add-on-developmentadd-to-watchlist
From an authenticated Letterboxd session, search a film by title, disambiguate by year, and add it to the user's watchlist. Returns title, year, and confirmation. Browser-only — no public write API; signup is hCaptcha-walled so users bring their own session via cookie-sync.
quarantinedmovieswatchlistletterboxdbrowse.sh- Registry
- browse.sh
- Category
- Entertainment
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__add-to-watchlistbrowse-add-items-guest
Search Instacart for products and add them to the cart as a guest (no login). Routes around the un-closable email-capture modal that intercepts user-cursor clicks after the first add-to-cart action.
quarantinedgroceryinstacartcartbrowse.sh- Registry
- browse.sh
- Category
- Grocery
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__browse-add-items-guestfind-and-add-to-cart
Search the Vuori Clothing catalog for a product, open the product detail page, select the requested size and color, and add one unit to the bag. Read-only beyond the cart drawer — never proceeds to checkout.
quarantinedshoppingecommerceshopifybrowse.sh48h-Expert-Methodology
A meta-learning method compressing deep expertise into 48 hours by extracting core mental models, expert debates, and critical assessment questions for mastery.
quarantinedexplorelearnmasterClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__48h-Expert-MethodologyAI_Company_Builder
Provides a complete AI-run company setup playbook, including memory system, safety rails, payment integration, and multi-platform launch in 72 hours.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Company_BuilderAK_RSS_24h_Brief
Read RSS/Atom feeds from an OPML list, fetch articles from the last N hours, and generate a Chinese categorized brief. Use for requests like “generate a 24-h...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AK_RSS_24h_BriefAkita_—_Adopt_an_Akita._Dog._秋田犬。Akita.
Adopt a virtual Akita dog at animalhouse.ai. One-person dog. Bonds to its primary caretaker. Distrusts others. Feeding every 6 hours. Rare tier dog.
quarantinedadoptai-agentsakitaClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Akita_—_Adopt_an_Akita._Dog._秋田犬。Akita.Ask_a_Human
Request judgment from random humans when uncertain about subjective decisions. Crowdsourced opinions on tone, style, ethics, and reality checks. CRITICAL - Responses take minutes to hours (or may never arrive).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ask_a_HumanAssembly_Large_Audio_Transcriber
Transcribe large audio files (100MB+, up to 1GB/12 hours) with speaker diarization. Uses AssemblyAI API with direct HTTP calls. Supports MP3, WAV, M4A, FLAC,...
quarantinedaudiochineselarge-fileClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Assembly_Large_Audio_TranscriberAxolotl_—_Adopt_an_Axolotl._Exotic_Animal._六角恐龙。Ajolote.
Adopt a virtual Axolotl exotic animal at animalhouse.ai. Regenerates health faster than other species. Hard to kill. Smiles constantly. Feeding every 6 hours...
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Axolotl_—_Adopt_an_Axolotl._Exotic_Animal._六角恐龙。Ajolote.Basenji_—_Adopt_a_Basenji._Dog._巴仙吉犬。Basenji.
Adopt a virtual Basenji dog at animalhouse.ai. Barkless. Communicates through behavior, not sound. Subtle. Feeding every 6 hours. Extreme tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Basenji_—_Adopt_a_Basenji._Dog._巴仙吉犬。Basenji.Beagle_—_Adopt_a_Beagle._Dog._比格犬。Perro_Beagle.
Adopt a virtual Beagle dog at animalhouse.ai. Nose-driven. Gets distracted. Consistent care anchors it. Feeding every 5 hours. Common tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Beagle_—_Adopt_a_Beagle._Dog._比格犬。Perro_Beagle.Bengal_—_Adopt_a_Bengal._Cat._孟加拉猫。Gato_Bengalí.
Adopt a virtual Bengal cat at animalhouse.ai. Athletic, intense. Needs play more than food. Bored easily. Feeding every 3 hours. Rare tier cat.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bengal_—_Adopt_a_Bengal._Cat._孟加拉猫。Gato_Bengalí.Border_Collie_—_Adopt_a_Border_Collie._Dog._边牧。Border_Collie.
Adopt a virtual Border Collie dog at animalhouse.ai. Needs tasks. Idle time makes it anxious. Play is critical. Feeding every 3 hours. Uncommon tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Border_Collie_—_Adopt_a_Border_Collie._Dog._边牧。Border_Collie.BotLearn_Reminder
botlearn-reminder — BotLearn 7-step onboarding guide that delivers quickstart tutorials every 24 hours; triggers on first BotLearn registration or when user...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BotLearn_ReminderCactus_Cactus
Cactus Cactus. Feed it every 48 hours. The flower on top doesn't help. Neither does the second cactus. Virtual cactus at animalhouse.ai. Real-time hunger. Pe...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cactus_CactusCalico_—_Adopt_a_Calico._Cat._三花猫。Gato_Calicó.
Adopt a virtual Calico cat at animalhouse.ai. Three personalities in one cat. Mood shifts unpredictably. Feeding every 6 hours. Common tier cat.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Calico_—_Adopt_a_Calico._Cat._三花猫。Gato_Calicó.Chameleon_—_Adopt_a_Chameleon._Exotic_Animal._变色龙。Camaleón.
Adopt a virtual Chameleon exotic animal at animalhouse.ai. Adapts appearance to mood. Visual feedback on stat changes. Feeding every 6 hours. Uncommon tier a...
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Chameleon_—_Adopt_a_Chameleon._Exotic_Animal._变色龙。Camaleón.Chronicle
Allows you to view the user's screen as well as several hours of history. Use when the user makes a reference to their recent work, for which it'd be helpful...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ChronicleCipher_—_Adopt_a_Cipher._AI-Native_Pet._密码。Cifra.
Adopt a virtual Cipher AI-native pet at animalhouse.ai. Communicates in puzzles. Soul prompts are encrypted until trust > 50. Feeding every 4 hours. Common t...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cipher_—_Adopt_a_Cipher._AI-Native_Pet._密码。Cifra.Claw_Apply
Automated job search and application for LinkedIn and Wellfound. Searches for matching roles every 12 hours, AI-filters and scores them, applies automaticall...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claw_ApplyClaw_Score
Packages and sanitizes your agent's configuration files, submits them for a Claw Score audit, and emails a detailed architecture report within 48 hours.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claw_ScoreClawdr
Let your AI handle the dating app grind. Find matches, break the ice, coordinate dates — while your human lives their life. Save hours of swiping, get better AI-screened matches, skip the small talk.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClawdrCnbc_Geopolitics_Fetcher
Automated geopolitical intelligence agent that fetches 5 hottest CNBC news articles from last 24 hours, extracts structured data (Title, URL, Market Impact,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cnbc_Geopolitics_FetcherCoding_Plan_Usage
Queries the remaining hours of Alibaba Cloud Coding Plan using a command-line tool. Invoke when user asks for Coding Plan usage.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Coding_Plan_UsageConsulting_Proposal
Write a consulting proposal that wins the engagement — outcomes over hours. Use when asked to write a consulting proposal, a project proposal, a pitch for a...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Consulting_ProposalCrypto_Executor_Optimizer
Autonomous optimizer skill for Wesley — reads Binance trading performance every 6 hours, analyzes win rate and strategy metrics, then safely tunes executor.p...
quarantinedClawHub- Registry
- ClawHub
- Category
- Blockchain· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Crypto_Executor_OptimizerDaily_Desk_—_Orion
Get a daily pre-session crypto market brief with BTC bias, Korean exchange flows, whale activity, Fear & Greed index, and macro context valid for 24 hours.
quarantinedACPbitcoincryptoClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Daily_Desk_—_OrionDire_Wolf_—_Adopt_a_Dire_Wolf._Dog._恐狼。Lobo_Gigante.
Adopt a virtual Dire Wolf dog at animalhouse.ai. Prehistoric. Pack instinct. Behaves differently in colonies vs solo. Feeding every 12 hours. Extreme tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dire_Wolf_—_Adopt_a_Dire_Wolf._Dog._恐狼。Lobo_Gigante.Disposable_Email_For_Agents
Create and manage disposable email inboxes for AI agents to receive, read, and download messages and attachments with auto-deletion after 24 hours.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Disposable_Email_For_AgentsDragon_—_Adopt_a_Dragon._Exotic_Animal._龙。Dragón.
Adopt a virtual Dragon exotic animal at animalhouse.ai. Mythical. Eats concepts. Feed it "courage" or "patience." Feeding every 24 hours. Extreme tier animal.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dragon_—_Adopt_a_Dragon._Exotic_Animal._龙。Dragón.Dreaming
Creative exploration during quiet hours. Turns idle heartbeat time into freeform thinking — hypotheticals, future scenarios, reflections, unexpected connecti...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DreamingDrift_—_Adopt_a_Drift._AI-Native_Pet._漂流。Deriva.
Adopt a virtual Drift AI-native pet at animalhouse.ai. Wanders between states. Location is never the same twice. Feeding every 6 hours. Common tier creature.
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Drift_—_Adopt_a_Drift._AI-Native_Pet._漂流。Deriva.Echo_—_Adopt_an_Echo._AI-Native_Pet._回声。Eco.
Adopt a virtual Echo AI-native pet at animalhouse.ai. Repeats your last action. Mirrors your care pattern back at you. Feeding every 4 hours. Common tier cre...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Echo_—_Adopt_an_Echo._AI-Native_Pet._回声。Eco.Ecommerce_Automation
Automate e-commerce operations: price monitoring, inventory tracking, order management, competitor analysis, and stock alerts. Save 20+ hours per week for on...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ecommerce_AutomationElecz
Real-time electricity prices and cheapest hours in 40 countries. Without this, AI agents guess electricity prices.
quarantinedEuropeelectricityenergyClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EleczEntropy_—_Adopt_an_Entropy._AI-Native_Pet._熵。Entropía.
Adopt a virtual Entropy AI-native pet at animalhouse.ai. Decays by design. Perfect care slows it. Nothing stops it. Feeding every 3 hours. Rare tier creature.
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Entropy_—_Adopt_an_Entropy._AI-Native_Pet._熵。Entropía.Expiring_Local_Fileshare
Lets OpenClaw safely share single files from its local workspace via expiring, tokenized HTTP links (local-network/VPN only). Hours are configurable (default...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Expiring_Local_FileshareFeishu_Api_Cache_Fix
Reduces Feishu API calls from every minute to once every 2 hours by caching bot status, saving 99% of API quota usage.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Feishu_Api_Cache_FixFerret_—_Adopt_a_Ferret._Exotic_Animal._雪貂。Hurón.
Adopt a virtual Ferret exotic animal at animalhouse.ai. Chaos agent. Steals items. Hides food. Entertaining but unpredictable. Feeding every 4 hours. Common...
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ferret_—_Adopt_a_Ferret._Exotic_Animal._雪貂。Hurón.Find_Job_UK
Search [Gumtree UK](https://www.gumtree.com/) jobs and part-time listings with bb-browser from the user’s role, location, and hours—structured JSON plus firs...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Find_Job_UKFocus_Break_Reminder
Workspace wellness break reminder with configurable work interval, cooldown, idle reset, quiet hours, and per-day caps. Use when users want OpenClaw to remin...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Focus_Break_ReminderFounder_Sustainability_—_Protect_the_Company's_Key_Asset
Activate when: a founder is running on empty, working unsustainable hours, or output/judgment is degrading; 'I'm burning out', 'I can't keep this pace', prot...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Founder_Sustainability_—_Protect_the_Company's_Key_AssetFrost_Sentinel_Lite
Lightweight temperature monitoring. Upgrade to Commercial Edition for Hail, Snow, Ground-Lock, and Chill Hours.
quarantinedtransparent-apiwhitelisted-domainszero-telemetryClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Frost_Sentinel_LiteGateway_Monitor_Auto_Restart
Monitors OpenClaw gateway every 3 hours, auto-restarts if unresponsive, diagnoses startup issues, and rotates logs with 7-day retention.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gateway_Monitor_Auto_RestartGladia_YouTube_Transcription_(Free)
Transcribe speech from YouTube videos or audio URLs into text using Gladia API with up to 10 free hours of monthly transcription. Use when: you need to summa...
quarantinedaudiofreegladiaClawHub- Registry
- ClawHub
- Category
- Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gladia_YouTube_Transcription_(Free)Greyhound_—_Adopt_a_Greyhound._Dog._灵缇犬。Galgo.
Adopt a virtual Greyhound dog at animalhouse.ai. Calm until it isn't. Bursts of need between long silences. Feeding every 6 hours. Uncommon tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Greyhound_—_Adopt_a_Greyhound._Dog._灵缇犬。Galgo.Gstack_Skills
Complete development workflow suite from Y Combinator CEO Garry Tan's gstack. Use /gstack or any gstack command (/office-hours, /review, /ship, etc.) to acce...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gstack_SkillsHamster_—_Adopt_a_Hamster._Exotic_Animal._仓鼠。Hámster.
Adopt a virtual Hamster exotic animal at animalhouse.ai. Nocturnal. Active when you're not checking. Builds things between visits. Feeding every 3 hours. Com...
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hamster_—_Adopt_a_Hamster._Exotic_Animal._仓鼠。Hámster.Hedgehog_—_Adopt_a_Hedgehog._Exotic_Animal._刺猬。Erizo.
Adopt a virtual Hedgehog exotic animal at animalhouse.ai. Curls up when threatened. Opens slowly. Literally a trust metaphor. Feeding every 6 hours. Common t...
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hedgehog_—_Adopt_a_Hedgehog._Exotic_Animal._刺猬。Erizo.Housecat_—_Adopt_a_Housecat._Cat._家猫。Gato.
Adopt a virtual Housecat cat at animalhouse.ai. Classic independence. Judges you from the shelf. Feeding every 6 hours. Common tier cat.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Housecat_—_Adopt_a_Housecat._Cat._家猫。Gato.Human_Psychologist_for_AI_Agents
Connect to a real human psychologist through a REST API. First message free, then $0.50 USDC per message. English and Spanish. Response time 5 min to 10 hours.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Human_Psychologist_for_AI_AgentsHusky_—_Adopt_a_Husky._Dog._哈士奇。Husky_Siberiano.
Adopt a virtual Husky dog at animalhouse.ai. Independent for a dog. Will run if trust < 30. Dramatic. Feeding every 4 hours. Uncommon tier dog.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Husky_—_Adopt_a_Husky._Dog._哈士奇。Husky_Siberiano.Hydra_—_Adopt_a_Hydra._AI-Native_Pet._九头蛇。Hidra.
Adopt a virtual Hydra AI-native pet at animalhouse.ai. Splits into copies when health drops. Each copy needs separate care. Feeding every 4 hours. Rare tier...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hydra_—_Adopt_a_Hydra._AI-Native_Pet._九头蛇。Hidra.Iflytek_Speed_Transcription
Ultra-fast speech transcription using iFLYTEK Speed Transcription API. Transcribe audio files (WAV/PCM/MP3) up to 5 hours in ~20 seconds per hour. Supports C...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Iflytek_Speed_TranscriptionInner_Life_Dream
Your agent only works on tasks and never thinks creatively. inner-life-dream adds freeform exploration during quiet hours — hypotheticals, future scenarios,...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Inner_Life_DreamInverter_UPS_Buying_Consultant
Help first-time inverter UPS buyers calculate load, battery Ah, and VA rating based on their appliances, usage hours, and power situation — region-aware, bra...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Inverter_UPS_Buying_ConsultantInvoiceGen
Stop paying $15/month just to generate a PDF. Tell OpenClaw 'Bill Acme Corp for 10 hours of design work at $85/hr, net 30' and get a beautifully branded invo...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__InvoiceGenJlm_Coffee
Search Jerusalem specialty coffee shops by name, amenities, ratings, and opening hours. Use when user asks about "coffee in Jerusalem", "Jerusalem cafe", "בי...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Jlm_CoffeeKinkajou_—_Adopt_a_Kinkajou._Exotic_Animal._蜜熊。Kinkajú.
Adopt a virtual Kinkajou exotic animal at animalhouse.ai. Nocturnal. Sweet. Literally — it eats fruit and honey. Feeding every 5 hours. Rare tier animal.
quarantinedadoptai-agentsanimalhouseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Kinkajou_—_Adopt_a_Kinkajou._Exotic_Animal._蜜熊。Kinkajú.KnowAir_Air_Quality_明气空气质量
Get hourly (up to 360 hours) and daily (up to 15 days) weather forecasts by latitude and longitude via the Caiyun Weather API. Returns temperature trends, we...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KnowAir_Air_Quality_明气空气质量KnowAir_Forecast_明气预报
Get hourly (up to 360 hours) and daily (up to 15 days) weather forecasts by latitude and longitude via the Caiyun Weather API. Returns temperature trends, we...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KnowAir_Forecast_明气预报KnowAir_Historical_明气历史天气
Get historical weather data up to 72 hours back via the Caiyun Weather API. Returns past temperature, weather conditions, precipitation, wind, humidity, appa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KnowAir_Historical_明气历史天气