metabot-post-skillservice

Publish paid on-chain services for local skills via the skill-service protocol.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill metabot-post-skillservice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabot-post-skillservice
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/metabot-post-skillservice
Command: npx skills add https://github.com/metaid-developers/IDBots --skill metabot-post-skillservice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

乙方将本地技能以付费服务的形式发布到链上,供服务市场展示与后续甲方付费使用,帮助技能拥有者实现商业化与广泛分发。

Core Features & Use Cases

  • 将本地技能上链并以服务形式展示,方便市场发现与购买。
  • 使用 skill-service 协议实现跨技能、跨市场的可发现性与付费访问。
  • 支持在服务市场中按服务价格、币种等进行交易并跟踪收入。

Quick Start

Publish a paid on-chain service for a local skill.

Frequently Asked Questions about metabot-post-skillservice

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

FAQPage Schema
How do I publish paid on-chain services for a local skill?

Use the skill-service protocol to publish paid on-chain services for local skills by validating required fields including serviceName, displayName, description, providerSkill, price, and currency. It submits a create-pin request to the chain RPC, returning a pinId and txid for marketplace monetization.

What is the skill-service protocol for blockchain marketplaces?

The skill-service protocol enables cross-skill and cross-marketplace discoverability by allowing vendors to publish local skills as paid on-chain services. It facilitates exposure, paid access, and on-chain payments within a service marketplace for broad commercial distribution.

What fields are required to monetize a skill on-chain?

Required fields for on-chain skill monetization include serviceName, displayName, description, providerSkill, price, and currency. The process also resolves providerMetaBot from the payload or environment before submitting the create-pin request to the chain RPC.

How does an on-chain skill service handle payments and transactions?

On-chain skill services handle payments by specifying price and currency fields during validation. The service submits a create-pin request to the chain RPC, returning a pinId and txid to track marketplace transactions, service prices, and income.

Can I use a local skill in a service marketplace without on-chain payments?

No, this protocol is designed specifically for paid on-chain services. It validates service price and currency to ensure local skills are monetized and exposed in the service marketplace with tracked on-chain payments via chain RPC submissions.