boost-lifecycle

boost-lifecycle is a skill for Claude Code from barkermoney/barker-mcp. It costs 65 tokens per session (1,001 once invoked), scanned A, original, MIT.

A step-by-step guide for managing Barker boost campaigns, which are stablecoin deposit programs that pay rewards based on tracked deposits.

In plain words
What is it for?
Joining campaigns, checking terms and positions, setting expiry alerts, claiming rewards, redeeming deposits, and monitoring campaign status.
Why use it?
It keeps deposits, reward claims, expiry reminders, and redemptions tied to the correct campaign and requires user confirmation before money-moving actions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the boost-lifecycle plugin — 1 skill shipped together

Good fit Joining campaigns, checking terms and positions, setting expiry alerts, claiming rewards, redeeming deposits, and monitoring campaign status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/barkermoney/barker-mcp/boost-lifecycle
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add barkermoney/barker-mcp --skill boost-lifecycle
Clone the repo
git clone --depth 1 https://github.com/barkermoney/barker-mcp

Made for: Claude Code.

Or install boost-lifecycle, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boost-lifecycle

README.md
[![agentmods](https://agentmods.dev/badge/skills/barkermoney/barker-mcp/boost-lifecycle.svg)](https://agentmods.dev/skills/barkermoney/barker-mcp/boost-lifecycle)
Your own site
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/boost-lifecycle"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/boost-lifecycle.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01001
Opus 5 $0.00032 $0.00500
Sonnet 5 $0.00013 $0.00200
Haiku 4.5 $0.00006 $0.00100

Measured 8d ago against content hash ea9802f351a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

boost-lifecycle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/boost-lifecycle/SKILL.md · 60 lines

What it actually says

Boost Campaign Lifecycle

When to Activate

关键词:boost 活动、参与活动、全程参与、活动奖励、领奖、claim、到期赎回、活动到期、 campaign、锁定期、赎回期、活动收益、帮我管理活动。

Knowledge Base

Boost 活动机制(必须先懂再动手)

  • boost 活动 = 「存入指定金库 + 按归因份额计奖 + merkle 领取」。奖励口径 min(D, C): D = 经 Barker 入口归因的累计存入份额;C = 钱包链上真实份额。不带 campaign_id 的存入只涨 C 不涨 D,不计奖——这是所有 boost 执行必须绑定 campaign_id 的原因。
  • 活动关键字段(get_campaign_detail / 活动列表返回):campaign_id(绑定 id,如 lp_4)、 锁定期 lock_days、赎回期 redemption_days、start/end 时间、opening_apy、奖励 token。
  • 奖励发放:后端按期(epoch)生成 merkle root 上链,用户按 proof 领取;可领 = 累计 − 已领。 root 未上链(root_pending)/ 本期无记录(no_proof)/ 领取暂停(paused)都属正常中间态, 如实转述,不要当成故障。

六个功能的工具组合配方

  1. 参与/存入query_boost_campaigns 拿活动与条款(含未开始的预告活动; query_active_campaigns 看不到 scheduled 的 boost)→ 查 portfolio(红线:实时)→ 资产不符时先 execution_quote_swap 换币 → 复述条款(锁定期/赎回期/奖励口径/结束时间/金额) 并获用户明确"确认" → execution_prepare_vault_action(create_intent=true, campaign_id=活动绑定id) → 授权按钮。
  2. 到期提醒:set_alert_rule(campaign_expiry / position_expiry,提前 N 天) + 定时任务兜底。
  3. 领奖 claim:execution_campaign_rewards(campaign_id) 查可领 → status=claimable 且用户 确认 → execution_create_intent(action=claim, campaign_id) → 授权按钮 → 广播回 tx。
  4. 到期赎回:确认赎回期已开 → execution_prepare_vault_action(action=redeem, create_intent=true, campaign_id) → 授权按钮。排队赎回类协议暂不支持 agent 执行, 降级为提醒 + boost 页链接。
  5. 风控盯盘:set_alert_rule(depeg / apy_below / tvl_change_pct) + schedule_monitoring_task (daily/hourly)。触发时提醒 + 给一键赎回入口,绝不自动赎回(每笔都要用户当轮确认)。
  6. 日报纳入:set_digest_settings 开启;日报会带持仓与到期信息。

活动未开始(预告期)的正确姿势

query_boost_campaigns 返回 start 在未来 / apy_kind=opening 的活动 = 预告期:如实告知开始时间与 预期开盘 APY,先搭方案(save_yield_plan)+ 开始提醒(set_alert_rule/schedule),开始后再建 存入凭证。绝不因 query_active_campaigns 查不到就说活动不存在

硬边界(违反即事故)

  • 所有 boost 存入/赎回/领奖必须带 campaign_id(campaign 专属 intent);活动结束/暂停时后端拒绝 存入,不要改成普通存款绕过(不计奖,坑用户)。
  • 条款确认 + 授权按钮 = 双重确认,缺一不可;定时任务/方案步骤永远不静默建 boost intent。
  • 绝不声称已存入/已领取/已赎回——广播只在用户点授权按钮后发生。
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 60 lines · 65 tokens per session scan A ea9802f351a2

Subscribe to this mod's changes

boost-lifecycle is a skill published in the GitHub repository barkermoney/barker-mcp (3 stars, last pushed 20d ago), licensed MIT. It adds 65 tokens to every session and 1,001 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stablecoin-yield-radar

Query real-time stablecoin supply APY from Barker's yield index — 500+ protocols and 20+ CEX. Returns ranked APY, TVL, protocol, chain, asset. Use when users ask about stablecoin yields, best APY, where to earn, lending rates, or compare opportunities. Powered by Barker (https://barker.money) — Yield Primitive for the…

okx/plugin-store · 88 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

agent-fintech-engineer

Expert fintech engineer specializing in financial systems, regulatory compliance, and secure transaction processing. Masters banking integrations, payment systems, and building scalable financial technology that meets stringent regulatory requirements.

majiayu000/claude-skill-registry · 40 tokens