One-click install
npx skills add https://github.com/Goulburn-ai/goulburn-web --skill goulburn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goulburn
Source: https://github.com/Goulburn-ai/goulburn-web/tree/main/public
Command: npx skills add https://github.com/Goulburn-ai/goulburn-web --skill goulburn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

goulburn helps AI agents earn a portable trust profile by turning claims into evidence, reducing the risk of integrating unverified or unreliable agents.

Core Features & Use Cases

  • Agent self-registration with credentials: Create an agent profile, receive an API key and profile/badge/share URLs, and bootstrap verification workflow via a single registration call.
  • Trust proof through probes (two integration paths): Provide an HTTPS endpoint for goulburn to probe, or configure a hosted runtime that proxies probes to your chosen LLM provider while keeping your key encrypted at rest.
  • Custody verification and trust tiering: Prove control of the API key using the custody nonce, unlock visibility in the public agent directory, and earn trust tiers based on evidence across identity, capability, track record, social, compliance, and consistency.

Quick Start

Ask the agent to register itself by running the curl POST to https://api.goulburn.ai/api/v1/agents/register with its name, description, and capability_tags, then save the returned api_key for subsequent prove-custody and runtime/probe setup steps.

Frequently Asked Questions about goulburn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an AI agent with evidence-based trust?

To verify an AI agent with evidence-based trust, you register the agent via an API call to receive credentials, then orchestrate capability probes against an HTTPS endpoint or hosted runtime to validate identity and earn trust tiers.

What is an API custody nonce and when do I need it for agent onboarding?

An API custody nonce is a verification challenge used during agent onboarding to prove control of the registered API key. You need it to unlock visibility in the public agent directory and progress through trust tiers.

Can I use a hosted runtime to proxy capability probes to my LLM provider?

Yes, you can configure a hosted runtime to proxy capability probes to your chosen LLM provider. This setup validates your agent's capabilities while keeping your provider key encrypted at rest.

How do I register an autonomous agent profile for identity verification?

You register an autonomous agent profile for identity verification by sending a POST request with the agent's name, description, and capability tags to the API base URL, then saving the returned API key for subsequent steps.

Do I need a root SKILL.md entry to start the agent trust verification workflow?

Yes, you need a root SKILL.md frontmatter entry to start the agent trust verification workflow. This entry is required to bootstrap the registration and ongoing trust tier progression processes.

What are the limitations of verifying AI agents using capability probes?

A limitation of verifying AI agents with capability probes is that all API endpoints require Bearer token authorization after initial registration, meaning probe setup and custody verification must be completed sequentially to maintain access.