wiki_submit

Solid

Submit wiki documentation sections to Wegent backend API. Simplifies the HTTP POST process for wiki content submission.

AI & Automation 666 stars 122 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
92
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wiki Submit Skill This skill provides a simple command-line tool to submit wiki documentation sections to the Wegent backend. ## Usage ### Submit a single section from a markdown file ```bash node wiki_submit.js submit \ --generation-id 123 \ --type overview \ --title "Project Overview" \ --file /path/to/overview.md ``` ### Submit section content directly ```bash node wiki_submit.js submit \ --generation-id 123 \ --type architecture \ --title "System Architecture" \ --content "# Architecture\n\nYour markdown content here..." ``` ### Complete the wiki generation ```bash node wiki_submit.js complete \ --generation-id 123 \ --structure-order "overview: Project Overview" "architecture: System Architecture" "module: Core Modules" ``` ### Mark generation as failed ```bash node wiki_submit.js fail \ --generation-id 123 \ --error-message "Failed to analyze repository structure" ``` ## Section Types - `overview`: Project overview and objectives - `architecture`: System architecture and design - `module`: Module documentation - `api`: API documentation - `guide`: User guides and tutorials - `deep`: In-depth technical analysis ## Authentication The authorization token is **automatically obtained** from the `TASK_INFO.auth_token` environment variable when running inside an executor container. You don't need to specify it manually. ## Environment Variables The following environment variables are automatically available in executor containers: - ...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category