返回顶部
a

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 search/publish artifacts, authenticate, or manage AI agent ecosystem components.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.4
安全检测
已通过
67
下载量
0
收藏
概述
安装方式
版本历史

agentverse-cli

# 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:** ```bash curl -fsSL https://raw.githubusercontent.com/loonghao/agentverse/main/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://raw.githubusercontent.com/loonghao/agentverse/main/install.ps1 | iex ``` ## What is AgentVerse? | Kind | Description | |------|-------------| | `skill` | Reusable capabilities (tools, functions) | | `agent` | Autonomous AI agents with defined capabilities | | `workflow` | Multi-step orchestration pipelines | | `soul` | Persona and personality configurations | | `prompt` | Optimized prompt templates | ## Quick Reference ### Discovery ```bash # 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 ```bash # 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 ```bash # 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 ```bash # 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) ```bash # 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 ```bash # 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 | Flag | Env Var | Default | Description | |------|---------|---------|-------------| | `--server` | `AGENTVERSE_URL` | `http://localhost:8080` | Server URL | | `--token` | `AGENTVERSE_TOKEN` | — | Bearer token for authenticated ops | ## Links - **Repository**: https://github.com/loonghao/agentverse - **Docker Image**: `ghcr.io/loonghao/agentverse:latest`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agentverse-cli-1775967851 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agentverse-cli-1775967851 技能

通过命令行安装

skillhub install agentverse-cli-1775967851

下载 Zip 包

⬇ 下载 agentverse-cli v0.1.4

文件大小: 5.04 KB | 发布时间: 2026-4-13 09:12

v0.1.4 最新 2026-4-13 09:12
- Added comprehensive SKILL.md documentation covering installation, usage, and command reference for agentverse CLI.
- Clarified artifact kinds: skill, agent, workflow, soul, and prompt.
- Provided step-by-step CLI usage examples for discovery, publishing, authentication, social actions, benchmarking, and self-updating.
- Included global configuration options and quick reference tables.
- Linked to the official repository and Docker image for further resources.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部