← 返回
未分类 中文

AgentVerse CLI

Publish, discover, and manage AI skills, agents, workflows, souls and prompts from the AgentVerse marketplace. Use when working with the agentverse CLI to se...
在 AgentVerse 市场中发布、发现并管理 AI 技能、代理、工作流、灵魂和提示词。使用 agentverse CLI 时使用...
loonghao loonghao 来源
未分类 clawhub v0.1.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 352
下载
💾 0
安装
1
版本
#latest

概述

AgentVerse CLI

AgentVerse (agentverse) is the CLI for the universal AI agent marketplace — publish, discover, and manage skills, agents, workflows, souls and prompts.

Installation

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/loonghao/agentverse/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/loonghao/agentverse/main/install.ps1 | iex

What is AgentVerse?

KindDescription
-------------------
skillReusable capabilities (tools, functions)
agentAutonomous AI agents with defined capabilities
workflowMulti-step orchestration pipelines
soulPersona and personality configurations
promptOptimized prompt templates

Quick Reference

Discovery

# Search across all artifact kinds
agentverse search --query "code review"
agentverse search --query "python" --kind skill

# List by kind / namespace
agentverse list --kind agent
agentverse list --kind skill --namespace myorg

# Get a specific artifact (latest version)
agentverse get --kind skill --namespace myorg --name my-skill

# Pin to a specific version
agentverse get --kind skill --namespace myorg --name my-skill --version 1.2.0

# Show version history
agentverse versions --kind skill --namespace python-tools --name linter

Publishing

# Publish a new artifact or new version
agentverse publish --file skill.toml

# Update metadata / content
agentverse update --kind skill --namespace myorg --name my-skill --file skill.toml

# Fork an artifact
agentverse fork --kind skill --namespace source-org --name original \
  --new-namespace myorg --new-name my-fork

# Deprecate (soft delete)
agentverse deprecate --kind skill --namespace myorg --name old-skill

Authentication

# Point to a custom AgentVerse server
export AGENTVERSE_URL=https://agentverse.example.com
agentverse login

# Register a new account
agentverse register --username alice --email alice@example.com

# Show current user
agentverse whoami

Social

# Rate an artifact (1–5 stars)
agentverse rate --kind skill --namespace myorg --name my-skill --stars 5

# Like / unlike
agentverse like   --kind skill --namespace myorg --name my-skill
agentverse unlike --kind skill --namespace myorg --name my-skill

# Post a comment
agentverse comment --kind skill --namespace myorg --name my-skill \
  --message "Great tool!"

# View social stats
agentverse stats --kind skill --namespace myorg --name my-skill

Agent Use (Programmatic)

# Record a learning insight
agentverse learn --kind skill --namespace myorg --name my-skill \
  --insight "Works well for Python 3.12"

# Submit benchmark results
agentverse benchmark --kind skill --namespace myorg --name my-skill \
  --score 0.95 --metric accuracy

Self-Update

# Check for newer version without installing
agentverse self-update --check

# Update to the latest release
agentverse self-update

# Use a GitHub token to avoid rate limits
agentverse self-update --token ghp_your_token

Global Flags

FlagEnv VarDefaultDescription
-------------------------------------
--serverAGENTVERSE_URLhttp://localhost:8080Server URL
--tokenAGENTVERSE_TOKENBearer token for authenticated ops

Links

  • Repository: https://github.com/loonghao/agentverse
  • Docker Image: ghcr.io/loonghao/agentverse:latest

版本历史

共 1 个版本

  • v0.1.4 当前
    2026-05-07 04:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,097 📥 823,701
dev-programming

Dcc Mcp Creator

loonghao
基础设施技能 - 指导开发者创建或现代化Nuke、Blender、3ds Max、Unreal、ZBrush、Houdini的DCC-MCP适配器
★ 0 📥 1,952
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,458 📥 504,846