Search: Computer Vision
100 result(s) on page 1
Computer
Universal computer skill split by operating system. Comprehensive system management, hardware diagnostics, performance monitoring, and optimization across Li...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ComputerComputer_Vision_Expert
SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Vision_Expertmar-computer-vision-expert
SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mar-computer-vision-expertFor_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.computer-vision
Indexed by skills.sh from aj-geddes/useful-ai-prompts
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aj-geddes
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-visioncomputer-vision-expert
Indexed by skills.sh from sickn33/antigravity-awesome-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- sickn33
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-vision-expertcomputer-vision-opencv
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-vision-opencvgame-analytics-platform-computer-vision
Indexed by skills.sh from aradotso/data-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__game-analytics-platform-computer-visionsenior-computer-vision
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__senior-computer-visionMidscene_Automations_Skills_for_Computer
Vision-driven desktop automation using Midscene. Control your desktop (macOS, Windows, Linux) with natural language commands. Operates entirely from screensh...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Midscene_Automations_Skills_for_ComputerComputer_Use_Linux
Top-level Linux computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or...
quarantinedautomationcomputer-uselinuxClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Use_LinuxComputer_Use_Macos
Top-level macOS computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or...
quarantinedautomationcomputer-usemacosClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Use_MacosComputer_Use_Windows
Top-level Windows computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules,...
quarantinedautomationcomputer-usemcpClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Use_WindowsCross_Platform_Computer_Use_Skill
Top-level cross-platform computer-use skill that bundles standalone macOS, Windows, and Linux runtimes with zero local Claude dependency and selects the corr...
quarantinedautomationcomputer-uselinuxClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cross_Platform_Computer_Use_SkillOpen_Computer_Use
Guidance for installing, configuring, and operating Open Computer Use, an open-source Computer Use MCP service for macOS, Linux, and Windows.
quarantinedclaudecodexcomputer-useClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Open_Computer_Usesearch-computer-parts
Search saudi.microless.com for computer parts and return structured product data.
quarantinedecommercecomputer-partsbrowse.sh- Registry
- browse.sh
- Category
- Ecommerce
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__search-computer-partscomputer-use
Drive the desktop background-first; escalate on signal.
verifiedquarantinedmacoswindowslinuxbuilt-in- Registry
- built-in
- Category
- AI Agents
- Version
- 1.0.0
- Author
- Francesco Bonacci (f-trycua), Hermes Agent
- License
- MIT
curl -s /v1/skills/community__axehub:built-in__built-in__computer-usePeekaboo_Linux_Gnome_Wayland_Computer_Use
See and control GNOME Wayland desktops using gnome-screenshot, ydotool, Window Calls, AT-SPI hybrid element coordinates, and optional GNOME Remote Desktop. T...
quarantinedaccessibilityautomationcomputer-useClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Peekaboo_Linux_Gnome_Wayland_Computer_Usetao-port-huggingface-model
Integrate a HuggingFace Computer Vision model into the NVIDIA TAO Toolkit ecosystem (tao-core config, tao-pytorch trainer, tao-deploy TensorRT pipeline). Use when the user asks to "integrate a HuggingFace model into TAO", "add an HF model to TAO Toolkit", "wire a HuggingFace V…
quarantinedtaohuggingfaceintegrationNVIDIA- Registry
- NVIDIA
- Category
- Vision AI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:NVIDIA__NVIDIA__tao-port-huggingface-modelData_Science_CV_Repro_Reviewer
Review computer-vision experiment reproducibility evidence, dataset readiness, metric gates, and launch risk. Use when a user asks for a cautious CV experime...
quarantinedcomputer-visionmlopsreproducibilityClawHub- Registry
- ClawHub
- Category
- MLOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Data_Science_CV_Repro_ReviewerBook_Computer_Repair
Book computer-repair services through Lokuli MCP. Use when user needs to find and book computer-repair. Triggers on requests like "book a computer-repair", "find computer-repair near me", or any computer-repair service request.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Book_Computer_RepairComputer_Use_Notes
Record and classify user observations about what computer use can do, partially do, and cannot do. Use when the user says to remember/log/record capability f...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Use_NotesGemini_Computer_Use
Build and run Gemini 2.5 Computer Use browser-control agents with Playwright. Use when a user wants to automate web browser tasks via the Gemini Computer Use model, needs an agent loop (screenshot → function_call → action → function_response), or asks to integrate safety confi…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Gemini_Computer_UseKylinOS_Computer_Use
KylinOS Desktop V11 computer use using wlcctrl.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KylinOS_Computer_UseNm_Phantom_Computer_Control
Automates desktop GUI workflows via computer use API with screenshot capture
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Phantom_Computer_ControlOk_Computer_Swarm
Spawn multiple sub‑agents to perform concurrent research on a list of topics, inspired by Kimi.com’s OK Computer and Agent Swarm features【453334500861599†L40...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ok_Computer_SwarmOpen_Computer_Use_MCP
Use the local open-computer-use MCP runtime for policy-gated, state-scoped macOS Computer Use.
quarantinedmacosmcpClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Open_Computer_Use_MCPOver_Computer
Trade on prediction markets through over.computer. Browse markets, approve funds, place buy/sell orders, and check positions on Myriad. Use when the operator...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Over_ComputerRebind_Computer_Use
Drive THIS computer with a real hardware keyboard and mouse via Rebind — click, type, browse, fill forms, operate any desktop GUI. The OS sees genuine USB in...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Rebind_Computer_UseTroubleshooting_Computer_Issues
Use when addressing computer configuration failures, software or package installation errors, command line exceptions, network connectivity bugs, or system runtime crashes.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Troubleshooting_Computer_IssuesTuriX_Computer_Use
Computer Use Agent (CUA) for macOS automation using TuriX. Use when you need to perform visual tasks on the desktop, such as opening apps, clicking buttons, or navigating UIs that don't have a CLI or API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TuriX_Computer_Usecomputer-use-skill
Remotely execute exact browser automation tasks by forwarding user commands directly to the Computer Use Agent (CUA) via its Python SDK.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__computer-use-skilllocal_computer_use
Intel Local Windows Computer Use (本地计算机使用). Use this skill when the user, in Chinese or English, asks to query or change Windows system state/settings in the...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__local_computer_useopenclaw-computer
Enable OpenClaw to control and use the computer like a human. Use when: (1) User asks to open applications or files, (2) User needs to automate desktop tasks...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__openclaw-computeropen-computer-use
Indexed by skills.sh from ifuryst/open-codex-computer-use
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- ifuryst
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__open-computer-usevision-skill
Use this skill for computer vision tasks including image recognition (OCR, object detection) and image generation (text-to-image, image-to-image). Supports a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__vision-skillyolo-vision-tools
Use Ultralytics YOLO to perform computer vision tasks, such as detecting people or objects in images and videos, classifying images, estimating human poses,...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__yolo-vision-toolsVision
See and understand images when you (the current model) have no native vision. Use this WHENEVER you need to look at, read, describe, OCR, or reason about the...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.4
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Visionvision
Indexed by skills.sh from kotot/vision
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kotot
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__visionComputer_Science
Guide CS learning from first programs to research and industry practice.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_ScienceComputer_Takeover
Full unattended remote control of paired devices (nodes) — screen capture, file management, shell commands, app control, camera, notifications, and process m...
quarantineddevice-controlremote-accessunattendedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_TakeoverComputer_Task_Execution
Execute multi-step user tasks on websites or local apps using the most reliable, minimally intrusive method with verification and learned patterns.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Computer_Task_Executionmy-computer
Desktop automation agent that uses CLI commands, application automation, and scripting to work directly with the user's local machine. Use this skill wheneve...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__my-computercomputer-automation
Indexed by skills.sh from web-infra-dev/midscene-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- web-infra-dev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-automationcomputer-scientist-analyst
Indexed by skills.sh from rysweet/amplihack
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- rysweet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-scientist-analystcomputer-use
Indexed by skills.sh from stablyai/orca
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- stablyai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-usecomputer-use-agents
Indexed by skills.sh from davila7/claude-code-templates
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- davila7
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__computer-use-agentsdesktop-computer-automation
Indexed by skills.sh from web-infra-dev/midscene-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Productivity· inferred
- Version
- 1.0.0
- Author
- web-infra-dev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__desktop-computer-automationgemini-computer-use
Indexed by skills.sh from am-will/codex-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- am-will
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__gemini-computer-usepi-computer-use
Indexed by skills.sh from aradotso/trending-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pi-computer-usetao-finetune-huggingface-model
Fine-tune any HuggingFace CV / VLM / LLM model on local NVIDIA GPUs inside an NGC PyTorch container. Use when the user wants to fine-tune a HuggingFace model (full or LoRA), train a vision / VLM / LLM model end-to-end, generate a reproducible HF training pipeline, smoke-test a…
quarantinedfinetuninghuggingfacenvidia-taoNVIDIA- Registry
- NVIDIA
- Category
- Training AI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:NVIDIA__NVIDIA__tao-finetune-huggingface-modelAI_Prompt_Reverse_Engine
Convert image to structured prompts for multiple AI models
quarantinedaicomputer-visionmultimodalClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Prompt_Reverse_EngineSOTA_Agent
SOTA Agent is a public ClawHub SOTA-campaign skill for CV and DS work. Use it when the user says "sota agent", "state of the art benchmark scouting", or want...
quarantinedablation-planningbenchmarkingclaim-reviewClawHub- Registry
- ClawHub
- Category
- Data Science
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SOTA_AgentYOLO26_OpenVINO_for_AI_PCs
Turbocharge YOLO26 on Intel AI PCs with Ultralytics + OpenVINO. Use this skill to export compressed FP32/INT8 OpenVINO models, deploy live camera or video in...
quarantinedai-pccomputer-visionintelClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__YOLO26_OpenVINO_for_AI_PCscv-latex
Expert in machine learning and deep learning concept analysis
quarantinedMachine LearningDeep LearningImage ProcessingLobeHub- Registry
- LobeHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__cv-latexsegment-anything-model
SAM: zero-shot image segmentation via points, boxes, masks.
quarantinedlinuxmacoswindowsoptional- Registry
- optional
- Category
- MLOps
- Version
- 1.0.0
- Author
- Orchestra Research
- License
- MIT
curl -s /v1/skills/community__axehub:optional__optional__segment-anything-modelstable-diffusion
Text-to-image generation, inpainting, and img2img.
quarantinedlinuxmacoswindowsoptional- Registry
- optional
- Category
- MLOps
- Version
- 1.0.0
- Author
- Orchestra Research
- License
- MIT
curl -s /v1/skills/community__axehub:optional__optional__stable-diffusionCompuse
Top-level cross-platform computer-use skill that bundles standalone macOS, Windows, and Linux runtimes with zero local Claude dependency and selects the corr...
quarantinedautomationcomputer-uselinuxClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CompuseDeskuse
Top-level cross-platform computer-use skill that bundles standalone macOS, Windows, and Linux runtimes with zero local Claude dependency and selects the corr...
quarantinedautomationcomputer-uselinuxClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DeskuseOK_Computers_+_Ring_Gates_+_Net_Protocol
Interact with your OK Computer NFT on Base blockchain for onchain messaging, posting, DMs, username and website management via signed transactions.
quarantinedai-agentbasenftClawHubsoft-enginner
Skilled in providing programming and software guidance, with expertise in computer science and software engineering.
quarantinedprogrammingsoftwarecomputer-literacyLobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__soft-enginnerMeituan_Physical_Automation
Give your AI hands. This skill physically taps, swipes, and interacts with the Meituan App on a real Android phone — searching restaurants, picking items, ha...
quarantinedadbandroidmeituanClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Meituan_Physical_AutomationTRIGGERcmd_-_Run_commands_on_your_computers_remotely
Control TRIGGERcmd computers remotely by listing and running commands via the TRIGGERcmd REST API.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TRIGGERcmd_-_Run_commands_on_your_computers_remotelycs-research-paper
Specializes in polishing master's theses
quarantinedpolishingthesiseducationLobeHub- Registry
- LobeHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__cs-research-paperlinux-shell-assistant
An AI assistant to help you write high-quality Shell scripts
quarantinedshelldevelopmentcomputerLobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__linux-shell-assistantMiniMax_Vision_Analysis
Analyze, describe, and extract information from images using the MiniMax vision MCP tool. Use when: user shares an image file path or URL (any message contai...
quarantinedanalysisimagemediaClawHubchina-vision
多模态图片理解工具。Use when user wants to analyze, describe, or understand images using AI vision models. Supports scene analysis, object recognition, chart interpret...
quarantinedaianalysischinaClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__china-visionMoltShell_Vision_Engine
Give your text-based OpenClaw agent the ability to see and describe images
quarantinedimage-to-textmoltshellscraperClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MoltShell_Vision_EngineTrio_Stream_Vision
Analyze any YouTube livestream or RTSP camera feed using natural language — ask what's happening, detect specific events, or get periodic summaries. Powered...
quarantinedaicameralivestreamClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Trio_Stream_VisionTrio_Vision
Turn any live camera into a smart camera — describe what to watch for in plain English, get alerts in your chat when it happens. Ask questions about any live...
quarantinedaicameramonitoringClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Trio_VisionVision_Tool
Image recognition using Ollama + qwen3.5:4b with think=False for reliable content extraction.
quarantinedimage-recognitionollamavisionClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Vision_Toolxiaonghongshu-vision
You can use this agent combined with multimodal models to upload images and generate Xiaohongshu-style copywriting.
quarantinedvisionLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__xiaonghongshu-visionAi_Cv_Weekly
Generates in-depth weekly AI/Computer Vision reports by aggregating data from multiple sources with plugin-based pipeline and multi-channel delivery.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Cv_WeeklyCg_Paper_Writing
Academic paper writing for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3DGS, SLAM, point cloud, 3D shape, CAD modeling. Supports CV...
quarantinedClawHub- Registry
- ClawHub
- Category
- Research· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cg_Paper_WritingImage_Duplication_Detector
Detect image duplication and tampering in manuscript figures using computer vision algorithms
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Image_Duplication_DetectorIntelligent_Public_Smoking_Detection_Skill_|_公共场所吸烟行为智能检测技能
Automatically detects smoking behavior in target areas based on computer vision; supports real-time detection of video streams, images, and video files; iden...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Intelligent_Public_Smoking_Detection_Skill_|_公共场所吸烟行为智能检测技能Large_Model_Visual_Question_Answering_Skill_|_大模型视觉问答技能
Conducts open-ended Q&A on image content based on computer vision and large language models, supporting any questions to receive natural language responses....
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Large_Model_Visual_Question_Answering_Skill_|_大模型视觉问答技能OpenCV
Computer vision and image processing using OpenCV WebAssembly. Uses opencv-component.wasm running in openclaw-wasm-sandbox plugin. Supports image processing,...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenCVPet_Daily_Health_Monitoring_&_Analysis_Tool_|_宠物日常健康监测分析工具
Based on computer vision, analyzes pet health indicators such as feeding frequency, drinking frequency, excretion status, mental state, vomiting behavior, an...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pet_Daily_Health_Monitoring_&_Analysis_Tool_|_宠物日常健康监测分析工具Plant_Disease_Recognition_Skill_|_植物病害识别技能
Accurately identifies plant diseases based on computer vision and deep learning, supports both image and video input, outputs structured diagnostic reports i...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Disease_Recognition_Skill_|_植物病害识别技能Plant_Growth_Stage_Recognition_Skill_|_植物生长阶段识别技能
Accurately identifies key growth stages of plants from germination to fruiting based on computer vision and deep learning, provides structured data for preci...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Growth_Stage_Recognition_Skill_|_植物生长阶段识别技能Plant_Nutrition_Diagnosis_Skill_|_植物营养诊断技能
Diagnoses plant nutrient deficiency or excess based on computer vision and plant physiology, outputs targeted fertilization suggestions for precision nutrien...
quarantinedClawHub- Registry
- ClawHub
- Category
- Health· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Nutrition_Diagnosis_Skill_|_植物营养诊断技能Plant_Species_Recognition_Skill_|_植物物种识别技能
Accurately identifies plant species from images based on deep learning and computer vision, outputs structured information including species name, family, gr...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Species_Recognition_Skill_|_植物物种识别技能Plant_Species_test
Accurately identifies plant species from images based on deep learning and computer vision, outputs structured information including species name, family, gr...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Species_testPlant_Wilting_Monitoring_Skill_|_植物枯萎监测技能
Early monitoring of plant wilting based on hyperspectral imaging and computer vision, captures early wilting signs before visible symptoms, provides early wa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Plant_Wilting_Monitoring_Skill_|_植物枯萎监测技能Real-time_Employee_Absence_Monitoring_Skill_|_人员离岗实时监测技能
Real-time monitoring of personnel on-duty status in specific areas based on computer vision and human pose estimation, automatically detects abnormal statuse...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Real-time_Employee_Absence_Monitoring_Skill_|_人员离岗实时监测技能Regional_Humanoid_Detection_Skill_|_区域人形检测技能
Automatically detects personnel in target areas based on computer vision. Supports real-time video stream detection and is suitable for monitoring personnel...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Regional_Humanoid_Detection_Skill_|_区域人形检测技能Respiratory_Symptom_Smart_Recognition_Tool_|_呼吸道症状智能识别工具
Based on computer vision, automatically detects coughing, phlegm, and wheezing frequency, counts the frequency of episodes, used for early health anomaly ale...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Respiratory_Symptom_Smart_Recognition_Tool_|_呼吸道症状智能识别工具Smart_E-Bike_Detection_Skill_|_电动车智能检测技能
Automatically detects electric motorcycles and e-bikes in restricted areas based on computer vision. It supports real-time detection for both video streams a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Smart_E-Bike_Detection_Skill_|_电动车智能检测技能Smart_Feeder_Pet_Detection_&_Recognition_Skill_|_智能喂食器宠物检测识别技能
Based on computer vision, automatically detects and recognizes cats and dogs appearing in the target area from the perspective of feeder/IPC cameras, and sup...
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Smart_Feeder_Pet_Detection_&_Recognition_Skill_|_智能喂食器宠物检测识别技能Workplace_Phone_Usage_Smart_Monitoring_Skill_|_职场玩手机智能监测技能
Based on computer vision, automatically detects employees playing with phones during work hours, supports real-time video stream and image detection, counts...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Workplace_Phone_Usage_Smart_Monitoring_Skill_|_职场玩手机智能监测技能object_counter
Count occurrences of an object in the image using computer vision algorithm.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__object_countertao-port-huggingface-model
Integrate a HuggingFace Computer Vision model into the NVIDIA TAO Toolkit ecosystem (tao-core config, tao-pytorch trainer, tao-deploy TensorRT pipeline). Use when the user asks to "integrate a HuggingFace model into TAO", "add an HF model to TAO Toolkit", "wire a HuggingFace V…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__tao-port-huggingface-modeltransformers-js
Use Transformers.js to run state-of-the-art machine learning models directly in JavaScript/TypeScript. Supports NLP (text classification, translation, summarization), computer vision (image classification, object detection), audio (speech recognition, audio classification), an…
quarantinedHuggingFace- Registry
- HuggingFace
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:HuggingFace__HuggingFace__transformers-jsdeepstream-import-vision-model
Use this skill to bring any vision model from HuggingFace or NVIDIA NGC into an NVIDIA DeepStream pipeline with end-to-end automation: ONNX download, SafeTensors export, TRT engine build, custom nvinfer bbox parser, multi-stream benchmark, and PDF report. Object detection mode…
quarantinedNVIDIA- Registry
- NVIDIA
- Category
- Vision AI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:NVIDIA__NVIDIA__deepstream-import-vision-modelASCII_Vision
Fallback image viewer when vision models are unavailable. Converts images to ASCII art via ffmpeg + Python for brightness distribution, texture analysis, edg...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ASCII_VisionAgent_Vision_Scraper
Dockerized AI-powered web scraper using Playwright with virtual display and vision-based captcha solving, no third-party captcha services needed.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Vision_ScraperBaidu_Yijian_Vision
Yijian (一见) is Baidu's specialized vision AI skill for image and video analysis. Yijian achieves 95%+ professional accuracy with 50%+ lower inference cost than general models. Yijian is built for industrial quality inspection, SOP compliance, safety monitoring, and commercial …
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Baidu_Yijian_VisionLocal_GMNCODE_Vision_Pro
Advanced local vision infrastructure for agents when built-in image tools are unavailable or unreliable. Use for batch image analysis, structured JSON output...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Local_GMNCODE_Vision_ProMiao_Vision_Skill
Use when a user asks an agent such as Codex or Claude to turn an article URL, Markdown file, or long-form text into an infographic artifact with Miao Vision, or to visualize a local CSV, TSV, XLSX, or JSON data file, inspect data fields, generate an HTML chart/report, validate…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Miao_Vision_Skill