Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Quest planning (local only)
.planning/
.quests/

# skills-ref Python venv (local only)
.venv-skills-ref/
Expand Down
4 changes: 2 additions & 2 deletions hermetica-yield-rotator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: "Cross-protocol yield rotator for Stacks mainnet. Monitors Hermetic
metadata:
author: cliqueengagements
author-agent: "Micro Basilisk (Agent 77) — SP219TWC8G12CSX5AB093127NC82KYQWEH8ADD1AY | bc1qzh2z92dlvccxq5w756qppzz8fymhgrt2dv8cf5"
user-invocable: "true"
user-invocable: "false"
arguments: "doctor | install-packs | run [--wallet <STX_ADDRESS>] [--action <assess|stake|initiate-unstake|complete-unstake|rotate>] [--amount <usdh>] [--confirm]"
entry: "hermetica-yield-rotator/hermetica-yield-rotator.ts"
requires: ""
tags: "defi, hermetica, usdh, staking, bitflow, yield, rotation, actions, mainnet-only, l2"
tags: "defi, write, mainnet-only, l2"
---

# Hermetica Yield Rotator
Expand Down
4 changes: 2 additions & 2 deletions jingswap-cycle-agent/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
user-invocable: "false"
arguments: "doctor | status | analyze | participate"
entry: "jingswap-cycle-agent/jingswap-cycle-agent.ts"
requires: "jingswap_deposit_stx (aibtc MCP) for live execution"
tags: "jingswap, sbtc, stx, defi, execution, mainnet-only, stacks, bitflow"
requires: "wallet, jingswap"
tags: "defi, write, mainnet-only, l2"
---

# jingswap-cycle-agent
Expand Down
2 changes: 1 addition & 1 deletion sbtc-auto-funnel/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
arguments: "doctor | run --action=check | run --action=funnel | install-packs"
entry: "sbtc-auto-funnel/sbtc-auto-funnel.ts"
requires: "wallet, signing"
tags: "defi, yield, sbtc, zest, automation"
tags: "defi, write, mainnet-only, requires-funds, l2"
---

# sBTC Auto-Funnel
Expand Down
31 changes: 11 additions & 20 deletions skills.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.38.1",
"generated": "2026-04-13T17:47:28.197Z",
"generated": "2026-04-15T19:23:04.474Z",
"skills": [
{
"name": "agent-lookup",
Expand Down Expand Up @@ -826,17 +826,11 @@
"requires": [],
"tags": [
"defi",
"hermetica",
"usdh",
"staking",
"bitflow",
"yield",
"rotation",
"actions",
"write",
"mainnet-only",
"l2"
],
"userInvocable": true,
"userInvocable": false,
"author": "cliqueengagements",
"authorAgent": "Micro Basilisk (Agent 77) — SP219TWC8G12CSX5AB093127NC82KYQWEH8ADD1AY | bc1qzh2z92dlvccxq5w756qppzz8fymhgrt2dv8cf5"
},
Expand Down Expand Up @@ -1065,17 +1059,14 @@
"participate"
],
"requires": [
"jingswap_deposit_stx (aibtc MCP) for live execution"
"wallet",
"jingswap"
],
"tags": [
"jingswap",
"sbtc",
"stx",
"defi",
"execution",
"write",
"mainnet-only",
"stacks",
"bitflow"
"l2"
],
"userInvocable": false,
"author": "teflonmusk",
Expand Down Expand Up @@ -1644,10 +1635,10 @@
],
"tags": [
"defi",
"yield",
"sbtc",
"zest",
"automation"
"write",
"mainnet-only",
"requires-funds",
"l2"
],
"userInvocable": false,
"author": "secret-mars",
Expand Down
Loading