[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-tres-ledger-link":3,"mdc-c827q6-key":37,"related-org-anthropic-tres-ledger-link":1947,"related-repo-anthropic-tres-ledger-link":2136},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"tres-ledger-link","build and share TRES ledger dashboards","Build a TRES Finance dashboard ledger URL (Transactions tab) with a precise filter set — date range, wallets, assets, tags, status, amount, and more — so it can be shared with a customer or reused. Use whenever the user asks for a \"ledger link\", \"dashboard link\", \"filter URL\", or \"send \u003Ccustomer> a link to \u003Csome filtered view>\". Scoped to the Transactions tab only (not Accounting, Roll Forward, Pivot Tables, Cost Basis, or Trial Balances).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Dashboards","dashboards","tag",{"name":18,"slug":19,"type":16},"Reporting","reporting",{"name":21,"slug":22,"type":16},"Finance","finance",{"name":24,"slug":25,"type":16},"Accounting","accounting",294,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-community","2026-07-02T07:37:58.941085",null,69,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de\u002Fplugin-directory-submission.","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-community\u002Ftree\u002FHEAD\u002Ftres-finance-plugin\u002Fskills\u002Ftres-ledger-link","---\nname: tres-ledger-link\ndescription: >\n  Build a TRES Finance dashboard ledger URL (Transactions tab) with a precise filter set — date\n  range, wallets, assets, tags, status, amount, and more — so it can be shared with a customer or\n  reused. Use whenever the user asks for a \"ledger link\", \"dashboard link\", \"filter URL\", or \"send\n  \u003Ccustomer> a link to \u003Csome filtered view>\". Scoped to the Transactions tab only (not Accounting,\n  Roll Forward, Pivot Tables, Cost Basis, or Trial Balances).\n---\n\n# Generate Dashboard Ledger Link\n\nYour job is to produce a working TRES Finance dashboard URL that opens the **Transactions tab of the\nledger** with a precise filter set applied, so the user can share it with a customer (or use it\nthemselves).\n\nThis skill is scoped to the **Transactions tab only**. If the user asks for a link to Accounting,\nRoll Forward, Pivot Tables, Cost Basis, or Trial Balances — stop and tell them this skill does not\ncover those tabs.\n\n---\n\n## Step 1 — Resolve the org subdomain\n\nThe dashboard URL is `https:\u002F\u002F\u003Corg-subdomain>.tres.finance\u002Fledger`.\n\nResolve `\u003Corg-subdomain>` from the MCP `get_viewer` query (use the returned `orgName`). **Do not ask\nthe user.**\n\n```graphql\nquery { viewer { orgName } }\n```\n\nState the subdomain you used in your final message so the user can correct it in one shot if it is\nwrong.\n\n---\n\n## Step 2 — Collect the filters the user wants\n\nRead the filters out of the user's request in plain English (date range, wallets, assets, tags,\nstatus, etc.). If a filter is ambiguous (e.g. \"USDC\" when the org has multiple USDC variants, or \"Q1\"\nwithout a year), ask before generating. A wrong value silently produces a broken \u002F empty view.\n\nOnly include filters the user explicitly asked for. The dashboard fills in defaults for everything\nelse — extra params just add noise.\n\n---\n\n## Step 3 — Build the URL\n\nBase path is always:\n\n```\nhttps:\u002F\u002F\u003Corg-subdomain>.tres.finance\u002Fledger\n```\n\nNo path segment after `\u002Fledger` (that is the Transactions tab).\n\nAppend `?` and the query string built from the rules below. URL-encode every value (spaces → `%20`).\nInside a single value, encode commas; between distinct array items, a comma is the literal delimiter.\n\n### 3.1 Date & pagination\n\n| Param      | Format \u002F values | Notes |\n|------------|-----------------|-------|\n| `fromDate` | `YYYY-MM-DD` | UTC date |\n| `toDate`   | `YYYY-MM-DD` | UTC date |\n| `dateType` | `Month to date`, `Year to date`, `Last 30 days`, `Last month`, `Before this month`, `Custom date`, `All time`, `Year`, `Quarters` | URL-encode spaces. **Omit** if `Last 30 days` (default). For an arbitrary `fromDate`\u002F`toDate` range, use `Custom date`. |\n| `page`     | integer | Omit if `1`. |\n| `pageSize` | integer | Omit if `20` (default). |\n\nIf `dateType=All%20time`, `fromDate` \u002F `toDate` are ignored — do not include them.\n\n### 3.2 Multi-select array filters (comma-joined IDs)\n\n| Param | What goes in it |\n|-------|-----------------|\n| `internalAccounts` | numeric database ID of org-owned wallets |\n| `tags` | wallet group IDs, or `no-label` for unlabeled |\n| `thirdPartyAccounts` | raw address string of an external account (sender\u002Freceiver identifier on a sub-transaction — not necessarily a named contact in the system) |\n| `customNameLabelTags` | contact group IDs |\n| `addresses` | raw unidentified address strings |\n| `assetClasses` | asset class enum IDs (e.g. `CRYPTO`, `FIAT`, `NFT`) |\n| `assets` | asset IDs |\n| `activities` | tag IDs uppercase (e.g. `SPAM`, `STAKING`), or `no-label` |\n| `automations` | automation IDs |\n| `platforms` | platform names **lowercased** (e.g. `ethereum`, `bitcoin` — NOT the uppercase enum) |\n| `actions` | financial action enum names (e.g. `SEND`, `RECEIVE`) |\n| `functions` | decoded function names |\n| `applications` | application IDs |\n| `protocols` | protocol IDs |\n| `methodIds` | 4-byte hex method IDs (`0xa9059cbb`) |\n| `transactionHash` | tx hash(es) |\n| `transactionView` | `readyPending` (default), `onlyReady`, `onlyPending`, `onlyDeleted` |\n| `transactionType` | any of `isManual`, `onlyPlug` |\n| `filterByBookmark` | bookmark types **lowercased** |\n| `missingCounterMatchedTransfers` | `all` (default), `false` (has counter transfer), `true` (no counter transfer) |\n| `balanceFactor` | `1` (Inflow), `-1` (Outflow). Typically a single value. |\n| `amountAsset` | single asset ID (pair with `amountBetween`) |\n\nIf you do not know the exact ID for a multi-select value, query the BFF via the `execute` MCP tool\nfirst to look it up. Do **not** guess.\n\n### 3.3 Range filter\n\n| Param | Format | Notes |\n|-------|--------|-------|\n| `amountBetween` | `\u003Cmin>,\u003Cmax>` | Either side may be empty: `100,500` (range), `100,` (≥100), `,500` (≤500). The single comma is required. |\n\n### 3.4 Boolean filters (include only when `true`)\n\n`showSpam`, `missingFiat`, `failedTransactions`, `nonTaxableType`, `missingCostBasis`,\n`internalTransactions`, `ignoreFee`\n\nExample: `?showSpam=true&missingFiat=true`. Never emit `=false` — `false` is the default.\n\n### 3.5 Notes \u002F radio-with-input\n\n| Param | Values |\n|-------|--------|\n| `commentContains` | `1` = has notes, `-1` = no notes, `0` = show all (omit), or any text string to search note content |\n\n### 3.6 Other singles\n\n| Param | Format |\n|-------|--------|\n| `savedFilters` | saved-filter ID (single value) |\n| `description` | single string |\n| `globalSearch` | single string |\n\n---\n\n## Step 4 — Validate before sending\n\nWalk the URL through this checklist. If any rule fails, fix it before handing it over.\n\n1. Path is exactly `\u002Fledger`. No tab suffix, no `?id=...`.\n2. `fromDate` \u002F `toDate` paired with `dateType=Custom%20date` (or `dateType` omitted), never with\n   `Last%2030%20days` or `All%20time`.\n3. No `=false` on any boolean.\n4. Multi-select values are **comma-joined**, never repeated keys (`?platforms=ethereum,bsc`, never\n   `?platforms=ethereum&platforms=bsc`).\n5. `platforms` values are **lowercased** (`ethereum`, not `ETHEREUM`). All other enum IDs match the\n   schema (`SPAM`, not `Spam`; `CRYPTO`, not `crypto`).\n6. `amountBetween` always has exactly one comma, even when one side is open.\n7. If `activities` includes `SPAM`, also set `showSpam=true` so the link is self-contained.\n8. If `transactionHash` is set, the dashboard ignores any date filter — warn the user when you also\n   see a date in their request.\n9. Spaces are URL-encoded (`Custom date` → `Custom%20date`).\n10. Only filters the user asked for are included.\n\n---\n\n## Step 5 — Hand it over\n\nSend the URL on its own line so it is easy to copy. Briefly state which filters are encoded (and which\nsubdomain you used) so the user can sanity-check before forwarding to the customer.\n\nExample handoff:\n\n> Built for org `\u003Csubdomain>`: filters are platform=ethereum, activities=SPAM, fromDate\u002FtoDate Apr\n> 2026 (Custom date), showSpam=true.\n>\n> https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?fromDate=2026-04-01&toDate=2026-04-30&dateType=Custom%20date&platforms=ethereum&activities=SPAM&showSpam=true\n\n---\n\n## Worked examples\n\n**Last month's Ethereum SPAM transactions:**\n\n```\nhttps:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?fromDate=2026-04-01&toDate=2026-04-30&dateType=Custom%20date&platforms=ethereum&activities=SPAM&showSpam=true\n```\n\n**All-time view of two specific wallets:**\n\n```\nhttps:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?dateType=All%20time&internalAccounts=12345,67890\n```\n\n**USD-only large transfers ≥ 50k:**\n\n```\nhttps:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?assetClasses=FIAT&amountBetween=50000,&amountAsset=USD\n```\n\n**Failed transactions missing fiat in Q1 2026:**\n\n```\nhttps:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?fromDate=2026-01-01&toDate=2026-03-31&dateType=Custom%20date&failedTransactions=true&missingFiat=true\n```\n\n**A specific saved filter:**\n\n```\nhttps:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?savedFilters=12345\n```\n\n---\n\n## Rules\n\n- **This skill is for general, ad-hoc filtered views** the user describes in plain English. To pin a\n  single just-created transaction so a pending\u002Fbackdated row shows immediately, set `transactionHash`\n  with `dateType=All%20time`.\n- **Never hand-craft a ledger URL outside this skill** — use it whenever the user asks for a ledger \u002F\n  dashboard \u002F filter link.\n- **Never include `=false`** on a boolean filter.\n- **Never repeat a key** (`?x=a&x=b`) — comma-join into one value.\n- **Never use display names** where the dashboard expects enum IDs.\n- **Always validate** against the Step 4 checklist before responding.\n- **Always state** the subdomain and filters used in your handoff message.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,51,65,77,81,88,102,136,157,162,165,171,176,181,184,190,195,205,218,239,246,503,529,535,1107,1127,1133,1207,1219,1271,1299,1305,1363,1369,1439,1442,1448,1453,1692,1695,1701,1706,1711,1739,1742,1748,1756,1765,1773,1782,1790,1799,1807,1816,1824,1833,1836,1842,1941],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"generate-dashboard-ledger-link",[48],{"type":49,"value":50},"text","Generate Dashboard Ledger Link",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55,57,63],{"type":49,"value":56},"Your job is to produce a working TRES Finance dashboard URL that opens the ",{"type":43,"tag":58,"props":59,"children":60},"strong",{},[61],{"type":49,"value":62},"Transactions tab of the\nledger",{"type":49,"value":64}," with a precise filter set applied, so the user can share it with a customer (or use it\nthemselves).",{"type":43,"tag":52,"props":66,"children":67},{},[68,70,75],{"type":49,"value":69},"This skill is scoped to the ",{"type":43,"tag":58,"props":71,"children":72},{},[73],{"type":49,"value":74},"Transactions tab only",{"type":49,"value":76},". If the user asks for a link to Accounting,\nRoll Forward, Pivot Tables, Cost Basis, or Trial Balances — stop and tell them this skill does not\ncover those tabs.",{"type":43,"tag":78,"props":79,"children":80},"hr",{},[],{"type":43,"tag":82,"props":83,"children":85},"h2",{"id":84},"step-1-resolve-the-org-subdomain",[86],{"type":49,"value":87},"Step 1 — Resolve the org subdomain",{"type":43,"tag":52,"props":89,"children":90},{},[91,93,100],{"type":49,"value":92},"The dashboard URL is ",{"type":43,"tag":94,"props":95,"children":97},"code",{"className":96},[],[98],{"type":49,"value":99},"https:\u002F\u002F\u003Corg-subdomain>.tres.finance\u002Fledger",{"type":49,"value":101},".",{"type":43,"tag":52,"props":103,"children":104},{},[105,107,113,115,121,123,129,131],{"type":49,"value":106},"Resolve ",{"type":43,"tag":94,"props":108,"children":110},{"className":109},[],[111],{"type":49,"value":112},"\u003Corg-subdomain>",{"type":49,"value":114}," from the MCP ",{"type":43,"tag":94,"props":116,"children":118},{"className":117},[],[119],{"type":49,"value":120},"get_viewer",{"type":49,"value":122}," query (use the returned ",{"type":43,"tag":94,"props":124,"children":126},{"className":125},[],[127],{"type":49,"value":128},"orgName",{"type":49,"value":130},"). ",{"type":43,"tag":58,"props":132,"children":133},{},[134],{"type":49,"value":135},"Do not ask\nthe user.",{"type":43,"tag":137,"props":138,"children":143},"pre",{"className":139,"code":140,"language":141,"meta":142,"style":142},"language-graphql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","query { viewer { orgName } }\n","graphql","",[144],{"type":43,"tag":94,"props":145,"children":146},{"__ignoreMap":142},[147],{"type":43,"tag":148,"props":149,"children":152},"span",{"class":150,"line":151},"line",1,[153],{"type":43,"tag":148,"props":154,"children":155},{},[156],{"type":49,"value":140},{"type":43,"tag":52,"props":158,"children":159},{},[160],{"type":49,"value":161},"State the subdomain you used in your final message so the user can correct it in one shot if it is\nwrong.",{"type":43,"tag":78,"props":163,"children":164},{},[],{"type":43,"tag":82,"props":166,"children":168},{"id":167},"step-2-collect-the-filters-the-user-wants",[169],{"type":49,"value":170},"Step 2 — Collect the filters the user wants",{"type":43,"tag":52,"props":172,"children":173},{},[174],{"type":49,"value":175},"Read the filters out of the user's request in plain English (date range, wallets, assets, tags,\nstatus, etc.). If a filter is ambiguous (e.g. \"USDC\" when the org has multiple USDC variants, or \"Q1\"\nwithout a year), ask before generating. A wrong value silently produces a broken \u002F empty view.",{"type":43,"tag":52,"props":177,"children":178},{},[179],{"type":49,"value":180},"Only include filters the user explicitly asked for. The dashboard fills in defaults for everything\nelse — extra params just add noise.",{"type":43,"tag":78,"props":182,"children":183},{},[],{"type":43,"tag":82,"props":185,"children":187},{"id":186},"step-3-build-the-url",[188],{"type":49,"value":189},"Step 3 — Build the URL",{"type":43,"tag":52,"props":191,"children":192},{},[193],{"type":49,"value":194},"Base path is always:",{"type":43,"tag":137,"props":196,"children":200},{"className":197,"code":199,"language":49},[198],"language-text","https:\u002F\u002F\u003Corg-subdomain>.tres.finance\u002Fledger\n",[201],{"type":43,"tag":94,"props":202,"children":203},{"__ignoreMap":142},[204],{"type":49,"value":199},{"type":43,"tag":52,"props":206,"children":207},{},[208,210,216],{"type":49,"value":209},"No path segment after ",{"type":43,"tag":94,"props":211,"children":213},{"className":212},[],[214],{"type":49,"value":215},"\u002Fledger",{"type":49,"value":217}," (that is the Transactions tab).",{"type":43,"tag":52,"props":219,"children":220},{},[221,223,229,231,237],{"type":49,"value":222},"Append ",{"type":43,"tag":94,"props":224,"children":226},{"className":225},[],[227],{"type":49,"value":228},"?",{"type":49,"value":230}," and the query string built from the rules below. URL-encode every value (spaces → ",{"type":43,"tag":94,"props":232,"children":234},{"className":233},[],[235],{"type":49,"value":236},"%20",{"type":49,"value":238},").\nInside a single value, encode commas; between distinct array items, a comma is the literal delimiter.",{"type":43,"tag":240,"props":241,"children":243},"h3",{"id":242},"_31-date-pagination",[244],{"type":49,"value":245},"3.1 Date & pagination",{"type":43,"tag":247,"props":248,"children":249},"table",{},[250,274],{"type":43,"tag":251,"props":252,"children":253},"thead",{},[254],{"type":43,"tag":255,"props":256,"children":257},"tr",{},[258,264,269],{"type":43,"tag":259,"props":260,"children":261},"th",{},[262],{"type":49,"value":263},"Param",{"type":43,"tag":259,"props":265,"children":266},{},[267],{"type":49,"value":268},"Format \u002F values",{"type":43,"tag":259,"props":270,"children":271},{},[272],{"type":49,"value":273},"Notes",{"type":43,"tag":275,"props":276,"children":277},"tbody",{},[278,305,329,446,475],{"type":43,"tag":255,"props":279,"children":280},{},[281,291,300],{"type":43,"tag":282,"props":283,"children":284},"td",{},[285],{"type":43,"tag":94,"props":286,"children":288},{"className":287},[],[289],{"type":49,"value":290},"fromDate",{"type":43,"tag":282,"props":292,"children":293},{},[294],{"type":43,"tag":94,"props":295,"children":297},{"className":296},[],[298],{"type":49,"value":299},"YYYY-MM-DD",{"type":43,"tag":282,"props":301,"children":302},{},[303],{"type":49,"value":304},"UTC date",{"type":43,"tag":255,"props":306,"children":307},{},[308,317,325],{"type":43,"tag":282,"props":309,"children":310},{},[311],{"type":43,"tag":94,"props":312,"children":314},{"className":313},[],[315],{"type":49,"value":316},"toDate",{"type":43,"tag":282,"props":318,"children":319},{},[320],{"type":43,"tag":94,"props":321,"children":323},{"className":322},[],[324],{"type":49,"value":299},{"type":43,"tag":282,"props":326,"children":327},{},[328],{"type":49,"value":304},{"type":43,"tag":255,"props":330,"children":331},{},[332,341,407],{"type":43,"tag":282,"props":333,"children":334},{},[335],{"type":43,"tag":94,"props":336,"children":338},{"className":337},[],[339],{"type":49,"value":340},"dateType",{"type":43,"tag":282,"props":342,"children":343},{},[344,350,352,358,359,365,366,372,373,379,380,386,387,393,394,400,401],{"type":43,"tag":94,"props":345,"children":347},{"className":346},[],[348],{"type":49,"value":349},"Month to date",{"type":49,"value":351},", ",{"type":43,"tag":94,"props":353,"children":355},{"className":354},[],[356],{"type":49,"value":357},"Year to date",{"type":49,"value":351},{"type":43,"tag":94,"props":360,"children":362},{"className":361},[],[363],{"type":49,"value":364},"Last 30 days",{"type":49,"value":351},{"type":43,"tag":94,"props":367,"children":369},{"className":368},[],[370],{"type":49,"value":371},"Last month",{"type":49,"value":351},{"type":43,"tag":94,"props":374,"children":376},{"className":375},[],[377],{"type":49,"value":378},"Before this month",{"type":49,"value":351},{"type":43,"tag":94,"props":381,"children":383},{"className":382},[],[384],{"type":49,"value":385},"Custom date",{"type":49,"value":351},{"type":43,"tag":94,"props":388,"children":390},{"className":389},[],[391],{"type":49,"value":392},"All time",{"type":49,"value":351},{"type":43,"tag":94,"props":395,"children":397},{"className":396},[],[398],{"type":49,"value":399},"Year",{"type":49,"value":351},{"type":43,"tag":94,"props":402,"children":404},{"className":403},[],[405],{"type":49,"value":406},"Quarters",{"type":43,"tag":282,"props":408,"children":409},{},[410,412,417,419,424,426,431,433,438,440,445],{"type":49,"value":411},"URL-encode spaces. ",{"type":43,"tag":58,"props":413,"children":414},{},[415],{"type":49,"value":416},"Omit",{"type":49,"value":418}," if ",{"type":43,"tag":94,"props":420,"children":422},{"className":421},[],[423],{"type":49,"value":364},{"type":49,"value":425}," (default). For an arbitrary ",{"type":43,"tag":94,"props":427,"children":429},{"className":428},[],[430],{"type":49,"value":290},{"type":49,"value":432},"\u002F",{"type":43,"tag":94,"props":434,"children":436},{"className":435},[],[437],{"type":49,"value":316},{"type":49,"value":439}," range, use ",{"type":43,"tag":94,"props":441,"children":443},{"className":442},[],[444],{"type":49,"value":385},{"type":49,"value":101},{"type":43,"tag":255,"props":447,"children":448},{},[449,458,463],{"type":43,"tag":282,"props":450,"children":451},{},[452],{"type":43,"tag":94,"props":453,"children":455},{"className":454},[],[456],{"type":49,"value":457},"page",{"type":43,"tag":282,"props":459,"children":460},{},[461],{"type":49,"value":462},"integer",{"type":43,"tag":282,"props":464,"children":465},{},[466,468,474],{"type":49,"value":467},"Omit if ",{"type":43,"tag":94,"props":469,"children":471},{"className":470},[],[472],{"type":49,"value":473},"1",{"type":49,"value":101},{"type":43,"tag":255,"props":476,"children":477},{},[478,487,491],{"type":43,"tag":282,"props":479,"children":480},{},[481],{"type":43,"tag":94,"props":482,"children":484},{"className":483},[],[485],{"type":49,"value":486},"pageSize",{"type":43,"tag":282,"props":488,"children":489},{},[490],{"type":49,"value":462},{"type":43,"tag":282,"props":492,"children":493},{},[494,495,501],{"type":49,"value":467},{"type":43,"tag":94,"props":496,"children":498},{"className":497},[],[499],{"type":49,"value":500},"20",{"type":49,"value":502}," (default).",{"type":43,"tag":52,"props":504,"children":505},{},[506,508,514,515,520,522,527],{"type":49,"value":507},"If ",{"type":43,"tag":94,"props":509,"children":511},{"className":510},[],[512],{"type":49,"value":513},"dateType=All%20time",{"type":49,"value":351},{"type":43,"tag":94,"props":516,"children":518},{"className":517},[],[519],{"type":49,"value":290},{"type":49,"value":521}," \u002F ",{"type":43,"tag":94,"props":523,"children":525},{"className":524},[],[526],{"type":49,"value":316},{"type":49,"value":528}," are ignored — do not include them.",{"type":43,"tag":240,"props":530,"children":532},{"id":531},"_32-multi-select-array-filters-comma-joined-ids",[533],{"type":49,"value":534},"3.2 Multi-select array filters (comma-joined IDs)",{"type":43,"tag":247,"props":536,"children":537},{},[538,553],{"type":43,"tag":251,"props":539,"children":540},{},[541],{"type":43,"tag":255,"props":542,"children":543},{},[544,548],{"type":43,"tag":259,"props":545,"children":546},{},[547],{"type":49,"value":263},{"type":43,"tag":259,"props":549,"children":550},{},[551],{"type":49,"value":552},"What goes in it",{"type":43,"tag":275,"props":554,"children":555},{},[556,573,598,615,632,649,688,705,742,759,798,829,846,863,880,904,921,964,994,1015,1053,1083],{"type":43,"tag":255,"props":557,"children":558},{},[559,568],{"type":43,"tag":282,"props":560,"children":561},{},[562],{"type":43,"tag":94,"props":563,"children":565},{"className":564},[],[566],{"type":49,"value":567},"internalAccounts",{"type":43,"tag":282,"props":569,"children":570},{},[571],{"type":49,"value":572},"numeric database ID of org-owned wallets",{"type":43,"tag":255,"props":574,"children":575},{},[576,585],{"type":43,"tag":282,"props":577,"children":578},{},[579],{"type":43,"tag":94,"props":580,"children":582},{"className":581},[],[583],{"type":49,"value":584},"tags",{"type":43,"tag":282,"props":586,"children":587},{},[588,590,596],{"type":49,"value":589},"wallet group IDs, or ",{"type":43,"tag":94,"props":591,"children":593},{"className":592},[],[594],{"type":49,"value":595},"no-label",{"type":49,"value":597}," for unlabeled",{"type":43,"tag":255,"props":599,"children":600},{},[601,610],{"type":43,"tag":282,"props":602,"children":603},{},[604],{"type":43,"tag":94,"props":605,"children":607},{"className":606},[],[608],{"type":49,"value":609},"thirdPartyAccounts",{"type":43,"tag":282,"props":611,"children":612},{},[613],{"type":49,"value":614},"raw address string of an external account (sender\u002Freceiver identifier on a sub-transaction — not necessarily a named contact in the system)",{"type":43,"tag":255,"props":616,"children":617},{},[618,627],{"type":43,"tag":282,"props":619,"children":620},{},[621],{"type":43,"tag":94,"props":622,"children":624},{"className":623},[],[625],{"type":49,"value":626},"customNameLabelTags",{"type":43,"tag":282,"props":628,"children":629},{},[630],{"type":49,"value":631},"contact group IDs",{"type":43,"tag":255,"props":633,"children":634},{},[635,644],{"type":43,"tag":282,"props":636,"children":637},{},[638],{"type":43,"tag":94,"props":639,"children":641},{"className":640},[],[642],{"type":49,"value":643},"addresses",{"type":43,"tag":282,"props":645,"children":646},{},[647],{"type":49,"value":648},"raw unidentified address strings",{"type":43,"tag":255,"props":650,"children":651},{},[652,661],{"type":43,"tag":282,"props":653,"children":654},{},[655],{"type":43,"tag":94,"props":656,"children":658},{"className":657},[],[659],{"type":49,"value":660},"assetClasses",{"type":43,"tag":282,"props":662,"children":663},{},[664,666,672,673,679,680,686],{"type":49,"value":665},"asset class enum IDs (e.g. ",{"type":43,"tag":94,"props":667,"children":669},{"className":668},[],[670],{"type":49,"value":671},"CRYPTO",{"type":49,"value":351},{"type":43,"tag":94,"props":674,"children":676},{"className":675},[],[677],{"type":49,"value":678},"FIAT",{"type":49,"value":351},{"type":43,"tag":94,"props":681,"children":683},{"className":682},[],[684],{"type":49,"value":685},"NFT",{"type":49,"value":687},")",{"type":43,"tag":255,"props":689,"children":690},{},[691,700],{"type":43,"tag":282,"props":692,"children":693},{},[694],{"type":43,"tag":94,"props":695,"children":697},{"className":696},[],[698],{"type":49,"value":699},"assets",{"type":43,"tag":282,"props":701,"children":702},{},[703],{"type":49,"value":704},"asset IDs",{"type":43,"tag":255,"props":706,"children":707},{},[708,717],{"type":43,"tag":282,"props":709,"children":710},{},[711],{"type":43,"tag":94,"props":712,"children":714},{"className":713},[],[715],{"type":49,"value":716},"activities",{"type":43,"tag":282,"props":718,"children":719},{},[720,722,728,729,735,737],{"type":49,"value":721},"tag IDs uppercase (e.g. ",{"type":43,"tag":94,"props":723,"children":725},{"className":724},[],[726],{"type":49,"value":727},"SPAM",{"type":49,"value":351},{"type":43,"tag":94,"props":730,"children":732},{"className":731},[],[733],{"type":49,"value":734},"STAKING",{"type":49,"value":736},"), or ",{"type":43,"tag":94,"props":738,"children":740},{"className":739},[],[741],{"type":49,"value":595},{"type":43,"tag":255,"props":743,"children":744},{},[745,754],{"type":43,"tag":282,"props":746,"children":747},{},[748],{"type":43,"tag":94,"props":749,"children":751},{"className":750},[],[752],{"type":49,"value":753},"automations",{"type":43,"tag":282,"props":755,"children":756},{},[757],{"type":49,"value":758},"automation IDs",{"type":43,"tag":255,"props":760,"children":761},{},[762,771],{"type":43,"tag":282,"props":763,"children":764},{},[765],{"type":43,"tag":94,"props":766,"children":768},{"className":767},[],[769],{"type":49,"value":770},"platforms",{"type":43,"tag":282,"props":772,"children":773},{},[774,776,781,783,789,790,796],{"type":49,"value":775},"platform names ",{"type":43,"tag":58,"props":777,"children":778},{},[779],{"type":49,"value":780},"lowercased",{"type":49,"value":782}," (e.g. ",{"type":43,"tag":94,"props":784,"children":786},{"className":785},[],[787],{"type":49,"value":788},"ethereum",{"type":49,"value":351},{"type":43,"tag":94,"props":791,"children":793},{"className":792},[],[794],{"type":49,"value":795},"bitcoin",{"type":49,"value":797}," — NOT the uppercase enum)",{"type":43,"tag":255,"props":799,"children":800},{},[801,810],{"type":43,"tag":282,"props":802,"children":803},{},[804],{"type":43,"tag":94,"props":805,"children":807},{"className":806},[],[808],{"type":49,"value":809},"actions",{"type":43,"tag":282,"props":811,"children":812},{},[813,815,821,822,828],{"type":49,"value":814},"financial action enum names (e.g. ",{"type":43,"tag":94,"props":816,"children":818},{"className":817},[],[819],{"type":49,"value":820},"SEND",{"type":49,"value":351},{"type":43,"tag":94,"props":823,"children":825},{"className":824},[],[826],{"type":49,"value":827},"RECEIVE",{"type":49,"value":687},{"type":43,"tag":255,"props":830,"children":831},{},[832,841],{"type":43,"tag":282,"props":833,"children":834},{},[835],{"type":43,"tag":94,"props":836,"children":838},{"className":837},[],[839],{"type":49,"value":840},"functions",{"type":43,"tag":282,"props":842,"children":843},{},[844],{"type":49,"value":845},"decoded function names",{"type":43,"tag":255,"props":847,"children":848},{},[849,858],{"type":43,"tag":282,"props":850,"children":851},{},[852],{"type":43,"tag":94,"props":853,"children":855},{"className":854},[],[856],{"type":49,"value":857},"applications",{"type":43,"tag":282,"props":859,"children":860},{},[861],{"type":49,"value":862},"application IDs",{"type":43,"tag":255,"props":864,"children":865},{},[866,875],{"type":43,"tag":282,"props":867,"children":868},{},[869],{"type":43,"tag":94,"props":870,"children":872},{"className":871},[],[873],{"type":49,"value":874},"protocols",{"type":43,"tag":282,"props":876,"children":877},{},[878],{"type":49,"value":879},"protocol IDs",{"type":43,"tag":255,"props":881,"children":882},{},[883,892],{"type":43,"tag":282,"props":884,"children":885},{},[886],{"type":43,"tag":94,"props":887,"children":889},{"className":888},[],[890],{"type":49,"value":891},"methodIds",{"type":43,"tag":282,"props":893,"children":894},{},[895,897,903],{"type":49,"value":896},"4-byte hex method IDs (",{"type":43,"tag":94,"props":898,"children":900},{"className":899},[],[901],{"type":49,"value":902},"0xa9059cbb",{"type":49,"value":687},{"type":43,"tag":255,"props":905,"children":906},{},[907,916],{"type":43,"tag":282,"props":908,"children":909},{},[910],{"type":43,"tag":94,"props":911,"children":913},{"className":912},[],[914],{"type":49,"value":915},"transactionHash",{"type":43,"tag":282,"props":917,"children":918},{},[919],{"type":49,"value":920},"tx hash(es)",{"type":43,"tag":255,"props":922,"children":923},{},[924,933],{"type":43,"tag":282,"props":925,"children":926},{},[927],{"type":43,"tag":94,"props":928,"children":930},{"className":929},[],[931],{"type":49,"value":932},"transactionView",{"type":43,"tag":282,"props":934,"children":935},{},[936,942,944,950,951,957,958],{"type":43,"tag":94,"props":937,"children":939},{"className":938},[],[940],{"type":49,"value":941},"readyPending",{"type":49,"value":943}," (default), ",{"type":43,"tag":94,"props":945,"children":947},{"className":946},[],[948],{"type":49,"value":949},"onlyReady",{"type":49,"value":351},{"type":43,"tag":94,"props":952,"children":954},{"className":953},[],[955],{"type":49,"value":956},"onlyPending",{"type":49,"value":351},{"type":43,"tag":94,"props":959,"children":961},{"className":960},[],[962],{"type":49,"value":963},"onlyDeleted",{"type":43,"tag":255,"props":965,"children":966},{},[967,976],{"type":43,"tag":282,"props":968,"children":969},{},[970],{"type":43,"tag":94,"props":971,"children":973},{"className":972},[],[974],{"type":49,"value":975},"transactionType",{"type":43,"tag":282,"props":977,"children":978},{},[979,981,987,988],{"type":49,"value":980},"any of ",{"type":43,"tag":94,"props":982,"children":984},{"className":983},[],[985],{"type":49,"value":986},"isManual",{"type":49,"value":351},{"type":43,"tag":94,"props":989,"children":991},{"className":990},[],[992],{"type":49,"value":993},"onlyPlug",{"type":43,"tag":255,"props":995,"children":996},{},[997,1006],{"type":43,"tag":282,"props":998,"children":999},{},[1000],{"type":43,"tag":94,"props":1001,"children":1003},{"className":1002},[],[1004],{"type":49,"value":1005},"filterByBookmark",{"type":43,"tag":282,"props":1007,"children":1008},{},[1009,1011],{"type":49,"value":1010},"bookmark types ",{"type":43,"tag":58,"props":1012,"children":1013},{},[1014],{"type":49,"value":780},{"type":43,"tag":255,"props":1016,"children":1017},{},[1018,1027],{"type":43,"tag":282,"props":1019,"children":1020},{},[1021],{"type":43,"tag":94,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":49,"value":1026},"missingCounterMatchedTransfers",{"type":43,"tag":282,"props":1028,"children":1029},{},[1030,1036,1037,1043,1045,1051],{"type":43,"tag":94,"props":1031,"children":1033},{"className":1032},[],[1034],{"type":49,"value":1035},"all",{"type":49,"value":943},{"type":43,"tag":94,"props":1038,"children":1040},{"className":1039},[],[1041],{"type":49,"value":1042},"false",{"type":49,"value":1044}," (has counter transfer), ",{"type":43,"tag":94,"props":1046,"children":1048},{"className":1047},[],[1049],{"type":49,"value":1050},"true",{"type":49,"value":1052}," (no counter transfer)",{"type":43,"tag":255,"props":1054,"children":1055},{},[1056,1065],{"type":43,"tag":282,"props":1057,"children":1058},{},[1059],{"type":43,"tag":94,"props":1060,"children":1062},{"className":1061},[],[1063],{"type":49,"value":1064},"balanceFactor",{"type":43,"tag":282,"props":1066,"children":1067},{},[1068,1073,1075,1081],{"type":43,"tag":94,"props":1069,"children":1071},{"className":1070},[],[1072],{"type":49,"value":473},{"type":49,"value":1074}," (Inflow), ",{"type":43,"tag":94,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":49,"value":1080},"-1",{"type":49,"value":1082}," (Outflow). Typically a single value.",{"type":43,"tag":255,"props":1084,"children":1085},{},[1086,1095],{"type":43,"tag":282,"props":1087,"children":1088},{},[1089],{"type":43,"tag":94,"props":1090,"children":1092},{"className":1091},[],[1093],{"type":49,"value":1094},"amountAsset",{"type":43,"tag":282,"props":1096,"children":1097},{},[1098,1100,1106],{"type":49,"value":1099},"single asset ID (pair with ",{"type":43,"tag":94,"props":1101,"children":1103},{"className":1102},[],[1104],{"type":49,"value":1105},"amountBetween",{"type":49,"value":687},{"type":43,"tag":52,"props":1108,"children":1109},{},[1110,1112,1118,1120,1125],{"type":49,"value":1111},"If you do not know the exact ID for a multi-select value, query the BFF via the ",{"type":43,"tag":94,"props":1113,"children":1115},{"className":1114},[],[1116],{"type":49,"value":1117},"execute",{"type":49,"value":1119}," MCP tool\nfirst to look it up. Do ",{"type":43,"tag":58,"props":1121,"children":1122},{},[1123],{"type":49,"value":1124},"not",{"type":49,"value":1126}," guess.",{"type":43,"tag":240,"props":1128,"children":1130},{"id":1129},"_33-range-filter",[1131],{"type":49,"value":1132},"3.3 Range filter",{"type":43,"tag":247,"props":1134,"children":1135},{},[1136,1155],{"type":43,"tag":251,"props":1137,"children":1138},{},[1139],{"type":43,"tag":255,"props":1140,"children":1141},{},[1142,1146,1151],{"type":43,"tag":259,"props":1143,"children":1144},{},[1145],{"type":49,"value":263},{"type":43,"tag":259,"props":1147,"children":1148},{},[1149],{"type":49,"value":1150},"Format",{"type":43,"tag":259,"props":1152,"children":1153},{},[1154],{"type":49,"value":273},{"type":43,"tag":275,"props":1156,"children":1157},{},[1158],{"type":43,"tag":255,"props":1159,"children":1160},{},[1161,1169,1178],{"type":43,"tag":282,"props":1162,"children":1163},{},[1164],{"type":43,"tag":94,"props":1165,"children":1167},{"className":1166},[],[1168],{"type":49,"value":1105},{"type":43,"tag":282,"props":1170,"children":1171},{},[1172],{"type":43,"tag":94,"props":1173,"children":1175},{"className":1174},[],[1176],{"type":49,"value":1177},"\u003Cmin>,\u003Cmax>",{"type":43,"tag":282,"props":1179,"children":1180},{},[1181,1183,1189,1191,1197,1199,1205],{"type":49,"value":1182},"Either side may be empty: ",{"type":43,"tag":94,"props":1184,"children":1186},{"className":1185},[],[1187],{"type":49,"value":1188},"100,500",{"type":49,"value":1190}," (range), ",{"type":43,"tag":94,"props":1192,"children":1194},{"className":1193},[],[1195],{"type":49,"value":1196},"100,",{"type":49,"value":1198}," (≥100), ",{"type":43,"tag":94,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":49,"value":1204},",500",{"type":49,"value":1206}," (≤500). The single comma is required.",{"type":43,"tag":240,"props":1208,"children":1210},{"id":1209},"_34-boolean-filters-include-only-when-true",[1211,1213,1218],{"type":49,"value":1212},"3.4 Boolean filters (include only when ",{"type":43,"tag":94,"props":1214,"children":1216},{"className":1215},[],[1217],{"type":49,"value":1050},{"type":49,"value":687},{"type":43,"tag":52,"props":1220,"children":1221},{},[1222,1228,1229,1235,1236,1242,1243,1249,1250,1256,1258,1264,1265],{"type":43,"tag":94,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":49,"value":1227},"showSpam",{"type":49,"value":351},{"type":43,"tag":94,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":49,"value":1234},"missingFiat",{"type":49,"value":351},{"type":43,"tag":94,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":49,"value":1241},"failedTransactions",{"type":49,"value":351},{"type":43,"tag":94,"props":1244,"children":1246},{"className":1245},[],[1247],{"type":49,"value":1248},"nonTaxableType",{"type":49,"value":351},{"type":43,"tag":94,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":49,"value":1255},"missingCostBasis",{"type":49,"value":1257},",\n",{"type":43,"tag":94,"props":1259,"children":1261},{"className":1260},[],[1262],{"type":49,"value":1263},"internalTransactions",{"type":49,"value":351},{"type":43,"tag":94,"props":1266,"children":1268},{"className":1267},[],[1269],{"type":49,"value":1270},"ignoreFee",{"type":43,"tag":52,"props":1272,"children":1273},{},[1274,1276,1282,1284,1290,1292,1297],{"type":49,"value":1275},"Example: ",{"type":43,"tag":94,"props":1277,"children":1279},{"className":1278},[],[1280],{"type":49,"value":1281},"?showSpam=true&missingFiat=true",{"type":49,"value":1283},". Never emit ",{"type":43,"tag":94,"props":1285,"children":1287},{"className":1286},[],[1288],{"type":49,"value":1289},"=false",{"type":49,"value":1291}," — ",{"type":43,"tag":94,"props":1293,"children":1295},{"className":1294},[],[1296],{"type":49,"value":1042},{"type":49,"value":1298}," is the default.",{"type":43,"tag":240,"props":1300,"children":1302},{"id":1301},"_35-notes-radio-with-input",[1303],{"type":49,"value":1304},"3.5 Notes \u002F radio-with-input",{"type":43,"tag":247,"props":1306,"children":1307},{},[1308,1323],{"type":43,"tag":251,"props":1309,"children":1310},{},[1311],{"type":43,"tag":255,"props":1312,"children":1313},{},[1314,1318],{"type":43,"tag":259,"props":1315,"children":1316},{},[1317],{"type":49,"value":263},{"type":43,"tag":259,"props":1319,"children":1320},{},[1321],{"type":49,"value":1322},"Values",{"type":43,"tag":275,"props":1324,"children":1325},{},[1326],{"type":43,"tag":255,"props":1327,"children":1328},{},[1329,1338],{"type":43,"tag":282,"props":1330,"children":1331},{},[1332],{"type":43,"tag":94,"props":1333,"children":1335},{"className":1334},[],[1336],{"type":49,"value":1337},"commentContains",{"type":43,"tag":282,"props":1339,"children":1340},{},[1341,1346,1348,1353,1355,1361],{"type":43,"tag":94,"props":1342,"children":1344},{"className":1343},[],[1345],{"type":49,"value":473},{"type":49,"value":1347}," = has notes, ",{"type":43,"tag":94,"props":1349,"children":1351},{"className":1350},[],[1352],{"type":49,"value":1080},{"type":49,"value":1354}," = no notes, ",{"type":43,"tag":94,"props":1356,"children":1358},{"className":1357},[],[1359],{"type":49,"value":1360},"0",{"type":49,"value":1362}," = show all (omit), or any text string to search note content",{"type":43,"tag":240,"props":1364,"children":1366},{"id":1365},"_36-other-singles",[1367],{"type":49,"value":1368},"3.6 Other singles",{"type":43,"tag":247,"props":1370,"children":1371},{},[1372,1386],{"type":43,"tag":251,"props":1373,"children":1374},{},[1375],{"type":43,"tag":255,"props":1376,"children":1377},{},[1378,1382],{"type":43,"tag":259,"props":1379,"children":1380},{},[1381],{"type":49,"value":263},{"type":43,"tag":259,"props":1383,"children":1384},{},[1385],{"type":49,"value":1150},{"type":43,"tag":275,"props":1387,"children":1388},{},[1389,1406,1423],{"type":43,"tag":255,"props":1390,"children":1391},{},[1392,1401],{"type":43,"tag":282,"props":1393,"children":1394},{},[1395],{"type":43,"tag":94,"props":1396,"children":1398},{"className":1397},[],[1399],{"type":49,"value":1400},"savedFilters",{"type":43,"tag":282,"props":1402,"children":1403},{},[1404],{"type":49,"value":1405},"saved-filter ID (single value)",{"type":43,"tag":255,"props":1407,"children":1408},{},[1409,1418],{"type":43,"tag":282,"props":1410,"children":1411},{},[1412],{"type":43,"tag":94,"props":1413,"children":1415},{"className":1414},[],[1416],{"type":49,"value":1417},"description",{"type":43,"tag":282,"props":1419,"children":1420},{},[1421],{"type":49,"value":1422},"single string",{"type":43,"tag":255,"props":1424,"children":1425},{},[1426,1435],{"type":43,"tag":282,"props":1427,"children":1428},{},[1429],{"type":43,"tag":94,"props":1430,"children":1432},{"className":1431},[],[1433],{"type":49,"value":1434},"globalSearch",{"type":43,"tag":282,"props":1436,"children":1437},{},[1438],{"type":49,"value":1422},{"type":43,"tag":78,"props":1440,"children":1441},{},[],{"type":43,"tag":82,"props":1443,"children":1445},{"id":1444},"step-4-validate-before-sending",[1446],{"type":49,"value":1447},"Step 4 — Validate before sending",{"type":43,"tag":52,"props":1449,"children":1450},{},[1451],{"type":49,"value":1452},"Walk the URL through this checklist. If any rule fails, fix it before handing it over.",{"type":43,"tag":1454,"props":1455,"children":1456},"ol",{},[1457,1477,1523,1535,1563,1621,1631,1657,1668,1687],{"type":43,"tag":1458,"props":1459,"children":1460},"li",{},[1461,1463,1468,1470,1476],{"type":49,"value":1462},"Path is exactly ",{"type":43,"tag":94,"props":1464,"children":1466},{"className":1465},[],[1467],{"type":49,"value":215},{"type":49,"value":1469},". No tab suffix, no ",{"type":43,"tag":94,"props":1471,"children":1473},{"className":1472},[],[1474],{"type":49,"value":1475},"?id=...",{"type":49,"value":101},{"type":43,"tag":1458,"props":1478,"children":1479},{},[1480,1485,1486,1491,1493,1499,1501,1506,1508,1514,1516,1522],{"type":43,"tag":94,"props":1481,"children":1483},{"className":1482},[],[1484],{"type":49,"value":290},{"type":49,"value":521},{"type":43,"tag":94,"props":1487,"children":1489},{"className":1488},[],[1490],{"type":49,"value":316},{"type":49,"value":1492}," paired with ",{"type":43,"tag":94,"props":1494,"children":1496},{"className":1495},[],[1497],{"type":49,"value":1498},"dateType=Custom%20date",{"type":49,"value":1500}," (or ",{"type":43,"tag":94,"props":1502,"children":1504},{"className":1503},[],[1505],{"type":49,"value":340},{"type":49,"value":1507}," omitted), never with\n",{"type":43,"tag":94,"props":1509,"children":1511},{"className":1510},[],[1512],{"type":49,"value":1513},"Last%2030%20days",{"type":49,"value":1515}," or ",{"type":43,"tag":94,"props":1517,"children":1519},{"className":1518},[],[1520],{"type":49,"value":1521},"All%20time",{"type":49,"value":101},{"type":43,"tag":1458,"props":1524,"children":1525},{},[1526,1528,1533],{"type":49,"value":1527},"No ",{"type":43,"tag":94,"props":1529,"children":1531},{"className":1530},[],[1532],{"type":49,"value":1289},{"type":49,"value":1534}," on any boolean.",{"type":43,"tag":1458,"props":1536,"children":1537},{},[1538,1540,1545,1547,1553,1555,1561],{"type":49,"value":1539},"Multi-select values are ",{"type":43,"tag":58,"props":1541,"children":1542},{},[1543],{"type":49,"value":1544},"comma-joined",{"type":49,"value":1546},", never repeated keys (",{"type":43,"tag":94,"props":1548,"children":1550},{"className":1549},[],[1551],{"type":49,"value":1552},"?platforms=ethereum,bsc",{"type":49,"value":1554},", never\n",{"type":43,"tag":94,"props":1556,"children":1558},{"className":1557},[],[1559],{"type":49,"value":1560},"?platforms=ethereum&platforms=bsc",{"type":49,"value":1562},").",{"type":43,"tag":1458,"props":1564,"children":1565},{},[1566,1571,1573,1577,1579,1584,1586,1592,1594,1599,1600,1606,1608,1613,1614,1620],{"type":43,"tag":94,"props":1567,"children":1569},{"className":1568},[],[1570],{"type":49,"value":770},{"type":49,"value":1572}," values are ",{"type":43,"tag":58,"props":1574,"children":1575},{},[1576],{"type":49,"value":780},{"type":49,"value":1578}," (",{"type":43,"tag":94,"props":1580,"children":1582},{"className":1581},[],[1583],{"type":49,"value":788},{"type":49,"value":1585},", not ",{"type":43,"tag":94,"props":1587,"children":1589},{"className":1588},[],[1590],{"type":49,"value":1591},"ETHEREUM",{"type":49,"value":1593},"). All other enum IDs match the\nschema (",{"type":43,"tag":94,"props":1595,"children":1597},{"className":1596},[],[1598],{"type":49,"value":727},{"type":49,"value":1585},{"type":43,"tag":94,"props":1601,"children":1603},{"className":1602},[],[1604],{"type":49,"value":1605},"Spam",{"type":49,"value":1607},"; ",{"type":43,"tag":94,"props":1609,"children":1611},{"className":1610},[],[1612],{"type":49,"value":671},{"type":49,"value":1585},{"type":43,"tag":94,"props":1615,"children":1617},{"className":1616},[],[1618],{"type":49,"value":1619},"crypto",{"type":49,"value":1562},{"type":43,"tag":1458,"props":1622,"children":1623},{},[1624,1629],{"type":43,"tag":94,"props":1625,"children":1627},{"className":1626},[],[1628],{"type":49,"value":1105},{"type":49,"value":1630}," always has exactly one comma, even when one side is open.",{"type":43,"tag":1458,"props":1632,"children":1633},{},[1634,1635,1640,1642,1647,1649,1655],{"type":49,"value":507},{"type":43,"tag":94,"props":1636,"children":1638},{"className":1637},[],[1639],{"type":49,"value":716},{"type":49,"value":1641}," includes ",{"type":43,"tag":94,"props":1643,"children":1645},{"className":1644},[],[1646],{"type":49,"value":727},{"type":49,"value":1648},", also set ",{"type":43,"tag":94,"props":1650,"children":1652},{"className":1651},[],[1653],{"type":49,"value":1654},"showSpam=true",{"type":49,"value":1656}," so the link is self-contained.",{"type":43,"tag":1458,"props":1658,"children":1659},{},[1660,1661,1666],{"type":49,"value":507},{"type":43,"tag":94,"props":1662,"children":1664},{"className":1663},[],[1665],{"type":49,"value":915},{"type":49,"value":1667}," is set, the dashboard ignores any date filter — warn the user when you also\nsee a date in their request.",{"type":43,"tag":1458,"props":1669,"children":1670},{},[1671,1673,1678,1680,1686],{"type":49,"value":1672},"Spaces are URL-encoded (",{"type":43,"tag":94,"props":1674,"children":1676},{"className":1675},[],[1677],{"type":49,"value":385},{"type":49,"value":1679}," → ",{"type":43,"tag":94,"props":1681,"children":1683},{"className":1682},[],[1684],{"type":49,"value":1685},"Custom%20date",{"type":49,"value":1562},{"type":43,"tag":1458,"props":1688,"children":1689},{},[1690],{"type":49,"value":1691},"Only filters the user asked for are included.",{"type":43,"tag":78,"props":1693,"children":1694},{},[],{"type":43,"tag":82,"props":1696,"children":1698},{"id":1697},"step-5-hand-it-over",[1699],{"type":49,"value":1700},"Step 5 — Hand it over",{"type":43,"tag":52,"props":1702,"children":1703},{},[1704],{"type":49,"value":1705},"Send the URL on its own line so it is easy to copy. Briefly state which filters are encoded (and which\nsubdomain you used) so the user can sanity-check before forwarding to the customer.",{"type":43,"tag":52,"props":1707,"children":1708},{},[1709],{"type":49,"value":1710},"Example handoff:",{"type":43,"tag":1712,"props":1713,"children":1714},"blockquote",{},[1715,1728],{"type":43,"tag":52,"props":1716,"children":1717},{},[1718,1720,1726],{"type":49,"value":1719},"Built for org ",{"type":43,"tag":94,"props":1721,"children":1723},{"className":1722},[],[1724],{"type":49,"value":1725},"\u003Csubdomain>",{"type":49,"value":1727},": filters are platform=ethereum, activities=SPAM, fromDate\u002FtoDate Apr\n2026 (Custom date), showSpam=true.",{"type":43,"tag":52,"props":1729,"children":1730},{},[1731,1733],{"type":49,"value":1732},"https:\u002F\u002F",{"type":43,"tag":1734,"props":1735,"children":1736},"subdomain",{},[1737],{"type":49,"value":1738},".tres.finance\u002Fledger?fromDate=2026-04-01&toDate=2026-04-30&dateType=Custom%20date&platforms=ethereum&activities=SPAM&showSpam=true",{"type":43,"tag":78,"props":1740,"children":1741},{},[],{"type":43,"tag":82,"props":1743,"children":1745},{"id":1744},"worked-examples",[1746],{"type":49,"value":1747},"Worked examples",{"type":43,"tag":52,"props":1749,"children":1750},{},[1751],{"type":43,"tag":58,"props":1752,"children":1753},{},[1754],{"type":49,"value":1755},"Last month's Ethereum SPAM transactions:",{"type":43,"tag":137,"props":1757,"children":1760},{"className":1758,"code":1759,"language":49},[198],"https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?fromDate=2026-04-01&toDate=2026-04-30&dateType=Custom%20date&platforms=ethereum&activities=SPAM&showSpam=true\n",[1761],{"type":43,"tag":94,"props":1762,"children":1763},{"__ignoreMap":142},[1764],{"type":49,"value":1759},{"type":43,"tag":52,"props":1766,"children":1767},{},[1768],{"type":43,"tag":58,"props":1769,"children":1770},{},[1771],{"type":49,"value":1772},"All-time view of two specific wallets:",{"type":43,"tag":137,"props":1774,"children":1777},{"className":1775,"code":1776,"language":49},[198],"https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?dateType=All%20time&internalAccounts=12345,67890\n",[1778],{"type":43,"tag":94,"props":1779,"children":1780},{"__ignoreMap":142},[1781],{"type":49,"value":1776},{"type":43,"tag":52,"props":1783,"children":1784},{},[1785],{"type":43,"tag":58,"props":1786,"children":1787},{},[1788],{"type":49,"value":1789},"USD-only large transfers ≥ 50k:",{"type":43,"tag":137,"props":1791,"children":1794},{"className":1792,"code":1793,"language":49},[198],"https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?assetClasses=FIAT&amountBetween=50000,&amountAsset=USD\n",[1795],{"type":43,"tag":94,"props":1796,"children":1797},{"__ignoreMap":142},[1798],{"type":49,"value":1793},{"type":43,"tag":52,"props":1800,"children":1801},{},[1802],{"type":43,"tag":58,"props":1803,"children":1804},{},[1805],{"type":49,"value":1806},"Failed transactions missing fiat in Q1 2026:",{"type":43,"tag":137,"props":1808,"children":1811},{"className":1809,"code":1810,"language":49},[198],"https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?fromDate=2026-01-01&toDate=2026-03-31&dateType=Custom%20date&failedTransactions=true&missingFiat=true\n",[1812],{"type":43,"tag":94,"props":1813,"children":1814},{"__ignoreMap":142},[1815],{"type":49,"value":1810},{"type":43,"tag":52,"props":1817,"children":1818},{},[1819],{"type":43,"tag":58,"props":1820,"children":1821},{},[1822],{"type":49,"value":1823},"A specific saved filter:",{"type":43,"tag":137,"props":1825,"children":1828},{"className":1826,"code":1827,"language":49},[198],"https:\u002F\u002F\u003Csubdomain>.tres.finance\u002Fledger?savedFilters=12345\n",[1829],{"type":43,"tag":94,"props":1830,"children":1831},{"__ignoreMap":142},[1832],{"type":49,"value":1827},{"type":43,"tag":78,"props":1834,"children":1835},{},[],{"type":43,"tag":82,"props":1837,"children":1839},{"id":1838},"rules",[1840],{"type":49,"value":1841},"Rules",{"type":43,"tag":1843,"props":1844,"children":1845},"ul",{},[1846,1869,1879,1894,1911,1921,1931],{"type":43,"tag":1458,"props":1847,"children":1848},{},[1849,1854,1856,1861,1863,1868],{"type":43,"tag":58,"props":1850,"children":1851},{},[1852],{"type":49,"value":1853},"This skill is for general, ad-hoc filtered views",{"type":49,"value":1855}," the user describes in plain English. To pin a\nsingle just-created transaction so a pending\u002Fbackdated row shows immediately, set ",{"type":43,"tag":94,"props":1857,"children":1859},{"className":1858},[],[1860],{"type":49,"value":915},{"type":49,"value":1862},"\nwith ",{"type":43,"tag":94,"props":1864,"children":1866},{"className":1865},[],[1867],{"type":49,"value":513},{"type":49,"value":101},{"type":43,"tag":1458,"props":1870,"children":1871},{},[1872,1877],{"type":43,"tag":58,"props":1873,"children":1874},{},[1875],{"type":49,"value":1876},"Never hand-craft a ledger URL outside this skill",{"type":49,"value":1878}," — use it whenever the user asks for a ledger \u002F\ndashboard \u002F filter link.",{"type":43,"tag":1458,"props":1880,"children":1881},{},[1882,1892],{"type":43,"tag":58,"props":1883,"children":1884},{},[1885,1887],{"type":49,"value":1886},"Never include ",{"type":43,"tag":94,"props":1888,"children":1890},{"className":1889},[],[1891],{"type":49,"value":1289},{"type":49,"value":1893}," on a boolean filter.",{"type":43,"tag":1458,"props":1895,"children":1896},{},[1897,1902,1903,1909],{"type":43,"tag":58,"props":1898,"children":1899},{},[1900],{"type":49,"value":1901},"Never repeat a key",{"type":49,"value":1578},{"type":43,"tag":94,"props":1904,"children":1906},{"className":1905},[],[1907],{"type":49,"value":1908},"?x=a&x=b",{"type":49,"value":1910},") — comma-join into one value.",{"type":43,"tag":1458,"props":1912,"children":1913},{},[1914,1919],{"type":43,"tag":58,"props":1915,"children":1916},{},[1917],{"type":49,"value":1918},"Never use display names",{"type":49,"value":1920}," where the dashboard expects enum IDs.",{"type":43,"tag":1458,"props":1922,"children":1923},{},[1924,1929],{"type":43,"tag":58,"props":1925,"children":1926},{},[1927],{"type":49,"value":1928},"Always validate",{"type":49,"value":1930}," against the Step 4 checklist before responding.",{"type":43,"tag":1458,"props":1932,"children":1933},{},[1934,1939],{"type":43,"tag":58,"props":1935,"children":1936},{},[1937],{"type":49,"value":1938},"Always state",{"type":49,"value":1940}," the subdomain and filters used in your handoff message.",{"type":43,"tag":1942,"props":1943,"children":1944},"style",{},[1945],{"type":49,"value":1946},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1948,"total":2135},[1949,1970,1984,1996,2015,2028,2049,2069,2083,2098,2106,2119],{"slug":1950,"name":1950,"fn":1951,"description":1952,"org":1953,"tags":1954,"stars":1967,"repoUrl":1968,"updatedAt":1969},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1955,1958,1961,1964],{"name":1956,"slug":1957,"type":16},"Creative","creative",{"name":1959,"slug":1960,"type":16},"Design","design",{"name":1962,"slug":1963,"type":16},"Generative Art","generative-art",{"name":1965,"slug":1966,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1971,"name":1971,"fn":1972,"description":1973,"org":1974,"tags":1975,"stars":1967,"repoUrl":1968,"updatedAt":1983},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1976,1979,1980],{"name":1977,"slug":1978,"type":16},"Branding","branding",{"name":1959,"slug":1960,"type":16},{"name":1981,"slug":1982,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1985,"name":1985,"fn":1986,"description":1987,"org":1988,"tags":1989,"stars":1967,"repoUrl":1968,"updatedAt":1995},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1990,1991,1992],{"name":1956,"slug":1957,"type":16},{"name":1959,"slug":1960,"type":16},{"name":1993,"slug":1994,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1997,"name":1997,"fn":1998,"description":1999,"org":2000,"tags":2001,"stars":1967,"repoUrl":1968,"updatedAt":2014},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2002,2005,2006,2009,2011],{"name":2003,"slug":2004,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":2007,"slug":2008,"type":16},"Anthropic SDK","anthropic-sdk",{"name":2010,"slug":1997,"type":16},"Claude API",{"name":2012,"slug":2013,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":2016,"name":2016,"fn":2017,"description":2018,"org":2019,"tags":2020,"stars":1967,"repoUrl":1968,"updatedAt":2027},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2021,2024],{"name":2022,"slug":2023,"type":16},"Documentation","documentation",{"name":2025,"slug":2026,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":2029,"name":2029,"fn":2030,"description":2031,"org":2032,"tags":2033,"stars":1967,"repoUrl":1968,"updatedAt":2048},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2034,2037,2039,2042,2045],{"name":2035,"slug":2036,"type":16},"Documents","documents",{"name":2038,"slug":2029,"type":16},"DOCX",{"name":2040,"slug":2041,"type":16},"Office","office",{"name":2043,"slug":2044,"type":16},"Templates","templates",{"name":2046,"slug":2047,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":2050,"name":2050,"fn":2051,"description":2052,"org":2053,"tags":2054,"stars":1967,"repoUrl":1968,"updatedAt":2068},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2055,2056,2059,2062,2065],{"name":1959,"slug":1960,"type":16},{"name":2057,"slug":2058,"type":16},"Frontend","frontend",{"name":2060,"slug":2061,"type":16},"React","react",{"name":2063,"slug":2064,"type":16},"Tailwind CSS","tailwind-css",{"name":2066,"slug":2067,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":2070,"name":2070,"fn":2071,"description":2072,"org":2073,"tags":2074,"stars":1967,"repoUrl":1968,"updatedAt":2082},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2075,2078,2079],{"name":2076,"slug":2077,"type":16},"Communications","communications",{"name":2043,"slug":2044,"type":16},{"name":2080,"slug":2081,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":2084,"name":2084,"fn":2085,"description":2086,"org":2087,"tags":2088,"stars":1967,"repoUrl":1968,"updatedAt":2097},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2089,2090,2093,2094],{"name":2003,"slug":2004,"type":16},{"name":2091,"slug":2092,"type":16},"API Development","api-development",{"name":2012,"slug":2013,"type":16},{"name":2095,"slug":2096,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1994,"name":1994,"fn":2099,"description":2100,"org":2101,"tags":2102,"stars":1967,"repoUrl":1968,"updatedAt":2105},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2103,2104],{"name":2035,"slug":2036,"type":16},{"name":1993,"slug":1994,"type":16},"2026-04-06T17:56:02.483316",{"slug":2107,"name":2107,"fn":2108,"description":2109,"org":2110,"tags":2111,"stars":1967,"repoUrl":1968,"updatedAt":2118},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2112,2115],{"name":2113,"slug":2114,"type":16},"PowerPoint","powerpoint",{"name":2116,"slug":2117,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":2120,"name":2120,"fn":2121,"description":2122,"org":2123,"tags":2124,"stars":1967,"repoUrl":1968,"updatedAt":2134},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2125,2126,2127,2130,2133],{"name":2003,"slug":2004,"type":16},{"name":2022,"slug":2023,"type":16},{"name":2128,"slug":2129,"type":16},"Evals","evals",{"name":2131,"slug":2132,"type":16},"Performance","performance",{"name":2025,"slug":2026,"type":16},"2026-04-19T06:45:40.804",490,{"items":2137,"total":2235},[2138,2155,2174,2188,2200,2210,2222],{"slug":2139,"name":2139,"fn":2140,"description":2141,"org":2142,"tags":2143,"stars":26,"repoUrl":27,"updatedAt":2154},"quickdesign","generate AI media assets","Use the `quickdesign` CLI to generate AI media — UGC promo videos, image edits, product creatives, video upscales — through Seedance, Kling, Sora2, Nano Banana, and GPT Image. Invoke this skill whenever the user asks for a talking-avatar video, multi-segment ad \u002F promo \u002F explainer, image edit (object swap, angle change, state change), product photoshoot, or video upscale via QuickDesign.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2144,2145,2148,2151],{"name":1956,"slug":1957,"type":16},{"name":2146,"slug":2147,"type":16},"Image Generation","image-generation",{"name":2149,"slug":2150,"type":16},"Marketing","marketing",{"name":2152,"slug":2153,"type":16},"Video","video","2026-07-01T08:09:32.316182",{"slug":2156,"name":2156,"fn":2157,"description":2158,"org":2159,"tags":2160,"stars":26,"repoUrl":27,"updatedAt":2173},"testdino-audit","audit Playwright test code","Use only when the user explicitly asks for a TestDino audit of Playwright automated test code. Routes through the audit tools the TestDino MCP server exposes (get_audit_report + submit_audit_report, or the legacy test_audit). For generic code review or non-Playwright targets, do a normal review instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2161,2164,2167,2170],{"name":2162,"slug":2163,"type":16},"Audit","audit",{"name":2165,"slug":2166,"type":16},"Code Analysis","code-analysis",{"name":2168,"slug":2169,"type":16},"Playwright","playwright",{"name":2171,"slug":2172,"type":16},"Testing","testing","2026-07-02T07:37:17.341081",{"slug":2175,"name":2175,"fn":2176,"description":2177,"org":2178,"tags":2179,"stars":26,"repoUrl":27,"updatedAt":2187},"testdino-health","manage TestDino connection status","Use when the user wants to check TestDino connection status, validate their PAT, discover available organizations and projects, or find the right projectId. Always call this first when the project context is ambiguous before any other TestDino tool.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2180,2183,2186],{"name":2181,"slug":2182,"type":16},"Monitoring","monitoring",{"name":2184,"slug":2185,"type":16},"QA","qa",{"name":2171,"slug":2172,"type":16},"2026-07-02T07:37:18.566504",{"slug":2189,"name":2189,"fn":2190,"description":2191,"org":2192,"tags":2193,"stars":26,"repoUrl":27,"updatedAt":2199},"testdino-manual-runs","manage manual QA execution runs in TestDino","Use when the user wants to manage a manual execution run or update case-level results inside a run — listing runs, creating runs for a release, inspecting a run, assigning cases, or marking case results (passed\u002Ffailed\u002Fblocked\u002Fskipped\u002Fretest\u002Funtested). Accepts counter-style IDs like RUN-12 and TC-156.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2194,2197,2198],{"name":2195,"slug":2196,"type":16},"Operations","operations",{"name":2184,"slug":2185,"type":16},{"name":2171,"slug":2172,"type":16},"2026-07-02T07:37:23.446065",{"slug":2201,"name":2201,"fn":2202,"description":2203,"org":2204,"tags":2205,"stars":26,"repoUrl":27,"updatedAt":2209},"testdino-manual-tests","manage manual QA test cases in TestDino","Use when the user wants to create, update, or browse manual QA test cases and suites in TestDino — not execution runs. Covers list_manual_test_suites, list_manual_test_cases, get_manual_test_case, create_manual_test_case, update_manual_test_case, create_manual_test_suite.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2206,2207,2208],{"name":2022,"slug":2023,"type":16},{"name":2184,"slug":2185,"type":16},{"name":2171,"slug":2172,"type":16},"2026-07-02T07:37:22.247052",{"slug":2211,"name":2211,"fn":2212,"description":2213,"org":2214,"tags":2215,"stars":26,"repoUrl":27,"updatedAt":2221},"testdino-releases","manage TestDino releases and milestones","Use when the user wants to browse, inspect, create, or update releases\u002Fmilestones in a TestDino project. Covers list_releases, get_release, create_release, and update_release. Accepts counter-style IDs like MS-12.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2216,2219,2220],{"name":2217,"slug":2218,"type":16},"Project Management","project-management",{"name":2184,"slug":2185,"type":16},{"name":2171,"slug":2172,"type":16},"2026-07-02T07:37:19.793846",{"slug":2223,"name":2223,"fn":2224,"description":2225,"org":2226,"tags":2227,"stars":26,"repoUrl":27,"updatedAt":2234},"testdino-runs","inspect automated test runs","Use when the user wants to inspect automated test runs, list failed or flaky tests, debug a failing testcase with historical context, or filter runs by branch, commit, author, environment, browser, status, or tags. Includes list_testruns, get_run_details, list_testcase, get_testcase_details, and debug_testcase.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2228,2231,2232,2233],{"name":2229,"slug":2230,"type":16},"Debugging","debugging",{"name":2168,"slug":2169,"type":16},{"name":2184,"slug":2185,"type":16},{"name":2171,"slug":2172,"type":16},"2026-07-02T07:37:16.07175",30]