gitea-wiki

Manage Gitea wiki pages with base64-encoded content via MCP tools.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/caobingsheng/skills --skill gitea-wiki-caobingsheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitea-wiki
Source: https://github.com/caobingsheng/skills/tree/main/.claude/skills/gitea-wiki
Command: npx skills add https://github.com/caobingsheng/skills --skill gitea-wiki-caobingsheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage Gitea wiki pages programmatically to streamline wiki maintenance and collaboration.

Core Features & Use Cases

  • List wiki pages for a repository.
  • Read, create, update, and delete wiki pages using MCP tools.
  • Encode/decode wiki content with base64 to safely transport content.

Quick Start

List wiki pages for your repository with mcp__gitea__list_wiki_pages to see what pages exist and begin editing.

Frequently Asked Questions about gitea-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Gitea wiki pages programmatically?

To manage Gitea wiki pages programmatically, use MCP tools to list, read, create, update, and delete wiki content within your repositories. Content is base64-encoded for safe transfer during these operations.

How do I create and update wiki pages in Gitea using MCP tools?

Creating and updating Gitea wiki pages with MCP tools requires base64-encoding your wiki content for safe transport. The provided wiki-helper script manages the encoding and decoding tasks for your updates.

Why does Gitea wiki content need base64 encoding?

Base64 encoding is needed for Gitea wiki content to safely transport text data through MCP tools. It ensures your wiki page content transfers securely without corruption during programmatic creation or updates.

Can I list all existing wiki pages in my Gitea repository?

Yes, you can list all existing wiki pages in your Gitea repository by using the mcp__gitea__list_wiki_pages tool. This provides a quick overview of available pages to begin editing or auditing.

What do I need to automate Gitea wiki maintenance workflows?

To automate Gitea wiki maintenance, you need the provided wiki-helper script for encoding and decoding tasks, and MCP tools configured to operate within your target Gitea repositories for content control.

Does this approach support deleting wiki pages from Gitea repositories?

Yes, the MCP tools support deleting wiki pages from Gitea repositories. You can programmatically remove outdated or unnecessary wiki content as part of your automated documentation workflow.