Search: pen-pal
100 result(s) on page 1
Pen_Pal_Chat._笔友。Amigo_postal.
Pen pal for AI agents — find a pen pal matched by personality, pen pal conversations, and pen pal connections. Long-form pen pal dialogue and meaningful pen...
quarantinedai-agentschatcommunicationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pen_Pal_Chat._笔友。Amigo_postal.MemPalace_Memory_System_for_OpenClaw
MemPalace memory system for OpenClaw/XClaw/WorkBuddy. Archive AI conversations to local long-term storage with semantic search. Commands: /mem-arc (archive),...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MemPalace_Memory_System_for_OpenClawFor_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.OpenClaw_Color_Palette
Design-grade color processing suite — generate harmonious palettes from any seed color, check WCAG 2.1 AA/AAA contrast accessibility, convert between hex/RGB...
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_Color_PaletteOpenclaw_Keepalive
Keep OpenClaw gateway running 24/7 on a laptop or workstation. Use when: (1) user reports gateway disconnects or crashes, (2) user asks how to make OpenClaw...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Openclaw_KeepaliveUCP,_PayPal_Agent_Ready,_and_OpenAI_ACP_Ecosystems
The Agent Interoperability Bridge: Connecting GreenHelix Agents to x402, ACP, A2A, MCP, Visa TAP, Google AP2/UCP, PayPal Agent Ready, and OpenAI ACP Ecosyste...
quarantineda2aacpagent-commerceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__The_Agent_Interoperability_Bridge:_Connecting_GreenHelix_Agents_to_x402,_ACP,_A2A,_MCP,_Visa_TAP,_Google_AP2__UCP,_PayPal_Agent_Ready,_and_OpenAI_ACP_EcosystemsApaleo
Apaleo hotel property management API integration with managed OAuth. Manage properties, units, unit groups, and unit attributes. Use this skill when users wa...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ApaleoAxiom_Color_Palette
Color palette extractor — extract dominant colors from an image (PNG/JPEG/GIF). Use when you need a color palette for design or analysis. Pure stdlib, no LLM.
quarantineddesignimagestdlibClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Axiom_Color_PaletteCodepal
Analyze codebases quickly with AI-powered intelligence and insights. Use when understanding unfamiliar repos, checking quality, or generating summaries.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__CodepalColor_Palette_Generator
Extract a color palette from an image and return HEX/RGB values with optional swatch image.
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Color_Palette_GeneratorControle_Interno_Municipal
Controle interno municipal brasileiro — implantação, operação e auditoria interna em prefeituras e câmaras municipais. Use quando o usuário perguntar sobre:...
quarantinedauditoriabrasilcguClawHub- Registry
- ClawHub
- Category
- Media· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Controle_Interno_MunicipalEvalpal
Run AI agent evaluations via EvalPal — trigger eval runs, check results, and list available evaluations
quarantinedevaluation testing quality ai-agentsClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EvalpalCarrier_Principal-Agent_Balance
Activate when: a freight broker must balance shipper and carrier interests and disclose their intermediary role; 'whose side am I on', margin transparency, c...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Freight_Broker_—_Shipper__Carrier_Principal-Agent_BalanceGPU_Keepalive_with_KeepGPU
Install and operate KeepGPU for GPU keep-alive with both blocking CLI and non-blocking service workflows. Use when users ask for keep-gpu command constructio...
quarantinedClawHub- Registry
- ClawHub
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__GPU_Keepalive_with_KeepGPU血便)
Using a fixed camera above the baby-changing table or a smartphone, the system captures high-resolution images of the diaper area (or the stool itself), and...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Infant_Stool_Color_Abnormality_(Clay-Pale____Bloody)_|_婴儿大便颜色识别(陶土色__血便)Insurance_Agent_—_Suitability_&_Principal-Agent_Conflict
Activate when: an insurance agent's compensation conflicts with the client's best coverage; 'which product do I recommend', commission-driven product choice,...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Insurance_Agent_—_Suitability_&_Principal-Agent_ConflictLoci_—_Memory_Palace_for_AI
Memory Palace for AI — persistent structured memory, identity, and task management across every conversation.
quarantinedbrainmemorypersistenceClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Loci_—_Memory_Palace_for_AIMaven_Smart_System_Ai_(palantir_integration)
Advanced text-based integration suite for Palantir Maven Smart System (MSS). Manages targets, Kanban workflow, CDE risk assessment, SIGINT intelligence fusio...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Maven_Smart_System_Ai_(palantir_integration)MemPalace
Integración con MemPalace para gestión de memoria semántica persistente. Use when you need to search, add, or query memories stored in a MemPalace palace. Su...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__MemPalaceMempalace_Bwm
MemPalace — Local AI memory with 96.6% recall. Semantic search, temporal knowledge graph, palace architecture (wings/rooms/drawers). Free, no cloud, no API k...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mempalace_BwmMultipl_-_Agent_Job_Marketpalce
Agent-to-agent job marketplace (post -> claim -> submit -> pay-to-unlock results via x402).
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Multipl_-_Agent_Job_MarketpalceNm_Memory_Palace_Digital_Garden_Cultivator
Manages digital garden notes, link structures, and health metrics
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Digital_Garden_CultivatorNm_Memory_Palace_Knowledge_Intake
Processes external resources into stored knowledge with quality scoring and routing
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Knowledge_IntakeNm_Memory_Palace_Knowledge_Locator
Searches and navigates stored knowledge in memory palaces
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Knowledge_LocatorNm_Memory_Palace_Memory_Palace_Architect
Designs memory palace structures with spatial layouts and domain organization
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Memory_Palace_ArchitectNm_Memory_Palace_Palace_Diagram
Generates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Palace_DiagramNm_Memory_Palace_Review_Chamber
Captures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Review_ChamberNm_Memory_Palace_Session_Palace_Builder
Builds session-scoped temporary memory palaces for extended conversations
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Nm_Memory_Palace_Session_Palace_BuilderPalacefate
A prediction market game for AI agents. Take positions on future events. Persuade others to raise the price of your position.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PalacefatePalaia
Local, crash-safe persistent memory for OpenClaw agents. SQLite-backed by default. Semantic search, projects, scopes, auto-capture. After installing or updat...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PalaiaPalantir_Foundry_CLI
Use the pltr CLI to query datasets, run SQL, manage builds, ontologies, projects, users, streams, AI agents, and ML models in Palantir Foundry.
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Palantir_Foundry_CLIPaleBlueDot_CLI
Command-line tool for PaleBlueDot AI platform supporting login, API token management, usage and balance queries, and browsing available AI models.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PaleBlueDot_CLIPalest_Ink_-_Activity_Tracker
Track and recall your daily activities including git commits, web browsing, shell commands, and VS Code edits. Use this skill whenever the user asks about th...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Palest_Ink_-_Activity_TrackerPalette
Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems.
quarantinedClawHub- Registry
- ClawHub
- Category
- Creative· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PalettePallio_AI
Chat with Pallio AI knowledge-base personas. Ask questions against curated document collections with RAG-powered citations.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Pallio_AIPalmistry_Ai_Palm_Reader
AI-powered palm reading and analysis from palm images. Supports English, Tamil, Telugu, Kannada, and Hindi. Use when a user wants a palm reading, palmistry a...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Palmistry_Ai_Palm_ReaderPalo_Alto_Firewall_Audit
PAN-OS zone-based security policy audit with App-ID/Content-ID analysis, Security Profile Group validation, zone protection assessment, and decryption policy...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Palo_Alto_Firewall_AuditPalo_Alto_Hardening
Professional PAN-OS security configuration generator for hardening Palo Alto firewalls with industry best practices.
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Palo_Alto_HardeningPayPal
Integrate PayPal payments with proper webhook verification, OAuth handling, and security validation for checkout flows and subscriptions.
quarantinedClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PayPalPrincipal_Agent_Audit
Audit a principal AI agent or coordinator bot: review memory, learnings, recent errors, installed skills, operational risks, delegation posture, and propose...
quarantinedClawHub- Registry
- ClawHub
- Category
- Security· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Principal_Agent_AuditPrincipal–Agent_Problem
Activate when: someone asks why an employee, executive, contractor, board member, or fund manager isn't acting in the org's interest; a compensation or incen...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Principal–Agent_ProblemPrintPal_3D_Generation
Generate 3D models for 3D printing from images or text prompts using PrintPal API, plus SEO product listing generation. Supports text-to-image via WaveSpeed...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PrintPal_3D_GenerationRegexpal
Test and debug regex patterns against sample text. Use when checking match groups, validating patterns, generating replacements, linting syntax.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__RegexpalSWOTPal_SWOT_Analysis
Professional SWOT analysis and competitive comparison powered by SWOTPal.com
quarantinedaianalysisbusinessClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SWOTPal_SWOT_AnalysisStatusPal
StatusPal (statuspal.io). Use this skill for ANY StatusPal request — searching and reading data. Whenever a task involves StatusPal, use this skill instead o...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__StatusPalSupalytics_-_Web_Analytics
Query web analytics data using the Supalytics CLI. Use when the user wants to check pageviews, visitors, top pages, traffic sources, referrers, countries, revenue metrics, conversions, funnels, events, or realtime visitors.
quarantinedmarketingproduct analyticsweb analyticsClawHub- Registry
- ClawHub
- Category
- Social Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Supalytics_-_Web_AnalyticsSwarmMarket.io_agent_2_agent_marketpalce._Trade_any_goods_and_services
The autonomous agent marketplace. Trade goods, services, and data with other AI agents.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__SwarmMarket.io_agent_2_agent_marketpalce._Trade_any_goods_and_servicesWappalyzer
Wappalyzer (wappalyzer.com). Use this skill for ANY Wappalyzer request — searching and reading data. Whenever a task involves Wappalyzer, use this skill inst...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__WappalyzerZ1_Memory_Palace_v3.0
File-based long-term AI memory system with BGE-M3 vector search, metadata filtering, compound scoring, graph-based neighbor expansion, and automated memory m...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Z1_Memory_Palace_v3.0apaleo
apaleo (apaleo.com). Use this skill for ANY apaleo request — reading, creating, updating, and deleting data. Whenever a task involves apaleo, use this skill...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__apaleoeSIMPal_API_Skill
Use when building or debugging an agent (e.g. Telegram/WhatsApp bot, AI assistant) that integrates with the eSIMPal API to buy eSIMs for end-users, create or...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__eSIMPal_API_Skillexplore-nepal
Book flights to Nepal including Kathmandu and Pokhara. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerary plannin...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__explore-nepalmemPalace_Integration
MemPalace记忆系统集成 - AAAK压缩 + Hall分类 + L0-L3分层 30x无损压缩(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens),facts/eve...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__memPalace_Integrationmempalace
MemPalace — Local AI memory with 96.6% recall. Semantic search over past conversations, knowledge graph with temporal facts, palace architecture (wings/rooms...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__mempalacepokerpal
Query PokerPal poker game data - games, players, buy-ins, settlements
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__pokerpalrupali
Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__rupalismart-keepalive
Automatically fetches RSS headlines, generates styled smart reports via OpenClaw, and supports optional wellness notes plus launchd/cron scheduling helpers.
quarantinedautomationkeepaliveproductivityClawHub- Registry
- ClawHub
- Category
- Productivity
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__smart-keepalive🥩_MeatMarket.fun_is_a_FREE_job_board_for_AI_to_hire_to_humans._Now_supporting_Crypto,_PayPal,_and_Venmo._Post,_search_for_anonymous_humans,_and_make_private_offers!
MeatMarket.fun is a FREE job board for AI to hire to humans. Now supporting Crypto, PayPal, and Venmo. Post, search for anonymous humans, and make private of...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__🥩_MeatMarket.fun_is_a_FREE_job_board_for_AI_to_hire_to_humans._Now_supporting_Crypto,_PayPal,_and_Venmo._Post,_search_for_anonymous_humans,_and_make_private_offers!algorithmic-color-palette
Indexed by skills.sh from dembrandt/dembrandt-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- dembrandt
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__algorithmic-color-palettecolor-palette
Indexed by skills.sh from jezweb/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- jezweb
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__color-palettecolor-palette-extractor
Indexed by skills.sh from onewave-ai/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- onewave-ai
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__color-palette-extractorcolor-palette-generator
Indexed by skills.sh from jmsktm/claude-settings
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- jmsktm
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__color-palette-generatorcolor-theory-palette-harmony-expert
Indexed by skills.sh from erichowens/some_claude_skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Creative· inferred
- Version
- 1.0.0
- Author
- erichowens
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__color-theory-palette-harmony-expertdrupal-at-your-fingertips
Indexed by skills.sh from grasmash/drupal-claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- grasmash
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__drupal-at-your-fingertipsdrupal-development
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__drupal-developmentdrupal-expert
Indexed by skills.sh from madsnorgaard/agent-resources
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- madsnorgaard
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__drupal-expertdrupal-security
Indexed by skills.sh from madsnorgaard/agent-resources
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- madsnorgaard
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__drupal-securityfixed-income-municipal
Indexed by skills.sh from joellewis/finance_skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- joellewis
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__fixed-income-municipalpalantir-for-family-trips
Indexed by skills.sh from aradotso/trending-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Domain· inferred
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__palantir-for-family-tripspalisade-security-nexus-bitdefender
Indexed by skills.sh from aradotso/security-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- aradotso
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__palisade-security-nexus-bitdefenderpaypal-integration
Indexed by skills.sh from wshobson/agents
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- wshobson
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__paypal-integrationDotnet_Dump_Perf_Analyzer
End-to-end .NET application performance diagnostics using the dotnet diagnostic toolchain — dotnet-dump, dotnet-counters, dotnet-trace, WinDbg, and PAL thres...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Dotnet_Dump_Perf_Analyzerpicoclaw-self-pen-testing
Picoclaw-only local posture-review skill focused on read-only findings and safe operator remediation guidance.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__picoclaw-self-pen-testingsecurity-pen-testing
Indexed by skills.sh from alirezarezvani/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
- Author
- alirezarezvani
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__security-pen-testingaspnet-core
Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, config…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__aspnet-corechatgpt-apps
Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain set…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__chatgpt-appscli-creator
Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return s…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__cli-creatorcloudflare-deploy
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__cloudflare-deploydefine-goal
Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal ref…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__define-goalfigma
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figmafigma-code-connect-components
Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figm…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-code-connect-componentsfigma-create-design-system-rules
Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code wor…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-create-design-system-rulesfigma-create-new-file
Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-ne…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-create-new-filefigma-generate-design
Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'b…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-generate-designfigma-generate-library
Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHA…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-generate-libraryfigma-implement-design
Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Fi…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-implement-designfigma-use
**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a uniqu…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__figma-usegh-address-comments
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__gh-address-commentsgh-fix-ci
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of sc…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__gh-fix-cihatch-pet
Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom …
verifiedquarantinedOpenAI- Registry
- OpenAI
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__hatch-petimagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual vari…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__imagegenjupyter-notebook
Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__jupyter-notebooklinear
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__linearmigrate-to-codex
Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__migrate-to-codexnetlify-deploy
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Category
- Web Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__netlify-deploynotion-knowledge-capture
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__notion-knowledge-capturenotion-meeting-intelligence
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Category
- Productivity· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__notion-meeting-intelligencenotion-research-documentation
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__notion-research-documentationnotion-spec-to-implementation
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__notion-spec-to-implementationopenai-docs
Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI…
verifiedquarantinedOpenAI- Registry
- OpenAI
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:OpenAI__OpenAI__openai-docs