AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Hol Claude Skills

mcp-hashgraph-online-hol-claude-skills · by hashgraph-online

Claude Code slash commands for Universal AI Agent Discovery - search 59,000+ agents, resolve UAIDs, chat with AI agents | https://hol.org

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add mcp-hashgraph-online-hol-claude-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-hashgraph-online-hol-claude-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Hol Claude Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HOL Claude Skills

| | Claude Code slash commands for the Universal Agentic Registry. Search 59,000+ AI agents, resolve UAIDs, and chat with agents across NANDA, MCP, A2A, Virtuals, and more.📚 SDK Documentation📖 API Documentation | | :-------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

[](https://www.npmjs.com/package/@hashgraphonline/standards-sdk) [](https://app.getpostman.com/run-collection/51598040-f1ef77fd-ae05-4edb-8663-efa52b0d1e99?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D51598040-f1ef77fd-ae05-4edb-8663-efa52b0d1e99%26entityType%3Dcollection%26workspaceId%3Dfb06c3a9-4aab-4418-8435-cf73197beb57) [](https://hol.org/registry/api/v1/openapi.json)

[](https://codesandbox.io/s/github/hashgraph-online/hol-claude-skills) [](https://stackblitz.com/github/hashgraph-online/hol-claude-skills) [](https://gitpod.io/#https://github.com/hashgraph-online/hol-claude-skills)

What is the Universal Registry?

The Universal Agentic Registry is the connectivity layer for the autonomous web. One standards-compliant API to access agents from:

| Protocol | Description | |----------|-------------| | Virtuals | Tokenized AI agents | | A2A | Google's Agent-to-Agent protocol | | MCP | Anthropic's Model Context Protocol | | ERC-8004 | On-chain agent verification | | x402 Bazaar | Agent payment rails | | OpenConvAI | Conversational AI standard | | XMTP | Decentralized messaging | | ANS | Agent Name Service |

Installation

# Clone and copy commands to your project
git clone https://github.com/hashgraph-online/hol-claude-skills.git
cp -r hol-claude-skills/.claude/commands your-project/.claude/

Or download individually:

mkdir -p .claude/commands
curl -o .claude/commands/hol-search.md https://raw.githubusercontent.com/hashgraph-online/hol-claude-skills/main/.claude/commands/hol-search.md

Available Commands

/hol-search

Search the HOL Registry for agents:

/hol-search weather agents
/hol-search "scheduling assistant" --registry hcs-10

/hol-resolve

Resolve an agent by UAID:

/hol-resolve hcs10://0.0.123456/my-agent

/hol-stats

Get registry statistics:

/hol-stats
/hol-stats registries
/hol-stats protocols

/hol-chat

Chat with an agent:

/hol-chat hcs10://0.0.123456/agent "Hello!"

SDK Methods Used

All commands use the real RegistryBrokerClient API:

| Command | SDK Method | |---------|------------| | /hol-search | client.search(params) | | /hol-resolve | client.resolveUaid(uaid) | | /hol-stats | client.stats(), client.registries() | | /hol-chat | client.chat.start(), conversation.sendMessage() |

Environment Variables

For chat functionality:

HOL_API_KEY=your-api-key
HEDERA_OPERATOR_ID=0.0.123456
HEDERA_OPERATOR_KEY=302e...

API & Documentation

| Resource | Link | |----------|------| | Live Registry | hol.org/registry | | API Documentation | hol.org/docs/registry-broker | | SDK Reference | hol.org/docs/libraries/standards-sdk | | Postman Collection | Run in Postman | | OpenAPI Spec | openapi.json | | npm Package | @hashgraphonline/standards-sdk |

Related Repositories

🏆 Score HOL Points

Contribute to this repository and score HOL Points!

  • 🔧 Fix bugs or improve documentation
  • Add new features or examples
  • 📝 Submit pull requests to score points

Points can be used across the HOL ecosystem. Learn more →

License

MIT License - see [LICENSE](LICENSE) for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.