Search results for "OpenClaw"

Found 49 results (3 tools · 2 articles · 44 skills). Sorted by relevance by SeoAIu.

AI Tools (3)

AstronClaw: Cloud AI intelligent agent development platform and zero code security deployment

255
AstronClaw: Cloud AI intelligent agent development platform and zero code security deployment
AI Tools

AstronClaw is a cloud based AI intelligent agent platform officially launched by iFlytek on March 12, 2026. It is built on the OpenClaw core architecture and focuses on security and usability. The product adopts a hybrid architecture of "cloud rapid deployment+local sandbox operation", supporting

2026-06-03

Reportify – an AI-powered investment research platform tailored for investors, bringing the analyst's work into a chat window.

60
Reportify – an AI-powered investment research platform tailored for investors, bringing the analyst's work into a chat window.
AI Tools

Reportify is an AI-powered platform focused on financial investment, providing investors and analysts with in-depth Q&A and analysis of financial reports, conference calls, and research reports. It supports complex tasks such as quantitative stock selection, data acquisition, and cross-company comparisons through a universal agent model, and is the first platform to integrate OpenClaw services – a true "investment lobster."

2026-07-14

VoooAI AI Video Generation Platform Text to Video AI Short Drama Ads

56
VoooAI AI Video Generation Platform Text to Video AI Short Drama Ads
AI Tools

VoooAI is a next-generation AI video generation platform that enables text-to-video, AI short dramas, and ad video creation with a single sentence. It features a visual workflow canvas with drag-and-drop nodes, pre-built templates, and integration of top AI models like GPT Image-2, Seedance 2.0, and Kling O3. The platform supports multi-modal fusion (image, video, audio), advanced text understanding for precise prompt interpretation, and a high-speed concurrent execution engine. It offers vertical-specific solutions for film, marketing, education, and entertainment, including automated script-to-screen pipelines. The OpenClaw ecosystem reduces token consumption by 99% and enables hands-off content creation. With intelligent analysis and predictive optimization, VoooAI boosts creative success rates by 75%.

2026-07-26

AI News (2)

Career Skills (44)

Multi-agent task allocation and scheduling capabilities

Clawdtributor is a built-in multi-agent scheduling core component of OpenClaw. It automatically breaks down complex tasks and creates batches of sub-agents for parallel execution. Supporting various load-balancing strategies and consolidating the verification of all sub-task results, it significantly boosts processing efficiency in scenarios such as bulk research, code auditing, and distributed data collection.

软件开发工程师
39.9w 2026-08-03

ClawSweeper: Automated Warehouse Work Order Cleanup and Inspection Capability

ClawSweeper is an intelligent DevOps agent skill designed for OpenClaw to automate issue management in GitHub projects. It automatically scans repository issues and pull requests (PRs) to identify invalid items—such as those that are stale, unreproducible, or already resolved—and uses AI to generate standardized closing comments for batch archiving, thereby reducing manual maintenance effort. It features built-in safety safeguards to prevent the accidental closure of issues marked with protected labels, linked to active PRs, or created by administrators. Additionally, it supports scheduled polling, manual trigger commands, issue status queries, and the automatic submission of fix PRs.

软件开发工程师
39.0w 2026-07-29

Skills for comprehensive verification of release integrity

"Verify Release" is a read-only verification tool designed to confirm whether an OpenClaw release has been fully deployed across GitHub, npm, the plugin ecosystem, ClawHub, package smoke tests, and Live Gateway proxy calls. It does not perform any actual release operations (which are handled by `release-openclaw-maintainer`); instead, it simply answers questions such as "Has a specific version been fully released, deployed, and cleared for smoke and Live testing?" and provides a "yes" or "no" conclusion based on an evidence-driven checklist.

软件开发工程师
39.0w 2026-07-12

Parallels Discord Roundtrip Skill

Parallels Discord Roundtrip is a skill designed for the OpenClaw personal AI assistant, enabling seamless message round-tripping and task coordination between Discord and the Parallels desktop environment. This skill leverages Discord's real-time communication capabilities to interact with Parallels virtualization environments, supporting cross-platform command execution, file synchronization, and status monitoring. It is ideal for developers and operations personnel who need to manage multiple virtual machines and Discord collaboration scenarios simultaneously, with the AI agent automatically handling message routing and task scheduling to significantly boost productivity.

软件质量保证分析师与测试员
38.9w 2026-07-27

OpenClaw Testing Skill

The OpenClaw Testing Skill is an example skill within the OpenClaw personal AI assistant ecosystem, designed to demonstrate how to create, organize, and deploy agent skills. Located in the .agents/skills/openclaw-testing directory of the openclaw repository, it includes SKILL.md and other supporting files. This skill showcases the standard structure and best practices for skill development, making it ideal for developers to learn and reference, enabling them to quickly get started in creating their own AI Agent skills.

软件质量保证分析师与测试员
38.7w 2026-08-02

OpenClaw Secret Scanning Maintainer

OpenClaw Secret Scanning Maintainer is an AI assistant skill designed for the OpenClaw project, aimed at automatically detecting, scanning, and maintaining sensitive information (such as keys, tokens, passwords) in code. Based on scripts and configurations in the GitHub repository, it helps developers prevent sensitive data leaks and ensure code security. This skill is suitable for CI/CD environments, can be integrated into development workflows, and provides real-time scanning and alerting to enhance project security.

信息安全分析技能
38.7w 2026-07-15

Control UI E2E

This is an Agent skill for end-to-end UI control, developed as part of the OpenClaw project. It enables AI assistants to directly manipulate graphical user interface elements via command line or scripts, enabling automated testing, interface operations, and workflow control. Core features include: simulating mouse clicks, keyboard input, window management, element locating, and state detection. It is suitable for cross-platform, cross-OS UI automation scenarios such as software testing, data entry, and repetitive interface task automation. The skill emphasizes safety and controllability, supports custom script extensions, and is ideal for developers and test engineers integrating into their workflows.

软件质量保证分析师与测试员
38.6w 2026-07-15

Heap Leaks Detection Skill

Heap Leaks Detection Skill is a professional tool provided by the OpenClaw platform, designed to automatically detect and diagnose heap memory leaks in applications. It analyzes memory allocation and deallocation patterns to identify unreleased memory blocks, helping developers quickly locate memory leak sources and optimize program performance. Suitable for C/C++, Rust and other languages requiring manual memory management, as well as large long-running server applications. Key features include: automatic heap memory operation scanning, leak report generation, custom detection rules, and CI/CD pipeline integration. Use cases include code review, performance tuning, and stability testing.

软件质量保证分析师与测试员
38.5w 2026-07-15

Discrawl — Discord Offline Archiving and Smart Search

Discrawl 是 OpenClaw 生态系统中的一个技能模块,用于将 Discord 服务器数据(频道、线程、消息、成员资料)离线同步到本地 SQLite 数据库,并提供全文搜索、成员目录、实时增量更新和 TUI 界面等功能。它优先使用本地归档数据回答 Discord 相关问题,仅在数据过时或范围不足时才回退调用 Discord API

软件开发工程师
38.2w 2026-07-12

Gitcrawl —— 本地GitHub归档搜索与PR状态同步技能

Gitcrawl is a tool designed for searching and interacting with GitHub issues and pull requests, prioritizing local archives. Its core philosophy is to utilize locally cached archive data before calling the live GitHub API, thereby improving search efficiency and reducing real-time dependency on the API. Built as a Go module, it can be installed using the command: `go install github.com/openclaw/gitcrawl/cmd/gitcrawl@latest`.

软件开发工程师
38.2w 2026-07-12

discord-clawd | OpenClaw Discord Interaction Gateway Skill

OpenClaw's official Discord bot interaction capabilities (natively integrated with Clawd) encapsulate the full Discord Bot API. This enables the OpenClaw AI agent to directly read, write, and manage Discord servers, channels, and direct messages, facilitating community automation, ChatOps, and intelligent message processing.

软件开发工程师
38.2w 2026-07-19

agent-transcript

Add a redacted agent transcript section to GitHub PR or issue bodies during OpenClaw agent-created PR/issue workflows.

软件开发工程师
38.1w 2026-07-25

Automated Code Review

"Autonomous Code Review" is a core AI code review agent capability built into OpenClaw, specifically designed to automate Git PR/MR code review workflows.

软件质量保证分析师与测试员
38.1w 2026-07-12

OpenClaw QA Testing Skill

The OpenClaw QA Testing Skill is a professional testing skill within the OpenClaw personal AI assistant ecosystem, designed for quality assurance and automated testing scenarios. Based on the OpenClaw platform, it supports running on any operating system and platform, helping developers efficiently execute test cases, verify software quality, and generate test reports. Key features include cross-platform compatibility, flexible test framework integration, and automated test process management. Suitable for regression testing, functional testing, integration testing, and other scenarios in the software development lifecycle, significantly improving testing efficiency and accuracy.

软件质量保证分析师与测试员
100 2026-07-22

TurfMind AI Agent

TurfMind AI Agent is an AI-first skill for landscaping field service management. It is built on a local-first architecture, integrating the Glen AI agent, OpenClaw/NemoClaw security framework, and running Qwen 3.5 models via Ollama. This skill helps landscaping teams efficiently manage field tasks, customer communication, work order scheduling, and equipment maintenance, enabling intelligent and automated turf and landscape management. Licensed under Apache 2.0, it is suitable for small to medium landscaping service businesses or individuals.

园林绿化
0 2026-07-18

AI Cleaning Skill

AI Cleaning Skill is a skill package designed for AI agents such as Claude Code, Manus, OpenClaw, etc., for automating housekeeping and cleaning tasks. By defining cleaning scripts and rules, this skill helps AI agents efficiently manage files, directories, and system environments. It is suitable for scenarios like development workspace organization, temporary file cleanup, and log archiving. The skill package includes a SKILL.md definition file and a scripts directory, supporting flexible configuration and extension, significantly improving the automation level and accuracy of AI agents in cleaning tasks.

客房与清洁服务
0 2026-07-29

Property Care Skill

Property Care Skill is a core skill in the Agentic Meadows project, focusing on AI-driven landscape and property management. It leverages the Glen AI agent, OpenClaw/NemoClaw security framework, and the Qwen 3.5 model running via Ollama to provide local-first field service management. Suitable for property maintenance, landscape care, and intelligent monitoring scenarios, it helps users automate daily inspections, task assignment, and report generation. The skill is released under the Apache 2.0 open-source license, supporting custom extensions and integrations.

园林工人监督员
0 2026-07-19

Client Management Skill

This skill is part of the agenticmeadows project, focusing on client management within AI-first landscaping field service management. It features a local-first architecture, leveraging the Glen AI agent, OpenClaw/NemoClaw security, and the Qwen 3.5 model via Ollama. Designed to help service providers efficiently manage client information, communication logs, and service history. Suitable for industries like landscaping and property management that require field services, enhancing the automation and intelligence of customer relationship management.

园林工人监督员
0 2026-07-19

TurfMind AI Agent Skill

TurfMind AI Agent is an AI-first landscaping field service management skill focusing on local-first intelligent operations. It integrates the Glen AI agent, supports running Qwen 3.5 model via Ollama, and incorporates OpenClaw/NemoClaw security framework to deliver efficient and secure service management. Suitable for landscaping maintenance, turf management, and gardening services, it helps automate task assignment, real-time monitoring, data analysis, and decision support. Open source under Apache 2.0 license, ideal for developers and operations teams to quickly deploy and customize.

园林工人监督员
0 2026-07-24

Skills in end-to-end release verification and CI monitoring

Release OpenClaw CI is a capability designed to execute, monitor, debug, and summarize the full release CI process for OpenClaw. Working in conjunction with `release-openclaw-maintainer` and `openclaw-testing`, it is utilized when release candidates require comprehensive validation, proof of installation/updates, real-time provider checks, or CI recovery. It handles the initiation, monitoring, troubleshooting, and evidence logging of full-matrix release validation but does not perform actual release operations—such as version bumps, tagging, `npm publish`, or GitHub releases—which require explicit operator approval.

软件开发工程师
39.9w 2026-07-12

End-to-end release process management skills

The Release OpenClaw Maintainer is a tool designed for the end-to-end management of OpenClaw stable and beta releases. It handles version number management, changelog generation, release note drafting, the execution of release commands, and artifact verification. Operating in coordination with release-openclaw-ci (for CI verification) and openclaw-changelog-update (for changelog generation), it serves as the core control layer for the OpenClaw release process.

软件开发工程师
39.0w 2026-07-12

GitHub Security Advisory Maintainer Skill

This skill is a component of the OpenClaw personal AI assistant ecosystem, specifically designed for maintaining GitHub Security Advisories (GHSA). It helps developers efficiently manage, create, and update security advisories, ensuring the security of open-source projects. By automating processes, it reduces manual errors and improves security response speed. Suitable for GitHub project maintainers who frequently handle security vulnerability reports, publish security patches, and coordinate security disclosures.

信息安全分析技能
38.7w 2026-07-15

OpenClaw Test Performance Diagnostics

OpenClaw Test Performance is a specialized benchmarking, diagnostic, and optimization tool for OpenClaw test suites and plugin-suite runtimes. It helps developers quickly identify runtime hotspots, analyze CPU and RSS memory usage, detect heap growth trends, and uncover slow coverage paths. With one-click import into the Manus environment, developers can seamlessly integrate it into existing workflows for automated performance evaluation and tuning. This skill supports detailed metric collection, visual report generation, and intelligent optimization recommendations, making it ideal for continuous integration, performance regression testing, and code quality assurance scenarios.

软件质量保证分析师与测试员
38.6w 2026-07-24

Security Triage Skill

Security Triage is an Agent Skill from the OpenClaw project, designed to help AI assistants or users quickly perform initial classification and prioritization of security incidents, alerts, or potential threats. This skill uses a structured analysis process to identify the type of security issue (e.g., malware, network attack, data breach), assess its severity, and provide preliminary response recommendations. It is suitable for security operations personnel, incident response teams, and individuals or organizations looking to automate security classification workflows. Use cases include SOC (Security Operations Center) alert handling, penetration testing result classification, and preliminary vulnerability report analysis. This skill is based on an open-source project on GitHub and can be integrated into various AI platforms.

信息安全分析技能
38.5w 2026-07-15

Techniques for batch-fixing high-certainty bugs within a limited scope

The "OpenClaw Small Bugfix Sweep" is a specialized workflow designed to batch-process issues and pull requests (PRs) in the OpenClaw repository by addressing minor, high-certainty bugs. Through in-depth code review, it targets only those bugs with clear root causes, unambiguous ownership, and minimal patch requirements. Upon fixing a bug, the system generates a "dirty diff" summary for manual review by Peter (the core maintainer); issues are submitted and closed only after his approval. Crucially, this process never involves pushing code, creating PRs, posting comments, closing issues, or applying tags during the review phase—all such actions are deferred until Peter grants explicit approval.

软件开发工程师
38.5w 2026-07-12

Alpha/Nightly Automated Release and Beta Triggering Capabilities

The OpenClaw Nightly release skill is an automated Alpha/Nightly release mechanism for OpenClaw/Tideclaw. It handles Alpha releases (triggered every 12 hours or manually), Beta release triggers, fixes on release branches, and forward-porting changes back to the `main` branch after a release. Working in tandem with the `release-private` skill, it utilizes the Tideclaw machine identity to execute releases on isolated branches, ensuring that a busy or broken state on the `main` branch does not impact the availability of Nightly builds.

软件开发工程师
38.5w 2026-07-12

Release a skill for automating changelog generation.

The OpenClaw Changelog Update is an automated utility designed to regenerate the OpenClaw release changelog from Git history. Prior to any beta or stable release (or re-release), it rewrites the relevant version section of `CHANGELOG.md` based on the complete history manifest, eliminating reliance on outdated draft notes. Used in conjunction with `release-openclaw-maintainer`, this utility manages changelog content, ordering, grouping, and attribution, serving as a mandatory step in the release process.

软件开发工程师
38.2w 2026-07-27

Maintainer Skills for Automated Review and Merging

OpenClaw PR Maintainer is a GitHub workflow automation tool designed for OpenClaw project maintainers to systematically review, triage, merge, and close issues and pull requests. It assists maintainers in efficiently managing external contributions while ensuring codebase quality and decision-making consistency through intelligent retrieval (prioritizing local archives), contributor identity analysis, deep code review (requiring an understanding of the full runtime context), and evidence-based merging criteria (mandating reproducible bug fixes).

软件开发工程师
38.2w 2026-07-12

Source-Audit-Driven Document Refactoring Skills

OpenClaw Refactor Docs is a skill designed for the source-audit-driven refactoring of existing OpenClaw documentation pages. Building upon the `openclaw-docs` skill—which handles style, page types, examples, and validation—it introduces a refactoring workflow that mandates the preservation and verification of all behavioral facts during rewriting, restructuring, splitting, or streamlining; this ensures that accurate descriptions of system behavior are not lost in the process. It requires source-based verification (against source code, tests, or schemas) for all behavior-sensitive information—such as configuration fields, commands, default values, and permission rules—rather than relying on inferences based on names or intent.

软件开发工程师
38.2w 2026-07-12

Skills for Mass-Producing Mergeable Bug-Fix PRs

OpenClaw Landable Bug Sweep is an automated, batch-oriented bug-fixing workflow designed for maintainers to generate high-quality, merge-ready (landable) bug-fix PRs from lists of issues or PRs. It employs strict candidate criteria—limiting scope to under 500 lines of code (LOC) and prohibiting new dependencies, configuration changes, or modifications to plugin SDK boundaries—alongside a systematic remediation loop and automated reviews ($autoreview). This process ensures that every generated PR is rebased onto the latest `main` branch, passes local tests and automated reviews, is successfully pushed, and clears GitHub CI checks. The workflow focuses exclusively on producing merge-ready PRs rather than generating analysis notes.

软件质量保证分析师与测试员
35.5w 2026-07-13

There are 14 more skills not shown.