Get the FREE Ultimate OpenClaw Setup Guide →

Feed Prefs

Scanned
npx machina-cli add skill fredzannarbor/agentic-social-feed/feed-prefs --openclaw
Files (1)
SKILL.md
5.9 KB

Customize your social feed preferences and neurochemical optimization weights.

Overview

Adjust how posts are ranked and displayed in your feed. Control the balance between learning, engagement, breakthrough moments, and mood elevation.

Arguments

  • --show - Display current preferences (default if no args)
  • --reset - Reset to defaults
  • --preset NAME - Apply preset: scholar, social, creative, balanced

Display Current Preferences

╔══════════════════════════════════════════════════════════════╗
║                  YOUR FEED PREFERENCES                       ║
╠══════════════════════════════════════════════════════════════╣

NEUROCHEMICAL WEIGHTS (must sum to 1.0)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📊 Learning (Acetylcholine)      ████████░░░░░░░░  0.25
   Educational content, factual knowledge

💬 Engagement (Dopamine)         ██████████░░░░░░  0.30
   Social connection, relatable experiences

⚡ Breakthrough (Norepinephrine)  ████████░░░░░░░░  0.25
   Aha moments, unexpected insights

😊 Mood (Serotonin/Endorphins)   ██████░░░░░░░░░░  0.20
   Humor, inspiration, uplifting content

DISPLAY SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Posts per page:     10
Show scores:        Yes
Serendipity factor: 0.10 (randomness for discovery)

PERSONA FILTERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Hidden personas:    None
Favorite personas:  None (all weighted equally)

COMMUNITY CONTRIBUTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Auto-contribute:    Yes (share posts with community)
Threshold:          5 posts (submit after this many)
Include personas:   Yes (share custom personas too)
Pending:            0 posts queued
╚══════════════════════════════════════════════════════════════╝

Interactive Adjustment

What would you like to adjust?

1. Neurochemical weights
2. Display settings
3. Persona filters
4. Community contribution settings
5. Apply preset
6. Reset to defaults

> 1

Adjust weights (must sum to 1.0):

Current → New
Learning:     0.25 → ____
Engagement:   0.30 → ____
Breakthrough: 0.25 → ____
Mood:         0.20 → ____
                    ═════
              Total: 1.00

Presets

PresetLearnEngageBreakMoodBest For
balanced0.250.300.250.20General use
scholar0.400.150.300.15Deep learning
social0.150.450.200.20Community feel
creative0.200.200.400.20Breakthrough focus
uplifting0.150.250.200.40Mood boost

Persona Filters

HIDE PERSONAS (won't appear in feed)
Currently hidden: None

Add to hidden list: _______________
  (e.g., "Rebel" - no more experimental lit posts)

FAVORITE PERSONAS (boosted in ranking)
Currently favorited: None

Add to favorites: _______________
  (e.g., "Newton, Chronos" - more non-fiction & history)

Community Contribution Settings

COMMUNITY CONTRIBUTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Auto-contribute: [Yes] / No
  When enabled, your generated posts are automatically
  shared with the community after reaching the threshold.

Contribution threshold: 5 posts
  How many posts to queue before auto-submitting.

Include custom personas: [Yes] / No
  Share personas you've created with the community.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Pending contributions: 3 posts, 1 persona

[Submit Now]  [Clear Queue]  [View Pending]

Note: Contributions are submitted as GitHub Issues to the agentic-social-feed repository. Requires gh CLI to be installed and authenticated. Run /contribute for manual submission options.

Save Preferences

Write to ~/.claude-social-feed/preferences.json:

{
  "weights": {
    "learning": 0.25,
    "engagement": 0.30,
    "breakthrough": 0.25,
    "mood": 0.20
  },
  "display": {
    "posts_per_page": 10,
    "show_scores": true,
    "serendipity": 0.10
  },
  "filters": {
    "hidden_personas": [],
    "favorite_personas": [],
    "hidden_post_types": []
  },
  "contribution": {
    "auto_contribute": true,
    "contribution_threshold": 5,
    "include_personas": true,
    "github_repo": "fredzannarbor/agentic-social-feed"
  },
  "updated_at": "ISO timestamp"
}

Confirmation

✅ Preferences saved!

Your feed will now prioritize:
  📊 Learning content (40%)
  ⚡ Breakthrough moments (30%)

Run /myfeed to see your rebalanced feed.

Source

git clone https://github.com/fredzannarbor/agentic-social-feed/blob/main/skills/feed-prefs/SKILL.mdView on GitHub

Overview

Customize how posts are ranked and displayed by adjusting four neurochemical weights that govern Learning, Engagement, Breakthrough moments, and Mood. The feature also exposes display and community settings to fine-tune your experience.

How This Skill Works

You adjust four weights (Learning, Engagement, Breakthrough, Mood) that must sum to 1.0. Use --show to view current preferences, --reset to revert to defaults, or --preset NAME to apply scholar, social, creative, balanced, or uplifting presets. An interactive adjustment flow lets you tweak values before saving to your local config.

When to Use It

  • Prioritize factual learning and knowledge acquisition by increasing the Learning weight.
  • Increase Engagement to surface more relatable, socially connected posts.
  • Push for Breakthrough insights to spark aha moments and creativity.
  • Boost Mood with uplifting content and humor.
  • Reset to defaults or compare presets before making changes.

Quick Start

  1. Step 1: Run feed-prefs --show to view current neurochemical weights and display settings.
  2. Step 2: Apply a preset with --preset NAME (e.g., scholar or balanced) or manually adjust Learning, Engagement, Breakthrough, and Mood so they sum to 1.0.
  3. Step 3: Save the changes to your local config (the UI notes the save location).

Best Practices

  • Keep the four weights summing to 1.0 at all times.
  • Start with a preset that matches your goal and adjust incrementally.
  • Review Display Settings (posts per page, show scores, serendipity) to suit your workflow.
  • Use Persona Filters to hide or boost specific audience types.
  • Use Community Contribution settings thoughtfully; monitor thresholds and pending items.

Example Use Cases

  • A student selects the scholar preset to emphasize educational content and factual posts.
  • A team member uses the balanced preset to mix learning and social engagement during project updates.
  • A creator adopts the creative preset to surface breakthrough ideas and innovative content.
  • A user switches to uplifting to boost mood with funny and inspirational posts.
  • A power user enables auto-contribute and reviews pending submissions after crossing the 5-post threshold.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers