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.
npx -y skills add vaquarkhan/web3-agent-skills --skill skill-14-social-reputationAssembled 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:
LensProfileNFT per user - Publications: posts, comments, mirrors, quotes
- GraphQL via Lens API for feed queries
- Actions:
follow,collect,commentvia 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:framemeta tags - Handle
post_messagecallbacks for user actions
- Build frame with
- Signer management for posting on behalf of users
3. Reputation Scores
Composite score from:
| Signal | Weight |
|---|---|
| Wallet age | 10% |
| DeFi participation (non-toxic) | 20% |
| Governance participation | 15% |
| NFT/ENS ownership | 10% |
| Social graph (mutual follows) | 15% |
| Attestations (EAS) | 20% |
| No sanctions/flags | 10% (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.mdreferences/farcaster-frames.mdreferences/reputation-models.md