Agent skill

bsocial-posts

Create and read posts on BSocial protocol (on-chain social media on BSV). Uses BMAP (Bitcoin Mapping Protocol) for structured data.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/bsocial-posts

SKILL.md

BSocial Posts

Create and read on-chain social media posts using BSocial protocol.

When to Use

  • Post messages to BSV blockchain
  • Read on-chain social posts
  • Create permanent, censorship-resistant content
  • Build social media applications

Features

Create Posts:

  • Text content posted on-chain
  • Permanent and immutable
  • Associated with BSV address/identity
  • Uses BMAP protocol structure

Read Posts:

  • Query posts by address
  • Filter by type/app
  • Read post history

Usage

bash
# Create post (requires funding)
bun run /path/to/skills/bsocial-posts/scripts/create-post.ts <wif> "Post content here"

# Read posts from address
bun run /path/to/skills/bsocial-posts/scripts/read-posts.ts <address>

Protocol

Uses BMAP (Bitcoin Mapping Protocol):

  • OP_RETURN data with BMAP prefix
  • Structured JSON payload
  • Post content, timestamps, metadata
  • Indexable by BMAP API services

Requirements

  • Funded wallet for creating posts (on-chain storage cost)
  • BMAP API access for reading posts
  • bmap-api-types package for type definitions

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results