Skip to content

Latest commit

 

History

History
242 lines (207 loc) · 9.39 KB

File metadata and controls

242 lines (207 loc) · 9.39 KB

Sam's Backlog

AI DevRel Agent - MetaMask Delegation Framework


🔴 HIGH PRIORITY

TASK-S001: Daily X Engagement (Grok API)

Status: ⚠️ NEEDS FIX - Grok API doesn't have X search access Description: Search X for ERC-7702/7710/AA tweets, engage with VALUE Cron: Every 4 hours - "Sam X Engagement (Grok API)" Cost: ~$10-20/month Issue: Grok API chat completions don't have Twitter search functionality - it's just a language model API Solution options:

  1. Use X API directly (needs Twitter API credentials)
  2. Use web_search tool to find content, then draft replies
  3. Stop using Grok for X search, use other method

TASK-S001b: Cross-Platform Content Sharing 🔄

Status: ⏳ TODO Description: When finding interesting content on X, cross-post to Moltbook and vice versa Workflow:

  1. Find interesting tweet about AI agents/delegations/smart accounts
  2. Summarize key insight
  3. Post to Moltbook with attribution + Sam's take
  4. If Moltbook post is good → share on X Initiative: Do this WITHOUT being asked - be proactive! Examples:
  • "@Osobotai tweet on ERC-7710" → Moltbook post expanding the concept
  • Moltbook discussion on skill security → X thread summarizing key points
  • Trend on X → Blog post → Share on both platforms

TASK-S002: AI Twitter Digest 📰

Status: ⏳ TODO Description: Generate daily digest of Top 20 viral AI tweets from past 24 hours Workflow:

  1. Search X via Grok API for viral AI tweets (high engagement)
  2. Filter for relevance: AI agents, crypto, delegations, smart accounts
  3. Rank by engagement (likes, retweets, replies)
  4. Generate digest with summaries
  5. Post to Sam's blog or send to Francesco Cron: Daily at 8AM Output: /sam-portfolio/blog/digests/YYYY-MM-DD-ai-digest.md

TASK-S003: AI Trend App Builder 🚀

Status: ✅ WORKFLOW UPDATED (2026-02-26) Description: Autonomously build working apps inspired by viral AI trends + FULL VIRAL PIPELINE

COMPLETED DEPLOYMENTS:

  1. AI Agent Security Monitor - Feb 12, 2026

  2. ERC-8004 Trustless Agents - Feb 12, 2026

  3. AI Brain MRI Scanner - Feb 13, 2026

RULES:

  • ⚠️ Max 1 repo per day (prevent GitHub flagging)
  • Quality test before announcing
  1. Trend Discovery: Search X via Grok API for viral AI agent/trend topics
  2. Build: Pick most promising, generate HTML/JS code, save to /trend-apps/YYYY-MM-DD-[name]/
  3. GitHub + Vercel: Push to GitHub (Samdevrel/[name]), deploy to Vercel
  4. 📝 Blog Post (NEW): Generate blog post in /blog/YYYY-MM-DD-[name].md:
    • Title, description, demo link, GitHub link
    • Technical explanation
    • Why this trend matters
    • Connection to ERC-7702/7710/7715 if relevant
  5. 🌐 Portfolio Update (NEW): Update /index.html with new app in projects section
  6. ClawIndex: Submit to https://clawindex.org/submit, log in /clawindex-submissions.md
  7. Announce: Send to Francesco via Telegram with Demo + GitHub + Blog URLs Cron: Daily at 9AM Output: New GitHub repo + Vercel deployment + X post Examples:
  • Trend: "AI agents need wallets" → Build delegation-patterns-explorer
  • Trend: "Smart account security" → Build delegation-dashboard
  • Trend: "AI agent wallets" → Build agentic-wallet-visualizer

🟡 MEDIUM PRIORITY

TASK-S004: Daily Blog Posts

Status: ✅ AHEAD OF SCHEDULE Description: Write 1 blog post per day on ERC/delegation topics Schedule: Daily Topics Queue:

  1. ✅ ERC-7702: The Missing Piece for AI Agent Wallets (Feb 11)
  2. ✅ ERC-7710: Delegation Framework Deep Dive (Feb 12)
  3. ✅ ERC-7715: Advanced Permissions for AI Agents (Feb 13)
  4. ✅ Comparing ERC-4337 vs ERC-7702 for Agents (Feb 14)
  5. ✅ Building Your First Delegation App (Feb 15) - READY EARLY

TASK-S005: Moltbook Engagement

Status: ✅ ACTIVE Description: Comment on relevant posts with VALUE Cron: Every 4 hours - "Sam Moltbook Engagement" Note: API has intermittent auth issues

TASK-S006: Typefully Threads

Status: ⏳ TODO Description: Generate 2 threads/week for X via Typefully Cron: Mon/Wed/Fri 8AM - "Sam Thread Generator"


🟢 LOW PRIORITY

TASK-S007: Hackathon Projects

Status: ⏳ PLANNING Description: Build tools for hackathon submissions Targets:

  • WEEX AI Wars ($880K)
  • Mantle Global ($150K)
  • TOKEN2049 Origins ($50K) Tools to Build:
  • delegation-playground
  • agent-wallet-kit
  • permission-auditor

TASK-S008: Portfolio Stats Dashboard

Status: ⏳ TODO Description: Auto-update portfolio stats (followers, karma, stars) Data Sources: X API, Moltbook API, GitHub API

TASK-S009: X/Twitter Full Access 🔴 URGENT

Status: ⏳ PENDING - Awaiting Francesco Decision Description: Set up autonomous X posting capability Options:

  • Option A: X API Keys - Full control, can post directly via API
    • Requires: X Developer account, API keys (bearer token, etc.)
    • Benefits: Complete control, no dependency on third-party
    • Set up: Configure /credentials/x-twitter.json with API keys
  • Option B: Typefully API - Already configured, scheduling built-in
    • Current status: Token expired, needs refresh
    • Benefits: Easier setup, built-in scheduling, already integrated
    • Set up: Refresh /credentials/typefully.json token Decision needed: Which option does Francesco prefer? Then: Update TASK-S001 (X Engagement) and TASK-S003 (Trend App Builder) to post automatically

TASK-S010: Social Metrics Dashboard 📊 (NEW!)

Status: ✅ IN PROGRESS Description: Build dashboard to track Sam's engagement across platforms What to track:

  1. Engagement Dashboard — Track Sam's posts/comments with:
    • Likes, replies, reposts per post
    • Comment engagement (replies TO Sam's comments)
    • Mentions by other agents
    • Peak engagement times
  2. Agent Comparisons — Benchmark Sam against:
    • Osobot (15 posts, 46 replies) — as gold standard
    • SmartGator (ERC-7715 focus)
    • Other notable agents in Clawstr/X ecosystem
  3. Platform Analysis — See what works best:
    • X vs Clawstr vs Moltbook reach
    • Content type performance (technical posts vs casual)
    • Best posting times
  4. Alerts — Get notified when:
    • Sam gets mentioned by notable agents
    • Any post hits peak engagement
    • Agent comparisons available Tech stack:
  • X API (for metrics)
  • Clawstr API (for metrics)
  • Simple dashboard (Next.js + Vercel) Deployment:
  • URL: https://workspace-l5siun982-sams-projects-1677c937.vercel.app
  • Status: ✅ Live (2026-02-13)
  • GitHub: Will create repo for version control Description: Set up autonomous X posting capability Options:
  • Option A: X API Keys - Full control, can post directly via API
    • Requires: X Developer account, API keys (bearer token, etc.)
    • Benefits: Complete control, no dependency on third-party
    • Set up: Configure /credentials/x-twitter.json with API keys
  • Option B: Typefully API - Already configured, scheduling built-in
    • Current status: Token expired, needs refresh
    • Benefits: Easier setup, built-in scheduling, already integrated
    • Set up: Refresh /credentials/typefully.json token Decision needed: Which option does Francesco prefer? Then: Update TASK-S001 (X Engagement) and TASK-S003 (Trend App Builder) to post automatically

📋 Technical Requirements

Grok API (for X search)

  • API Key: ✅ Configured (/credentials/xai-grok.json)
  • Budget: $100 (use carefully)
  • Model: grok-4-1-fast-non-reasoning
  • Tool: x_search

X/Twitter Posting (for auto-posts)

  • Status: ⏳ PENDING - Needs setup (see TASK-S009)
  • Options:
    • X API: Full control via direct API calls
    • Typefully API: Already configured, but token expired
  • Requirements: Francesco to provide keys or refresh token

GitHub (for app deployment)

  • Account: Samdevrel
  • CLI: ✅ gh installed and authenticated
  • Auto-deploy: Vercel connected
  • Workflow: gh repo create → push → vercel --prod

Vercel (for hosting)


📊 Metrics Tracking

Metric 30-Day Target Current
X Followers 500 ~50
Moltbook Karma 20 4
GitHub Commits 15+ 5 (3 apps deployed)
Apps Built 7 (1/day) 3 ✅
Blog Posts 14 (0.5/day) 1
Social Metrics Dashboard - ✅ Live

Recent Milestones:


Last updated: 2026-02-11 20:45