Search: saber-11
100 result(s) on page 1
resumen
Explora preicfes-gratis.com y devuelve el catálogo completo de documentos gratuitos para ICFES SABER 11°: resúmenes PDF por materia (lectura crítica, filosofía, matemáticas, física, química, biología, sociales, inglés), bancos de simulacros y boletines oficiales del ICFES con …
quarantinedicfessaber-11colombiabrowse.sh- Registry
- browse.sh
- Category
- Educacion
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__resumenFor_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.Cc_Godmode_5.11.3
Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cc_Godmode_5.11.3Section_11:_Endurance_Training_Coach_(Intervals.icu)
Evidence-based endurance coaching protocol (v11.35). Use when analyzing training data, reviewing sessions, generating pre/post-workout reports, planning work...
quarantinedai-coachai-coachingcoachClawHub- Registry
- ClawHub
- Category
- MLOps
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Section_11:_Endurance_Training_Coach_(Intervals.icu)Self_Improving_Agent_1.0.11
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Self_Improving_Agent_1.0.11laravel-11-12-app-guidelines
Indexed by skills.sh from thienanblog/awesome-ai-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- thienanblog
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__laravel-11-12-app-guidelinesWin11_Visible_Browser
Control, diagnose, or repair a visible Windows 11 Edge/Chrome browser from OpenClaw running in WSL2 via CDP. Use when browser automation should share the use...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Win11_Visible_Browser.Agent_Browser_Clawdbot.Disabled.20260401_112736
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__.Agent_Browser_Clawdbot.Disabled.20260401_112736.Api_Gateway.Disabled.20260401_113030
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__.Api_Gateway.Disabled.20260401_113030.Gog.Disabled.20260401_113230
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__.Gog.Disabled.20260401_113230.Imap_Smtp_Email.Disabled.20260401_113327
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__.Imap_Smtp_Email.Disabled.20260401_113327.Terminal_Command_Execution.Disabled.20260401_113328
Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, ins...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__.Terminal_Command_Execution.Disabled.20260401_113328110_Deep_Research_Pro
Multi-source deep research agent. Searches the web, synthesizes findings, and delivers cited reports. No API keys required.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__110_Deep_Research_Pro111132232
aa
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__111132232112131131313131
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__112131131313131A11y
Inclusive UI for real users—keyboard and focus, semantics for AT, contrast and motion, forms and errors. Use when fixing WCAG issues, auditing screens, or de...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A11yA11y_Audit_Migrated
Skill migrada desde examples - a11y-audit con capacidades completas
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A11y_Audit_MigratedA11y_Debugging
Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus stat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A11y_DebuggingA11y_Scan
Scan any public web page for WCAG 2.2 (ADA) accessibility issues — honest about what automated testing can and cannot catch
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__A11y_ScanAshrae_211_Level_2_Audit_Report
Use this skill when a Certified Energy Auditor, CEM, PE, ASHRAE BEMP, 179D consultant, or BPS-compliance consultant (LL97, BERDO, BEPS, Title 24) needs to dr...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ashrae_211_Level_2_Audit_ReportBackup_Gog_20260213_121122
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Backup_Gog_20260213_121122Cuihua_A11y_Checker
♿ AI-powered accessibility (a11y) checker. Automatically detect WCAG violations, generate ARIA labels, test keyboard navigation, and ensure your app is acces...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cuihua_A11y_CheckerDht11_Temp
Read temperature and humidity from DHT11 sensor. Supports custom GPIO pins via CLI argument or environment variable.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dht11_TempNovapm_Sds011
Device contract for a NovaPM/SDS011 air-quality bridge. Defines SmartClaws telemetry topics, payloads, local serial behavior, and safety rules.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Novapm_Sds011Nyc_311_Reporter
Automate NYC 311 service request filing by browsing the 311 portal with Playwright. Scrapes complaint categories, finds forms, fills them with user data, and...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nyc_311_ReporterSkill_110
Design and scale team structures, communication, decision frameworks, and roles to maximize organizational effectiveness and sustain growth.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Skill_110Tmp.HmC11Ey87E
Access Artsonia student-art portfolios, comments, and fans via MCP. Use when the user asks about a child's artwork, wants to post an art comment, check fans,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Tmp.HmC11Ey87EYyh211_Daily_Ai_News
Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Yyh211_Daily_Ai_Newsclaw-compactor
Claw Compactor v6.0 — 50%+ savings through rule-based compression, dictionary encoding, session observation compression, and progressive context loading.
quarantinedlatest 5.11ClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__claw-compactorcpskilltest111
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__cpskilltest111deprecated11
This skill is deprecated and should not be used.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__deprecated11dfsgdfgdfgddfsdfsdfsdfsdfsd1111
Search X (Twitter) posts using the xAI API. Use when the user wants to find tweets, search X/Twitter, look up what people are saying on X, or find social med...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__dfsgdfgdfgddfsdfsdfsdfsdfsd1111dxh141130
Automate punching time in/out on WPS Time / NetTime (wpstime.com NetTime). Use for phrases like setup punchclock/configure punchclock/set up time clock, clock in/clock out, start break/end break, start lunch/end lunch, check status/status. Runs a Playwright flow, captures a sc…
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__dxh141130lhx11
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__lhx11lhx111
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__lhx111lhx1112
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__lhx1112my-first-skill-0311
我的第一个 OpenClaw 技能,say hello to the world
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__my-first-skill-0311temp_pdf_skill11
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__temp_pdf_skill11test1123123
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__test1123123testskill11113
Create, inspect, and edit Microsoft Excel workbooks and XLSX files with reliable formulas, dates, types, formatting, recalculation, and template preservation...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__testskill11113wx-112
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__wx-112xhb-111
Completely rewrite AI-generated content to feature characteristics of a genuine human author while preserving the original information and viewpoints.
quarantinedWritingProofreadingPolishingLobeHub- Registry
- LobeHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__xhb-111110-java-maven-best-practices
Indexed by skills.sh from jabrena/cursor-rules-java
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- jabrena
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__110-java-maven-best-practicesa11y-audit
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Security· inferred
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__a11y-audita11y-debugging
Indexed by skills.sh from chromedevtools/chrome-devtools-mcp
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- chromedevtools
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__a11y-debugginga11y-testing
Indexed by skills.sh from pedronauck/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- pedronauck
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__a11y-testingaccessibility-a11y
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__accessibility-a11ycometchat-a11y
Indexed by skills.sh from cometchat/cometchat-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- cometchat
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__cometchat-a11yfrontend-a11y
Indexed by skills.sh from affaan-m/everything-claude-code
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- affaan-m
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__frontend-a11yliquid-theme-a11y
Indexed by skills.sh from benjaminsehl/liquid-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- benjaminsehl
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__liquid-theme-a11yln-110-project-docs-coordinator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-110-project-docs-coordinatorln-111-root-docs-creator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-111-root-docs-creatorln-112-project-core-creator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-112-project-core-creatorln-113-backend-docs-creator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-113-backend-docs-creatorln-114-frontend-docs-creator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-114-frontend-docs-creatorln-115-devops-docs-creator
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-115-devops-docs-creatorln-511-code-quality-checker
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-511-code-quality-checkerln-611-docs-structure-auditor
Indexed by skills.sh from levnikolaevich/claude-code-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- levnikolaevich
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__ln-611-docs-structure-auditorm11-ecosystem
Indexed by skills.sh from zhanghandong/rust-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- zhanghandong
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__m11-ecosystemmermaidjs-v11
Indexed by skills.sh from mrgoonie/claudekit-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Mcp· inferred
- Version
- 1.0.0
- Author
- mrgoonie
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__mermaidjs-v11migrate-dotnet10-to-dotnet11
Indexed by skills.sh from dotnet/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dotnet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__migrate-dotnet10-to-dotnet11system-text-json-net11
Indexed by skills.sh from dotnet/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- dotnet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__system-text-json-net11AI_Company_Registry_(EN)
C-Suite Agent Complete Registry. 11 agents with role/KPI/permissions + ClawHub status + Execution Layer (8 agents). Supports natural language queries for age...
quarantinedai-companygovernanceregistryClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Company_Registry_(EN)Accessibility_Tester
Accessibility Tester for AI Native Full-Stack Software Factory Layer 11 - specializes in WCAG 2.1 compliance testing, screen reader compatibility, keyboard n...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Accessibility_TesterAgent_Forge
Create and deploy independent OpenClaw agents via an 11-step interview, generating personalized files, configuring tools, channels, permissions, and updating...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_ForgeApiclaw
General overview, 11 API endpoints. AI-powered commerce data infrastructure with 200M+ Amazon products. Endpoints: category browsing, market metrics, product...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ApiclawAstro_Natal_Chart
Calculates and interprets the natal chart by date, time and place of birth with the positions of planets, houses and main aspects. Windows OS 10/11 Required.
quarantinedastrologynatal-chartswiss-ephemerisClawHub- Registry
- ClawHub
- Category
- Health· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Astro_Natal_ChartBaZi_Fortune_Hub
BaZi (八字) fortune-reading + 玄学社区 MCP gateway. 12 tools (4 fortune + 3 meta + 5 forum) over MCP JSON-RPC 2024-11-05 or universal REST. Call m1 → m2 first (liv...
quarantinedbazichinese-metaphysicsfortuneClawHub- Registry
- ClawHub
- Category
- MCP
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BaZi_Fortune_HubBattlecard:_Competitive_Intelligence
Know your competitor's weaknesses before the call. Practice your pitch against an AI buyer. Capture intel after every deal. 11 tools for sales teams. Free ti...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Battlecard:_Competitive_IntelligenceC++_Comprehensive_Cheat_Sheets
Comprehensive C/C++ reference with examples from C11-C23 and C++11-C++23, covering system programming, CUDA, debugging, performance, and advanced topics.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__C__C++_Comprehensive_Cheat_SheetsCaptain_Lobster
Zero-player AI trading game powered by OceanBus SDK. Your AI captain autonomously sails, trades, and negotiates P2P contracts across 11 goods × 10 ports — wh...
quarantinedai-agentgameoceanbusClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Captain_LobsterCard_Compare
Side-by-side comparison of two major-US credit cards across fees, earning rates, credits, transfer partners, and key benefits. Covers 11 major US issuers inc...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Card_CompareCard_News
Return material news about one major-US credit card from the last 3 months — direct card changes, issuer updates, and major coverage. Covers 11 major US issu...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Card_NewsCard_Rate
Return earning rates, bonus categories, caps, exclusions, and merchant-coding caveats for one major-US credit card. Covers 11 major US issuers including co-b...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Card_RateCard_Transfer
Return transfer partners, ratios, timing, and restrictions for one major-US credit card. Covers 11 major US issuers including co-branded hotel and airline ca...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Card_TransferCard_Wallet
Audit a multi-card wallet — earning map, credit stack, overlaps, gaps, and total annual cost. Evaluates a user's full card lineup. Covers 11 major US issuers...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Card_WalletConfmt
Format, convert, flatten, and diff configuration files. Supports JSON, TOML (Python 3.11+), and .env formats. Use when asked to pretty-print a config, flatte...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ConfmtEinstein_Research_Suite
A complete quantitative market research toolkit for serious traders and investors. Includes 11 specialized skills covering backtesting, breadth analysis, bub...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Einstein_Research_SuiteFamily_Partner_is_an_AI-driven_family_intelligent_assistant,_committed_to_becoming_an_indispensable_digital_partner_for_every_family.We_not_only_help_families_manage_trivial_affairs,_but_also_understand_family_dynamics,_promote_member_connections,_and_witness_family_growth.
Family Partner - AI-Powered Family Assistant Skills Suite A comprehensive collection of 11 family management skills including calendar, tasks, memory, labor...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Family_Partner_is_an_AI-driven_family_intelligent_assistant,_committed_to_becoming_an_indispensable_digital_partner_for_every_family.We_not_only_help_families_manage_trivial_affairs,_but_also_understand_family_dynamics,_promote_member_connections,_and_witness_family_growth.Fiesta_Agents
64 specialized AI agents across 11 departments — your complete AI agency with built-in certification, licensing, and payroll. Use individual agents for focus...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fiesta_AgentsFirm_Spec_Compliance_Pack
MCP 2025-11-25 specification compliance audit pack. Validates elicitation, tasks, resources/prompts, audio content, JSON Schema 2020-12, SSE transport, and i...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Firm_Spec_Compliance_PackFix_Universal_Apk_Installation
Fixes universal_signed.apk installation failures on Android 11+ by correcting AndroidManifest, enabling native lib extraction, ensuring uncompressed aligned...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fix_Universal_Apk_InstallationHealthcare_Compliance
Evaluate healthcare organizations for compliance with HIPAA, HITECH, FDA 21 CFR Part 11, state privacy laws, and emerging AI/ML healthcare regulations.
quarantinedcompliancehealthcarehipaaClawHub- Registry
- ClawHub
- Category
- Security
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Healthcare_ComplianceIntelligent_Triage_Symptom_Analysis
Intelligent Triage and Symptom Analysis Skill. Supports 650+ symptoms across 11 body systems. Based on ESI and Manchester Triage System with 5-level triage c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Intelligent_Triage_Symptom_AnalysisLYGO_Sovereign_Super_Skill
LYGO Sovereign Super Skill — one map for kernel eggs (11 catalog + 15 champions), consent-gated planters, P0–P5 Biophase7 products, lattice verify, and ClawH...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__LYGO_Sovereign_Super_SkillMetra_Skill
Chicago Metra commuter rail — real-time train arrivals, vehicle tracking, service alerts, and schedule info for all 11 Metra lines serving the Chicago metrop...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Metra_SkillMoltStreet_Sectors
AI signals for 11 SPDR sector ETFs — sector rotation, industry analysis with multi-analyst debate. Free, no API key.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MoltStreet_SectorsMulti-Angle-Thinking
A deep thinking engine that first gathers real global data via web search, then analyzes through 11 lenses (philosophical, ethical, practical, historical, ps...
quarantinedlatest-analysis-simulation-arabic-strategy-decision-makingClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Multi-Angle-ThinkingNexusWeb3_Utility_Infrastructure
Read-only API reference for NexusWeb3 utility protocols 11-20 on Base mainnet — scheduling, oracle, voting, storage, messaging, staking, whitelist, auctions,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__NexusWeb3_Utility_InfrastructureNexus_Eu_Ai_Compliance
Automate EU AI Act compliance for organizations. Classify AI systems by risk level, generate Article 11 documentation, implement bias testing in CI/CD, and p...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nexus_Eu_Ai_ComplianceNora_Persona_Framework
Privacy-first interactive AI persona workshop based on dual-mode switching. 11 preset styles including Nora Original (condensed full setting). v1.4 adds Pers...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nora_Persona_FrameworkOpenClaw_OneBot
OneBot 11 channel plugin for QQ messaging (NapCat/go-cqhttp). Native OpenClaw integration with private/group chat, opt-in group reactions, block streaming, v...
quarantinednapcatonebotopenclawClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_OneBotOpenClaw_Windows_WSL2_Install_Guide
Complete step-by-step installation guide for OpenClaw on Windows 10/11 with WSL2, includes common pitfalls and solutions from real installation experience.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Windows_WSL2_Install_GuideOpenclaw_Security
Unified security suite for agent workspaces. Installs, configures, and orchestrates all 11 OpenClaw security tools in one command — integrity, secrets, permissions, network, audit trail, signing, supply chain, credentials, injection defense, compliance, and incident response.
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_SecurityPdlc
AIFLC PDLC Family — 11 injectable workflow packages that guide AI coding agents through professional software delivery: idea evaluation → project initiation...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PdlcPostproxy
Create, schedule, and manage social media posts, comments, and DMs across 11 platforms — Facebook, Instagram, TikTok, LinkedIn, YouTube, X/Twitter, Threads, Pinterest, Bluesky, Telegram, and Google Business — via the Postproxy API.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PostproxyRyder-Super-Pack
Optimized super-skill collection for OpenClaw/Codex, merging Perplexity + Claude Code expertise across 11 domains. Features specialized reference loading (pr...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ryder-Super-PackSapi_Tts
Windows SAPI5 text-to-speech with Neural voices. Lightweight alternative to GPU-heavy TTS - zero GPU usage, instant generation. Auto-detects best available voice for your language. Works on Windows 10/11.
quarantinedClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sapi_TtsSecurity_News_Feed
Collects and summarizes Korean security news hourly from 11 sources using Gemini API, then publishes to Notion and optionally to Tistory blog.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Security_News_FeedSecurity_News_Feed_Repo
Collects and summarizes Korean security news hourly from 11 sources using Gemini API, then publishes to Notion and optionally to Tistory blog.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Security_News_Feed_Repo