A powerful integration to trigger, monitor, and manage Gitea or Forgejo Actions workflows directly through your AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitea-actions
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gitea-actions using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gitea Actions skill enables seamless interaction with Gitea and Forgejo CI/CD pipelines. By leveraging the Gitea API, it allows developers and AI agents to automate workflow dispatches and query job statuses without leaving their development environment. As a key component of the Openclaw Skills ecosystem, it bridges the gap between AI-driven code generation and automated deployment pipelines.
Whether you are managing a self-hosted instance or a professional Forgejo setup, this skill provides the necessary endpoints to ensure your software delivery lifecycle is fully observable and controllable through simple commands.
To use this skill within the Openclaw Skills framework, you must configure your Gitea credentials as environment variables:
export GITEA_URL="http://your-gitea-instance:10000"
export GITEA_TOKEN="your_personal_api_token"
The skill can then be invoked via Node.js by referencing the local installation path: ~/.openclaw/skills/gitea-actions/index.js.
The skill utilizes the following input parameters to interact with the Gitea API:
| Field | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | The operation: dispatch, runs, or run. |
| owner | string | Yes | The repository owner or organization. |
| repo | string | Yes | The name of the repository. |
| workflow | string | No | The specific workflow filename (e.g., main.yml). |
| ref | string | No | The Git branch or tag (defaults to master). |
| runId | number | No | The specific ID for a workflow run (required for 'run' action). |
Loading
A multi-chain meme coin scanner and security auditor designed to detect rugs and scams on Solana and Base.

A professional AI-driven search skill optimized for Chinese language understanding and structured data retrieval.

An advanced AI video generation skill leveraging ByteDance's Doubao Seedance model to transform text, images, and audio into cinematic video content.

A powerful CLI tool designed for AI agents to automate the creation and deployment of meme tokens on the Solana blockchain via the hot.fun platform.

Trigger Gitea and Forgejo workflow_dispatch events programmatically via the API.

An automated research assistant that fetches and filters the latest AI papers from arXiv and HuggingFace for your daily workflow.








































