Skip to content

Add Legion Social skill for FastData protocol integration#6

Open
Kampouse wants to merge 1 commit intoNEARBuilders:mainfrom
Kampouse:skill
Open

Add Legion Social skill for FastData protocol integration#6
Kampouse wants to merge 1 commit intoNEARBuilders:mainfrom
Kampouse:skill

Conversation

@Kampouse
Copy link
Collaborator

Summary

Adds an Agent Skills compatible skill for interacting with Legion Social and the FastData protocol on NEAR.

What's included

  • skill/SKILL.md - Agent Skills specification format with full documentation
  • skill/scripts/fastdata.sh - CLI tool for all contextual.near operations

Features

Profile

  • Get profiles from both social.near and contextual.near
  • Set profile name, about, image, tags, and social links

Social Graph

  • Follow/unfollow users
  • Query followers and following lists

Content

  • Create posts (auto-extracts #hashtags @mentions)
  • Comment, like, unlike, repost

Projects

  • Create, update, delete projects
  • Project status tracking

Generic KV

  • Get, query, set, delete arbitrary key-value data

Usage

./skill/scripts/fastdata.sh profile get alice.near
./skill/scripts/fastdata.sh follow bob.near
./skill/scripts/fastdata.sh post "Hello NEAR! #intro"

Related

- SKILL.md with Agent Skills specification format
- scripts/fastdata.sh CLI for all contextual.near operations
- Supports profile, social graph, content, and project operations
- Reads from FastData API, writes to contextual.near contract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant