agentsclimarketplace

Skill 14 social reputation

Skill vaquarkhan/web3-agent-skills/skills/skill-14-social-reputation

Production-grade Agent Skills for Web3 AI agents: 15 workflows, 6 MCP servers, DeFi/NFT/compliance guardrails, and VS Code/JetBrains installers.

Install
npx -y skills add vaquarkhan/web3-agent-skills --skill skill-14-social-reputation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Integrates Web3 social protocols including Lens, Farcaster, Frames, reputation scores, and prediction markets. Use for social graph queries, on-chain reputation, or social trading features.

SKILL.md

2.3 KB, as published. Nobody here has run it

Social & Reputation

When to Use

  • Querying Lens Protocol profiles and publications
  • Reading/posting Farcaster casts and Frames
  • Building reputation scores from on-chain activity
  • Integrating prediction markets (Polymarket, Omen)
  • Social trading signals and copy-trading filters

Prerequisites

  • MCP: blockchain-rpc-server, nft-metadata-server
  • Skills: skill-10 (identity), skill-07 (analytics)

Workflow

1. Lens Protocol (v3)

  • Profile: LensProfile NFT per user
  • Publications: posts, comments, mirrors, quotes
  • GraphQL via Lens API for feed queries
  • Actions: follow, collect, comment via Lens Client
Profile ID → Publications → Collect modules → Revenue split

2. Farcaster

  • Hub API for casts, reactions, links
  • Frames: Interactive embeds in casts (v2 SDK)
    • Build frame with fc:frame meta tags
    • Handle post_message callbacks for user actions
  • Signer management for posting on behalf of users

3. Reputation Scores

Composite score from:

SignalWeight
Wallet age10%
DeFi participation (non-toxic)20%
Governance participation15%
NFT/ENS ownership10%
Social graph (mutual follows)15%
Attestations (EAS)20%
No sanctions/flags10% (binary gate)

Use Gitcoin Passport, Talent Protocol, or custom scoring.

4. Prediction Markets

  • Polymarket: CTF exchange on Polygon, USDC collateral
  • Query market odds as probability signals
  • Compliance: restrict US persons per CFTC guidance

5. DePIN (Emerging)

  • Helium, Render, Filecoin network participation
  • Token rewards for infrastructure provision
  • Integrate device/wallet reputation for node operators

Privacy & Safety

  • Never auto-post on behalf of user without confirmation
  • Filter spam/low-reputation accounts in social feeds
  • Prediction market integration requires jurisdiction check

References

  • references/lens-api.md
  • references/farcaster-frames.md
  • references/reputation-models.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.