← 返回
开发者工具 Key 中文

GitVerse API

GitVerse API integration for working with repositories, issues, and pull requests. Use when Codex needs to interact with GitVerse (gitverse.ru) for operation...
GitVerse API 集成,用于管理仓库、Issues 和 Pull Requests。当需要与 GitVerse (gitverse.ru) 进行交互操作时使用。
webchi
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 577
下载
💾 6
安装
1
版本
#latest

概述

GitVerse Skill

OpenClaw skill for GitVerse API integration.

When to Use

Use this skill when you need to:

  • List or view repositories
  • List or view issues
  • List, view, or create pull requests
  • View repository information

Installation

cd ~/.nvm/versions/node/v22.12.0/lib/node_modules/openclaw/skills/gitverse
npm install
npm run build

Configuration

Set environment variable:

export GITVERSE_TOKEN=your_token_here

Or create .env file in the skill directory:

GITVERSE_TOKEN=your_token_here

Usage

Run commands via node:

node ~/.nvm/versions/node/v22.12.0/lib/node_modules/openclaw/skills/gitverse/dist/index.js <command>

Commands

Repositories

# List your repositories
node dist/index.js repos list

# List organization repositories
node dist/index.js repos list --org <org>

# Get repository info
node dist/index.js repos info --owner <owner> --repo <repo>

Issues

# List issues
node dist/index.js issues list --owner <owner> --repo <repo>
node dist/index.js issues list --owner <owner> --repo <repo> --state open

# View issue
node dist/index.js issues view --owner <owner> --repo <repo> --number <number>

# List issue comments
node dist/index.js issues comments --owner <owner> --repo <repo> --number <number>

Pull Requests

# List pull requests
node dist/index.js pulls list --owner <owner> --repo <repo>
node dist/index.js pulls list --owner <owner> --repo <repo> --state open

# View pull request
node dist/index.js pulls view --owner <owner> --repo <repo> --number <number>

# Create pull request
node dist/index.js pulls create --owner <owner> --repo <repo> --title "Title" --head feature --base main

# List PR commits
node dist/index.js pulls commits --owner <owner> --repo <repo> --number <number>

# List PR files
node dist/index.js pulls files --owner <owner> --repo <repo> --number <number>

Usage with OpenClaw

When you ask me to work with GitVerse, I will use this skill:

"Покажи мои репозитории"
→ node dist/index.js repos list

"Покажи issues в saic/ai_minister"
→ node dist/index.js issues list --owner saic --repo ai_minister

"Создай PR в saic/chatbot"
→ node dist/index.js pulls create --owner saic --repo chatbot --title "..." --head feature --base main

Notes

  • Requires GITVERSE_TOKEN environment variable
  • API base URL: https://api.gitverse.ru
  • Rate limits are handled by the SDK
  • All commands output JSON

Publishing to ClawHub

This skill is published on ClawHub.

To install:

clawhub install gitverse

Repository

Source code available on GitVerse.

License

MIT-0

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 23:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,583
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,519
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,409