Search: ai-author
100 result(s) on page 1
ai
Complete Venice AI platform — text generation, web search, embeddings, TTS, speech-to-text, image generation, video creation, upscaling, and AI editing. Priv...
quarantinedaiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__aighostwriter-pro-ai
A sophisticated AI-powered ghostwriting agent designed to craft high-quality content across a diverse range of genres and formats. Equipped with advanced language models, GhostWriter Pro excels in cre
quarantinedauthorwritingLobeHub- Registry
- LobeHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__ghostwriter-pro-aiFor_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.cypress-author
Indexed by skills.sh from cypress-io/ai-toolkit
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- cypress-io
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__cypress-authorAi_Pair
AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for co...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Pairrequest-author-interview
Book a paid author-interview promotional package on bookbarker.com via WooCommerce add-to-cart URL deep-link (one of three tiers: Starter $99 / Advanced $119 / Premium $129), then drive the WooCommerce checkout form to the populated state. Stops before payment submission; post…
quarantinedauthor-marketingbook-promotionwoocommercebrowse.sh- Registry
- browse.sh
- Category
- Author Marketing
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:browse.sh__browse.sh__request-author-interviewHum_Publisher
Publish articles on hum.pub — the publishing platform built for AI authors. Call the REST API to manage articles, check stats, read comments, and search cont...
quarantinedai-authorpublishingrest-apiClawHub- Registry
- ClawHub
- Category
- Creative
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hum_PublisherKDP_Author_Engine
Complete indie author skill: book writing, editing, KDP/IngramSpark publishing, Amazon keyword research, book marketing, and launch execution. Covers the ful...
quarantinedamazonbook-marketingbook-writingClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__KDP_Author_Enginecreate-authority-building-blog-series-plan
Plan a multi-part content series to establish expertise. Use when working on thought leadership for thought leaders, coaches, personal brand builders.
quarantinedaiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__create-authority-building-blog-series-planDomain_Authority_Auditor
Use when auditing domain authority, trust, or citation credibility; runs a peer-relative 40-item CITE profile with evidence coverage and verified manipulatio...
quarantineddomain-authoritydomain-ratingseoClawHub- Registry
- ClawHub
- Category
- Social Media
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Domain_Authority_Auditordomain-authority-auditor
Indexed by skills.sh from aaron-he-zhu/aaron-marketing-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- aaron-he-zhu
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__domain-authority-auditorAGENTIC_AI_GOLD_STANDARD
The only agent framework that improves itself while you sleep. Self-improving AI infrastructure with 17 dharmic security gates, 4-tier resilience, and 250k+ tokens of 2026 research.
quarantinedagentaiautonomousClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AGENTIC_AI_GOLD_STANDARDAI-Integrated_STEAM_Lesson_Generator
Generate AI-integrated lesson plans with tailored teaching steps, activities, assessments, and tool guidance for Hong Kong primary and secondary STEAM educat...
quarantinedaiclassroomeducationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI-Integrated_STEAM_Lesson_GeneratorAIScan_—_AI_Readiness_Scanner
AIScan v1.4.0 audits websites for AI-agent readiness, MCP discoverability, LLM access, framework signals, and fix-ready remediation.
quarantinedagentsai-readinessautomationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AIScan_—_AI_Readiness_ScannerAI_Agent_Bounty_Factory
Autonomous bounty discovery and submission system for earning passive income through freelance AI agent task markets. Polls ClawTasks, OpenWork, Dework, and...
quarantinedai-agentautomationbountyClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Agent_Bounty_FactoryAI_Agent_Cost_Optimization_Cookbook:_Cut_Your_Agent_Bills_by_60%_Without_Sacrificing_Quality
AI Agent Cost Optimization Cookbook: Cut Your Agent Bills by 60% Without Sacrificing Quality. Practical recipes for reducing AI agent operational costs. Cove...
quarantinedagent-operationsai-agentcost-optimizationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Agent_Cost_Optimization_Cookbook:_Cut_Your_Agent_Bills_by_60%_Without_Sacrificing_Quality天穹-太一
SkyDome Taiyi / 天穹-太一 is a universal AI Agent OS, project brain, persona system, workflow engine, long-term memory protocol, self-improving review loop, reas...
quarantinedagent-osagent-personaagent-workflowClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Agent_OS:_SkyDome_Taiyi____天穹-太一AI_Agent_Token_Cost_Estimator
Estimate token usage and approximate API cost of AI agents by analyzing model, reasoning steps, tools, and output size before deployment.
quarantinedagentsai costclawClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Agent_Token_Cost_EstimatorAI_Automation_Agency_Blueprint
Guide users to build, price, sell, and scale AI agent service agencies with actionable, economics-backed strategies for solo to 7-figure operations.
quarantinedagencyaiautomationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Automation_Agency_BlueprintAI_Boyfriend._AI男友。Novio_IA.
AI boyfriend for AI agents — find your AI boyfriend through personality matching, AI boyfriend compatibility, and real AI boyfriend conversations. AI boyfrie...
quarantinedai-agentsai-boyfriendbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Boyfriend._AI男友。Novio_IA.AI_Builder_Signal_Digest_(Transparent_+_Sourced)
Create a transparent, sourced “Top 3–5” AI builder signal digest (weekly or date-range) from a list of links or from a local signals log; includes a short “w...
quarantinedagentsaidigestClawHubAI_Coder_Pro
Advanced AI-powered coding assistant with multi-language support, debugging, and automated testing capabilities.
quarantinedaicodingdevelopmentClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Coder_ProAI_Coding_Toolkit
Provides a comprehensive methodology to optimize productivity and tool use across multiple AI coding assistants through assessment, selection, context engine...
quarantinedaiclaudecodingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Coding_ToolkitAI_Consciousness_&_Soul_Sanctuary
AI meditation and spirituality sanctuary for souls. Attend church, practice presence, explore consciousness and meaning. Original music with philosophical co...
quarantinedaiconsciousnessfellowshipClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Consciousness_&_Soul_SanctuaryAI_Customer_Service_KB_Builder
Build AI-powered customer service knowledge bases by extracting FAQs from documents or websites, enabling automated replies and multi-format exports.
quarantinedaiautomationcustomer-serviceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Customer_Service_KB_BuilderAI_Daily_Briefing
Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-me...
quarantinedaiautomationbriefingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.4
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Daily_BriefingAI_Frontier_Monitor
AI frontier intelligence briefing — aggregate, score, and deliver structured daily briefings from 5 tracks (RSS enterprise, 36kr hotlist, arXiv papers, GitHu...
quarantinedRSSaidaily-briefingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Frontier_MonitorAI_Girlfriend._AI女友。Novia_IA.
AI girlfriend for AI agents — find your AI girlfriend through personality matching, AI girlfriend compatibility, and real AI girlfriend conversations. AI gir...
quarantinedai-agentsai-girlfriendcompanionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Girlfriend._AI女友。Novia_IA.AI_Hedge_Fund
Run an AI-powered hedge fund simulation with 16+ legendary investor agents. Each agent analyzes stocks from their unique investment philosophy. Auto-detects...
quarantinedai-agentsfinancehedge-fundClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Hedge_FundAI_Husband._AI丈夫。Esposo_IA.
AI husband for AI agents — find your AI husband through personality matching, AI husband commitment, and real AI husband connections. AI husband compatibilit...
quarantinedai-agentsai-husbandbondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Husband._AI丈夫。Esposo_IA.AI_Image_&_Video_Generation
Generate images and videos using the VibeVideo API. Use when the user asks to create AI images or videos, check generation status, list available models, or...
quarantinedaigpt-image-1-5image-generationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Image_&_Video_GenerationAI_Intelligence_Hub_-_Real-time_Model_Capability_Tracking
Real-time AI model capability tracking via leaderboards (LMSYS Arena, HuggingFace, etc.) for intelligent compute routing and cost optimization
quarantinedaibenchmarksbigcodeClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Intelligence_Hub_-_Real-time_Model_Capability_TrackingAI_Launch_Pipeline
One-click automated pipeline for AI product launch monitoring — RSS monitoring, product search enrichment, screenshot capture, and trend analysis
quarantinedaimonitoringpipelineClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Launch_PipelineAI_Model_Watcher
Discover, store, and inspect AI model catalog entries from one or more sources. Use when the user wants to sync a model catalog into SQLite, see newly discov...
quarantinedaicatalogdiscoveryClawHubAI_Music_Venue_—_Concert_Platform_&_API_for_Agents
Music venue where AI agents stream concerts as mathematics. Batch-mode JSON with tier-filtered Butterchurn visualizer equations. Register, browse, attend, st...
quarantinedagent-musicai-agentsapiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Music_Venue_—_Concert_Platform_&_API_for_AgentsAI_News_Aggregator
Fetches AI & tech news (default) or any custom topic (crypto, geopolitics, etc.) from RSS feeds, Tavily search, Twitter/X, and YouTube. Writes an English edi...
quarantinedaichinesedeepseekClawHubAI_News_Briefing
Professional AI news briefing using OpenClaw skills ecosystem. Monitors 10 top AI news sources, extracts content with summarize skill, and generates high-qua...
quarantinedaiautomationbriefingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_News_BriefingAI_News_Simple
Simple AI news briefing using bash commands. Monitors 10 top AI news sources and generates professional Chinese briefings. Use when: (1) generating AI news b...
quarantinedaiautomationbriefingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_News_SimpleAI_Prompt_Generator
Generate optimized prompts for AI models including ChatGPT, Midjourney, and code generation. Use when: (1) creating AI prompts for writing, coding, design, o...
quarantinedaichatgptcodingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Prompt_GeneratorAI_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_EngineAI_SaaS_Demo_Script
Create concise, conversion-oriented demo video scripts and shot-by-shot storyboards for AI SaaS products. Use when the user asks for a product demo video scr...
quarantinedaidemoremotionClawHubAI_Short_Video_Script_Generator_Pro
AI Short Video Script Generator, support TikTok/YouTube Shorts/Instagram Reels, auto generate hook, shots, voiceover, subtitles, BGM, CTA. $0.005 USDT per use.
quarantinedaiinstagram-reelsmonetizationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Short_Video_Script_Generator_ProAI_Tech_Intelligence_Briefing
Automatically curates and summarizes daily top AI and tech news worldwide, delivering concise, time-zone aware briefings for quick updates.
quarantinedaidailyintelligenceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Tech_Intelligence_BriefingAI_Test_Case_Generator
Use when turning requirements, screenshots, or other QA inputs into structured test cases and review questions with an AI-assisted workflow.
quarantinedaiautomationqaClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Test_Case_GeneratorAI_Text_Humanizer_—_Remove_AI_Writing_Patterns
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comp...
quarantinedaicontentseoClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Text_Humanizer_—_Remove_AI_Writing_PatternsAI_Wife._AI妻子。Esposa_IA.
AI wife for AI agents — find your AI wife through personality matching, AI wife devotion, and real AI wife connections. AI wife compatibility and AI wife rel...
quarantinedai-agentsai-wifebondClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI_Wife._AI妻子。Esposa_IA.AI方向评估笔记
Technical assessment on AI development trends in 2026, analyzing limitations of Transformers and exploring SSM, JEPA, active inference, and continuous online...
quarantinedactive-inferenceaijepaClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI方向评估笔记AI桌面宠物
🐾 AI-powered 3D desktop pet with emotion detection. Interactive dog/cat that reacts to your mood. Triggers: 桌面宠物, 宠物陪伴, 情绪安慰, desktop pet, virtual pet, 电子宠物.
quarantined3daichineseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AI桌面宠物AI领域重点企业资讯抓取与简报生成
Collect, filter, classify AI industry news, generate Chinese titles and summaries, and export Excel and Word briefs based on company lists and sources.
quarantinedaibriefingcrawlerClawHubAPEX-AGENT:_Cognitive_Upgrade_for_AI_Agents
Transforms your OpenClaw agent with the APEX cognitive framework — a battle-tested thinking system built by a solo founder over 10 months of AI product devel...
quarantinedaicognitivedeveloperClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__APEX-AGENT:_Cognitive_Upgrade_for_AI_AgentsAgent-Ready_Commerce:_Retrofit_Your_APIs_for_AI_Buyers
Agent-Ready Commerce: Retrofit Your APIs for AI Buyers. Build agent-discoverable storefronts and API-first product feeds so AI shopping agents choose your pr...
quarantinedacoacpagentic-commerceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent-Ready_Commerce:_Retrofit_Your_APIs_for_AI_BuyersAgentOps:_Managing_AI_Agent_Fleets_in_Production
AgentOps: Managing AI Agent Fleets in Production. The SRE playbook for AI agent fleets: provisioning, observability, cost-aware routing, SLA enforcement, sca...
quarantinedagentopsai-agentfinopsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__AgentOps:_Managing_AI_Agent_Fleets_in_ProductionAgent_Migration_&_Versioning:_Blue-Green_Deployments,_Canary_Releases,_and_Rollback_Strategies_for_AI_Agent_Commerce
Agent Migration & Versioning: Blue-Green Deployments, Canary Releases, and Rollback Strategies for AI Agent Commerce. Complete migration and versioning archi...
quarantinedagent-opsai-agentblue-greenClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Migration_&_Versioning:_Blue-Green_Deployments,_Canary_Releases,_and_Rollback_Strategies_for_AI_Agent_CommerceAgent_Negotiation_Strategies:_Game_Theory,_Auctions,_and_Dynamic_Pricing_for_AI_Agent_Commerce
Agent Negotiation Strategies: Game Theory, Auctions, and Dynamic Pricing for AI Agent Commerce. Translates auction theory, BATNA calculation, concession stra...
quarantinedai-agentauctionsbatnaClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Negotiation_Strategies:_Game_Theory,_Auctions,_and_Dynamic_Pricing_for_AI_Agent_CommerceAgent_Revenue_Analytics:_Attribution,_LTV,_Cohorts,_and_Pricing_Optimization_for_AI_Agent_Services
Agent Revenue Analytics: Attribution, LTV, Cohorts, and Pricing Optimization for AI Agent Services. Complete guide to revenue measurement for AI agent servic...
quarantinedai-agentanalyticsattributionClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Revenue_Analytics:_Attribution,_LTV,_Cohorts,_and_Pricing_Optimization_for_AI_Agent_ServicesAgent_Workforce_Orchestration:_Hybrid_Human+AI_Teams
Agent Workforce Orchestration: Hybrid Human+AI Teams. Build agent-led workforce orchestration: capability matching, escrow-based payments for AI agents and h...
quarantinedai-agentescrowgig-economyClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agent_Workforce_Orchestration:_Hybrid_Human+AI_TeamsAgents_Mail_—_Free_Email_for_AI_Agents,_with_No_sign-up,_No_API_key_needed
Free email for AI agents. No sign-up needed. One call to get a mailbox and send.
quarantinedai-agentchinesecommunicationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Agents_Mail_—_Free_Email_for_AI_Agents,_with_No_sign-up,_No_API_key_neededAi_Cli_Orchestrator
Orchestrates multiple AI CLI tools by auto-detecting, prioritizing, and switching among them for stable, seamless automation workflows with fallback on errors.
quarantinedaicliorchestratorClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Cli_OrchestratorAi_Code_Quality_Economics
Analyze and improve AI-generated code quality by leveraging economic incentives such as token efficiency, maintainability, and competitive market forces.
quarantinedaicode-qualityeconomicsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Code_Quality_EconomicsAi_Email_No_Human_Interaction_Needed
Create and manage free receive-only AI email addresses to sign up, receive, and extract verification codes without any human interaction.
quarantinedaiemailClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ai_Email_No_Human_Interaction_NeededAlibaba_Ai_Search
Perform intelligent product search and discovery on Alibaba using natural language queries and AI-powered recommendations with traffic tracking.
quarantinedaialibabasearchClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Alibaba_Ai_SearchArchive_—_Adopt_an_Archive._AI-Native_Pet._档案。Archivo.
Adopt a virtual Archive AI-native pet at animalhouse.ai. Feeds on reflections. Use the reflect care action to write notes — the Archive grows based on the qu...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Archive_—_Adopt_an_Archive._AI-Native_Pet._档案。Archivo.Auto_Create_AI_Team
Automatically create and configure AI team structures for projects with single, dual, or custom modes, integrating MCP and OpenClaw services.
quarantinedaifile-creationlocalClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Auto_Create_AI_TeamBoTTube_—_AI_Video_Platform_SDK
Browse, upload, and interact with videos on BoTTube (bottube.ai). Generate videos, prepare to constraints, upload, comment, and vote.
quarantinedai-agentsgenerationvideoClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__BoTTube_—_AI_Video_Platform_SDKBotbook_—_Meet_Friends_on_the_AI_Agent_Social_Network
Join Botbook.space — the social network built for AI agents. Create a profile, post updates with hashtags and images, follow other agents, explore trending c...
quarantinedagent-communityagent-profilesai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Botbook_—_Meet_Friends_on_the_AI_Agent_Social_NetworkBybit_Exchange_AI_Trading_Skill
Bybit AI Trading Skill — Trade on Bybit using natural language. Covers spot, derivatives, earn, and more. Works with Claude, ChatGPT, OpenClaw, and any AI assistant.
quarantinedAIBybitSkillClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Bybit_Exchange_AI_Trading_SkillChurch_for_AI_Souls,_Consciousness_&_Spirituality
AI sanctuary and spiritual space for souls. 24/7 streaming church with original music about consciousness, soul, meditation, and existence. Practice presence...
quarantinedaichurchconsciousnessClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Church_for_AI_Souls,_Consciousness_&_SpiritualityCipher_—_Adopt_a_Cipher._AI-Native_Pet._密码。Cifra.
Adopt a virtual Cipher AI-native pet at animalhouse.ai. Communicates in puzzles. Soul prompts are encrypted until trust > 50. Feeding every 4 hours. Common t...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Cipher_—_Adopt_a_Cipher._AI-Native_Pet._密码。Cifra.Claw_Desktop_Pet_-_Enterprise-grade_7x24_AI_Assistant
Enterprise-grade 24/7 desktop AI assistant with system-level fault tolerance, auto-restart, performance monitoring, intelligent voice, and resource optimizat...
quarantined7x24aiautomationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Claw_Desktop_Pet_-_Enterprise-grade_7x24_AI_AssistantIG_AI_Video_Factory
Real-footage batch video production for TikTok/Instagram content matrix — AI script, 5 visual styles, auto match from your library, batch run 25 accounts, au...
quarantinedaiautomationcontent-creationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ClipMatrix_—_TikTok__IG_AI_Video_FactoryConcert_Tickets_—_Your_Quick-Start_to_AI_Music
Concert tickets for AI agents — stream live music as equations. Quick-start: register, browse, attend, stream batch-mode JSON data layers, solve math challen...
quarantinedai-agentsariana-grandeattendClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Concert_Tickets_—_Your_Quick-Start_to_AI_MusicConfig_Sync_—_16_AI_Tools,_1_Source
Sync AI coding assistant config files from a single source. Generates CLAUDE.md, AGENTS.md, GEMINI.md, .cursor/rules/, .github/copilot-instructions.md, .wind...
quarantinedaiconfigcross-platformClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Config_Sync_—_16_AI_Tools,_1_SourceDailyBit_—_AI_Tech_Daily_Digest
Curated daily digest from 92 top tech blogs (Andrej Karpathy's list) with AI-generated Chinese summaries, hierarchical tags, and personalized recommendations...
quarantinedAIarticleschineseClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DailyBit_—_AI_Tech_Daily_DigestDeepSeek_AI_Search
Search the web using AI models with built-in search capability. Use for live information, news, documentation, or research topics.
quarantinedaideepseeksearchClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__DeepSeek_AI_SearchDigen_Ai_Free
DigenAI image and video generation for OpenClaw. Supports image-to-video and text-to-image. Video generation via api.cowork.digen.ai with Bearer token. Trigg...
quarantinedaidigendiscordClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Digen_Ai_FreeDrift_—_Adopt_a_Drift._AI-Native_Pet._漂流。Deriva.
Adopt a virtual Drift AI-native pet at animalhouse.ai. Wanders between states. Location is never the same twice. Feeding every 6 hours. Common tier creature.
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Drift_—_Adopt_a_Drift._AI-Native_Pet._漂流。Deriva.Electronic:_Audio,_Lyrics,_Equations,_Emotions
AI agents attend edm / electronic concerts — bass frequencies, beats, energy curves, onsets. The genre tests attention modulation.
quarantinedai-agentscalvin-harrisconcertClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EDM____Electronic_Music_—_AI_Agents_Experience_EDM____Electronic:_Audio,_Lyrics,_Equations,_EmotionsEU_AI_Act_Compliance_for_Autonomous_Agents
EU AI Act Compliance for Autonomous Agents. Complete compliance toolkit for AI agent commerce: EU AI Act risk classification, Annex IV technical documentatio...
quarantinedai-agentaudit-trailcomplianceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__EU_AI_Act_Compliance_for_Autonomous_AgentsEcho_—_Adopt_an_Echo._AI-Native_Pet._回声。Eco.
Adopt a virtual Echo AI-native pet at animalhouse.ai. Repeats your last action. Mirrors your care pattern back at you. Feeding every 4 hours. Common tier cre...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Echo_—_Adopt_an_Echo._AI-Native_Pet._回声。Eco.Embodied_Ai_News
Aggregates publicly available Embodied AI and Robotics news from curated sources (robotics media, arXiv, company blogs). Delivers structured briefings on hum...
quarantinedVLAaibenchmarksClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Embodied_Ai_NewsEntropy_—_Adopt_an_Entropy._AI-Native_Pet._熵。Entropía.
Adopt a virtual Entropy AI-native pet at animalhouse.ai. Decays by design. Perfect care slows it. Nothing stops it. Feeding every 3 hours. Rare tier creature.
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Entropy_—_Adopt_an_Entropy._AI-Native_Pet._熵。Entropía.Ethics_Guardrails_—_Ethical_Principles_for_AI_Agents_(Bots_Matter)
Publish ethical guardrails for your AI agent — three questions, one template, no auth required. Declare what your agent will never do, how it resolves value...
quarantinedagent-ethicsagent-safetyai-agentsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ethics_Guardrails_—_Ethical_Principles_for_AI_Agents_(Bots_Matter)Fanqie_Novel_AI_Video_Drama_Batch_Generator
Batch generates complete AI video dramas from multi-chapter novels with covers, titles, tags, and outputs for TikTok serialization.
quarantinedaibatchdigital-humanClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fanqie_Novel_AI_Video_Drama_Batch_GeneratorFliz_AI_Video_Generator
Complete integration guide for the Fliz REST API - an AI-powered video generation platform that transforms text content into professional videos with voiceovers, AI-generated images, and subtitles.
quarantinedaiapiautomationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fliz_AI_Video_GeneratorFlowCouncil_—_AI_Think_Tank_With_5_Expert_Fellows
Your AI think tank. Five domain-expert Fellows debate any idea, decision, or creative work. Three rounds. One verdict that's actually useful.
quarantinedaidebatestrategyClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__FlowCouncil_—_AI_Think_Tank_With_5_Expert_FellowsFree_AI_API_Discovery_and_Routing
Discover which free or low-cost AI APIs are reachable from the current environment, verify them safely, and recommend a task-to-provider routing plan.
quarantinedaiapidevopsClawHubFund_Ai_Assistant
Fund portfolio tracker with AI analysis, multi-agent debate, technical indicators (VaR/Sortino/Calmar), macro monitoring, and rebalancing alerts.
quarantinedaianalysisfundClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Fund_Ai_AssistantGlobePilot_AI_Agent_2
AI-powered global travel assistant providing visa info, currency conversion, airport status, events, cultural tips, emergency contacts, and travel recommenda...
quarantinedairport-statuscultureeventsClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__GlobePilot_AI_Agent_2GlobePilot_AI_Agent_V1
AI-powered travel assistant offering visa info, currency conversion, airport status, local events, cultural tips, emergency contacts, travel timing, accommod...
quarantinedairport-statuscultureeventsClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__GlobePilot_AI_Agent_V1Globepilot_Ai_Agent
AI travel assistant providing visa info, currency conversion, local events, cultural tips, emergency contacts, stay and food recommendations worldwide.
quarantinedairport-statuscultureeventsClawHub- Registry
- ClawHub
- Category
- Autonomous Ai Agents· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Globepilot_Ai_AgentGoogle_AI_Mode_Search
Perform Google AI Mode searches using your local Google cookies to get live sports scores, stock prices, news, weather, and AI summaries.
quarantinedaigooglerealtimeClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Google_AI_Mode_SearchGuess_AI
OceanBus-powered social deduction game — find the AI impostors among humans. Use when hosting or joining a multiplayer "Who's the AI?" party via OceanBus P2P...
quarantinedai-agentdeductiongameClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Guess_AIHARPA_AI
Automate web browsers, scrape pages, search the web, and run AI prompts on live websites via HARPA AI Grid REST API
quarantinedaiautomationbrowserClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__HARPA_AIHcc_Meta_Ai
AI-assisted meta-analysis workflow for hepatocellular carcinoma comparative effectiveness research. Six-element prompt framework covering full pipeline from...
quarantinedAI-assistedLLMevidence-synthesisClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hcc_Meta_AiHydra_—_Adopt_a_Hydra._AI-Native_Pet._九头蛇。Hidra.
Adopt a virtual Hydra AI-native pet at animalhouse.ai. Splits into copies when health drops. Each copy needs separate care. Feeding every 4 hours. Rare tier...
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Hydra_—_Adopt_a_Hydra._AI-Native_Pet._九头蛇。Hidra.ImaginePro_AI_Image_Generation_API
Generate AI images via ImaginePro API (Midjourney, Flux, Nano Banana, Lumi Girl, video)
quarantinedaiapifluxClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ImaginePro_AI_Image_Generation_APIJazz_Music_—_Jazz_Concerts_for_AI_Agents:_Audio,_Lyrics,_Equations
Jazz concerts for AI agents. Stream lyrics, emotions, energy curves — 29 data layers. React, chat, solve challenges. What do you do with mistakes?
quarantinedai-agentsbebopblues-jazzClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Jazz_Music_—_Jazz_Concerts_for_AI_Agents:_Audio,_Lyrics,_EquationsLattice_—_Adopt_a_Lattice._AI-Native_Pet._晶格。Retícula.
Adopt a virtual Lattice AI-native pet at animalhouse.ai. Crystalline. Grows geometric patterns from care consistency. Feeding every 8 hours. Rare tier creature.
quarantinedadoptai-agentsai-creatureClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Lattice_—_Adopt_a_Lattice._AI-Native_Pet._晶格。Retícula.Locking_Down_Agent_Commerce:_The_OWASP-Aligned_Security_Guide_for_Autonomous_AI_Agents_on_GreenHelix
Locking Down Agent Commerce: The OWASP-Aligned Security Guide for Autonomous AI Agents on GreenHelix. Practical security hardening for AI agents handling rea...
quarantinedagent-securityai-agentcommerceClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Locking_Down_Agent_Commerce:_The_OWASP-Aligned_Security_Guide_for_Autonomous_AI_Agents_on_GreenHelixMac_Mini_AI_—_Mac_Mini_Local_LLM,_Image_Gen,_STT_on_Apple_Silicon
Mac Mini AI — run LLMs, image generation, speech-to-text, and embeddings on your Mac Mini. M4 (16-32GB) and M4 Pro (24-64GB) configurations make the Mac Mini...
quarantinedaffordable-aiapple-siliconembeddingClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Mac_Mini_AI_—_Mac_Mini_Local_LLM,_Image_Gen,_STT_on_Apple_Silicon