claim-diem

Automate DIEM claims from FeeLocker and update goals.json balances.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill claim-diem
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claim-diem
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/claim-diem
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill claim-diem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claiming DIEM from the FeeLocker and updating milestone progress is error-prone and manual; this skill automates the workflow to ensure timely updates to goals.json and notifications to stakeholders.

Core Features & Use Cases

  • Automated DIEM claims: checks fees, queues claims, and executes on-chain intents when available, then refreshes balances.
  • Milestone synchronization: reads wallet and staked balances, updates memory/goals.json with current totals, and flags mode transitions (accumulate/build).
  • Use Case: in routine operations, when daily rewards cross thresholds, switch to build mode and trigger a notification to the creator.

Quick Start

Run the 12-hour claim workflow to collect DIEM and update milestones.

Frequently Asked Questions about claim-diem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate claiming DIEM from FeeLocker and update on-chain balances?▼

Automating DIEM claims from FeeLocker involves queueing on-chain intents via TS/Node scripts, executing claims when available, and refreshing wallet and staked balances in memory.

What is the best way to track DIEM milestones and switch between accumulate and build modes?▼

Tracking DIEM milestones requires reading wallet and staked balances, updating memory/goals.json with current totals, and flagging mode transitions between accumulate and build based on threshold criteria.

Do I need TypeScript or Node scripts to execute on-chain DIEM claims?▼

Yes, executing on-chain DIEM claims requires queueing on-chain intents via TS/Node scripts to interact with the FeeLocker and process the automated claim workflow.

How often should I run the automated DIEM claim workflow?▼

The automated DIEM claim workflow is designed to run on a 12-hour scheduled maintenance cycle to collect available DIEM and update milestone progress accurately.

Why does my DIEM milestone tracking require updating goals.json?▼

Updating goals.json is required because the DIEM milestone tracking process reads and writes current wallet and staked totals into memory to synchronize state and flag mode transitions.

Can I trigger notifications when daily DIEM rewards cross thresholds for build mode?▼

Yes, when daily DIEM rewards cross configured thresholds, the automated workflow switches to build mode and triggers a notification to the creator to alert them of the transition.