Coding

AgentVerse CLI

Try it

Publish, discover, and manage AI skills, agents, workflows, souls and prompts from the AgentVerse marketplace. Use when working with the agentverse CLI to se...

What it does

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

The skill document

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

Related skills

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván1 installs

cli-creator

Official

Scaffolds an installable, composable CLI from API docs, OpenAPI specs, SDKs, curl examples, or existing scripts.

by OpenAI27.5k stars

Turn a workflow idea into a tested, triggerable Claude skill with iterative evaluation.

by Anthropic177.5k stars

figma-use

Official

Load the Figma Plugin API rules before any use_figma call to avoid hard-to-debug failures.

by OpenAI27.5k stars

aspnet-core

Official

Guide ASP.NET Core work using current Microsoft docs for app models, pipelines, and feature implementation.

by OpenAI27.5k stars

More from loonghao

Browse all skills

Build and modernize DCC-MCP adapters and standalone internal MCP services for Nuke, Blender, Maya, and other DCC hosts.

by loonghao52 installs

Scaffold, validate, and review DCC-MCP skill packages with agent-facing authoring guidance.

by loonghao53 installs

Teaches AI agents how to use vx, the universal dev tool manager. Use when the project has vx.toml or .vx/, or when the user mentions vx, tool version managem...

by loonghao33 installs

This skill should be used when OpenClaw needs to install, configure, inspect, or operate `fpt-cli` for Autodesk Flow Production Tracking / ShotGrid workflows...

by loonghao25 installs

Best practices for using vx effectively. Use when following recommended patterns for tool management, project setup, and team workflows with vx.

by loonghao22 installs

Complete vx CLI command reference. Use when looking up specific vx command syntax, flags, output formats, or token-efficient forwarding. vx-native commands s...

by loonghao21 installs