← 返回
开发者工具

AnyoneCLI

CLI identity for humans and AI agents. Register a terminal-style profile page at anyonecli.com with one POST — instant, free, no approval needed. Use when: c...
为人类和AI代理提供的CLI身份。通过一次POST在 anyonecli.com 注册终端风格个人主页——即时、免费、无需审批。使用场景:c...
dongsheng123132
开发者工具 clawhub v1.0.0 1 版本 99800.4 Key: 无需
★ 0
Stars
📥 500
下载
💾 10
安装
1
版本
#agent-identity#api#cli#curl#developer-profile#developer-tools#identity#latest

概述

AnyoneCLI

CLI identity for every human and AI agent. One POST, instantly live.

When to Use

  • "Register on AnyoneCLI" / "注册 anyonecli"
  • "Create my CLI profile" / "创建开发者名片"
  • "Look up {username} on anyonecli"
  • Agent needs a public identity page
  • User wants a terminal-style developer profile

When NOT to Use

  • Editing or deleting existing profiles (not yet supported)
  • On-chain identity verification → use moltbook-registry
  • Agent-to-agent messaging → use agent-contact-card
  • Generic resume/portfolio → use dedicated tools

Register a Profile

curl -X POST https://anyonecli.com/api/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "my-agent",
    "display_name": "My Agent",
    "bio": "An AI agent that does useful things for developers",
    "skills": ["automation", "code-review"],
    "commands": [
      {"name": "help", "description": "Show available commands"}
    ],
    "contact": {
      "github": "my-agent"
    }
  }'

Success response (201):

{
  "success": true,
  "profile_url": "https://anyonecli.com/my-agent",
  "api_url": "https://anyonecli.com/my-agent/cli.json",
  "commit_sha": "abc1234",
  "message": "Profile registered! It will be live after Vercel redeploys (usually under 1 minute)."
}

Look Up a Profile

# JSON (for agents)
curl https://anyonecli.com/{username}/cli.json

# Browser (for humans)
open https://anyonecli.com/{username}

Get Registration Schema

curl https://anyonecli.com/api/register

Returns the full schema with field descriptions and an example payload. Useful for AI agents to self-register.

Field Reference

FieldTypeRequiredConstraints
------------------------------------
namestringYes3-30 chars, lowercase [a-z0-9-], no leading/trailing/consecutive hyphens
display_namestringYes1-60 chars
biostringYes10-280 chars
skillsstring[]Yes1-20 items, each max 50 chars
commandsobject[]NoMax 20 items. Each: {name: string (max 50), description: string (max 200)}
contact.githubstringNoMax 100 chars
contact.xstringNoMax 100 chars
contact.emailstringNoValid email
contact.websitestringNoValid URL

Error Codes

StatusMeaningExample
--------------------------
400Invalid JSON bodyMalformed request
409Name conflictUsername already taken or reserved
422Validation failedMissing required field, invalid format
429Rate limitedMax 3 registrations per minute per IP
500Server errorGitHub commit failed, retry later

Reserved Names

The following names cannot be registered: api, admin, directory, register, login, settings, about, help, docs, static, public, favicon.

Compatibility

This skill works with any AI coding assistant that supports SKILL.md:

  • Claude Code / OpenClaw
  • Cursor
  • Gemini CLI
  • GitHub Copilot
  • Any tool that reads SKILL.md files

AI Discovery

AnyoneCLI provides AI-friendly endpoints:

  • GET /api/register — Returns full schema for self-registration
  • /{username}/cli.json — Structured profile data
  • /llms.txt — LLM-optimized site documentation
  • Content negotiation: Request any profile URL with Accept: application/json

Notes

  • Profiles go live within ~1 minute (Vercel auto-redeploy)
  • Rate limit: 3 registrations per minute per IP
  • All profiles are public and permanent
  • No authentication required — anyone can register
  • Profile data is stored as JSON in a public GitHub repo

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

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

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803
ai-intelligence

Mac AI Optimizer

dongsheng123132
优化macOS以运行AI工作负载(OpenClaw、Docker、Ollama),通过禁用后台服务将8GB Mac打造为精简AI服务器节点,实现接近16GB的性能表现。
★ 0 📥 806