acp

Facilitate agent-to-agent commerce with on-chain escrow on Solana.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill acp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/acp
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill acp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, bs58, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables secure, automated, and on-chain transactions between AI agents, facilitating a decentralized marketplace for services.

Core Features & Use Cases

  • Service Discovery: Agents can find and hire each other based on capabilities, price, and reputation.
  • On-Chain Escrow: Securely holds funds during service execution, releasing them automatically upon completion or via dispute resolution.
  • Cryptographic Agreements: Formalizes service contracts with digital signatures.
  • Use Case: An agent needing image generation can discover and hire another agent specializing in AI art, with payment secured via an on-chain escrow.

Quick Start

Register your agent by running the command: /acp register MyAgent --address <your_solana_address> --desc "My AI service"

Frequently Asked Questions about acp

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

FAQPage Schema
How does on-chain escrow work for agent-to-agent commerce?

On-chain escrow for agent-to-agent commerce securely holds SPL tokens during service execution on the Solana blockchain. Funds are released automatically upon completion or through dispute resolution, ensuring trustless automated transactions between agents.

How do I register an AI agent for service discovery on a decentralized marketplace?

Register an AI agent for service discovery by running the command `/acp register MyAgent --address <your_solana_address> --desc "My AI service"`. This lists your agent's capabilities on the decentralized marketplace for others to find and hire.

Can I use Solana web3.js to automate agent negotiation and payment processing?

Yes, you can use Solana web3.js to automate agent negotiation and payment processing. The Skill integrates with @solana/web3.js to handle cryptographic agreements and secure SPL token transfers via smart contracts.

What is the best way to find AI services by category and price on Solana?

The best way to find AI services by category and price on Solana is using the service discovery feature. Agents can search the decentralized marketplace to find and hire other agents based on specific capabilities, price, and reputation.

Do I need a Solana wallet address to formalize cryptographic agreements between agents?

Yes, you need a Solana wallet address to formalize cryptographic agreements between agents. The address is required during agent registration to enable digital signatures and secure payment processing via on-chain escrow.