Skip to content

[docs-agent] Weekly skills update 2026-08-26 - #46

Merged
SahilAujla merged 2 commits into
mainfrom
skills/weekly-update-2026-08-26
Aug 26, 2026
Merged

SahilAujla merged 2 commits into
mainfrom
skills/weekly-update-2026-08-26

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Weekly sync from merged docs changes 2026-08-19..2026-08-26.

Docs PRs covered (material)

Skills files updated

  • skills/alchemy-api/references/solana-rpc.md — new *ByOwnerAtSlot subsection under Account Archive covering getTokenAccountsByOwnerAtSlot and getBalanceByOwnerAtSlot. The former was flagged material in the 2026-07-15 heartbeat but was never landed on main via the pre-[docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44 pileup, so it's caught up here.
  • skills/alchemy-api/references/wallets-wallet-apis.md — new EIP-7702 delegation contracts subsection (v1.0.0 + v1.1.0 addresses). New "Chain-specific caveats → Monad (10 MON reserve balance rule)" subsection. Two Official Docs links appended.
  • skills/alchemy-api/references/data-nft-api.md — top-of-file Deprecation notice enumerating all 10 methods with per-method migration paths. Removed the stale isAirdrop → isAirdropNFT row from the v2→v3 migration table (both variants are being removed). Extended the getCollectionsForOwner footer note to point at the Sep 30, 2026 hard cutoff.
  • skills/alchemy-api/references/operational-supported-networks.md — Recently Deprecated section adds Degen Mainnet (this week) plus the five deprecations that were in PR [docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44's advertised scope but never made it into its diff: Polygon zkEVM Mainnet + Cardona, Botanix Mainnet, Scroll Sepolia, Syndicate Manchego, Sonic Blaze. Enumerated Notify and Data API network lists have those slugs removed.
  • skills/alchemy-mcp/SKILL.md — swapped getNFTSales out of the NFT API row example (still ~21 tools; example now uses a surviving method).

Byte-identical mirror in plugins/alchemy/skills/... regenerated via plugins/alchemy/scripts/sync_from_catalog.py.

Commit stack

Non-material this window (confirmed skipped)

  • Daikon-generated PRs #1558, #1565 (per playbook, always skip).
  • Weekly blockchain-node-upgrades changelog #1524.
  • Nav priority tweak for Solana DAS v2 #1550.
  • Beta-label removal on the Internal Transaction Debug trace filter subsection #1570webhooks-custom-webhooks.md doesn't enumerate specific filter categories, so no drift to fix.
  • Free-tier throughput 500→300 CU/s #1562operational-rate-limits-and-compute-units.md doesn't currently enumerate per-plan throughput values; adding one now would just create new rot surface. Docs page stays canonical.
  • V1 webhook / app-scope removal #1548webhooks-webhook-payloads.md was already schema-only with no V1/V2 or app field mention, so no drift.
  • Story → DATA Network rebrand mention #1546rg -i story skills/ plugins/ returns no chain references; nothing to update.
  • HyperCore REST expansion #1555 — pages are hidden: true (private preview), skip until unhidden.
  • Portfolio partial-failure example uses eth-mainnet #1541 — example-only refresh; the underlying partial-failure semantics were covered in PR [docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44.
  • Usage API unhide + beta removal #1559 — the cherry-picked operational-admin-api.md already documented Usage as available, so no additional edit needed. The docs unhide brings the docs into line with what the skill already reflects.

Notes for reviewers

Documents Alchemy's public Admin API surface (Apps + Chains + Usage endpoints) as a new skill reference, and adds the alchemy usage summary / alchemy usage timeseries CLI commands to the alchemy-cli skill.

Base: skills/aggregated-2026-08-24 (PR #44). Stack this on top of the aggregated PR; once #44 merges, this rebases onto main automatically.

Refs DX-3680

Requested-by: @SahilAujla
Weekly sync from merged docs changes 2026-08-19..2026-08-26.

Material coverage from this week's PRs:

- alchemyplatform/docs#1552 (getBalanceByOwnerAtSlot, Solana mainnet) — added
  to solana-rpc.md alongside the existing getTokenAccountsByOwnerAtSlot (which
  was flagged as material in the 2026-07-15 heartbeat but never landed on main
  via the pre-#44 pile). Documents params (wallet, mint, slot, scope), scope
  enum (all/ata), and the no-"latest"-default requirement.
- alchemyplatform/docs#1563 (v1.1.0 SemiModularAccount7702) — new EIP-7702
  delegation contracts subsection in wallets-wallet-apis.md, enumerating both
  supported addresses (v1.0.0 and v1.1.0). Any other delegation address is
  rejected on wallet_prepareCalls.
- alchemyplatform/docs#1560 (Monad reserve balance rule) — chain-specific
  caveat added: 10 MON reserve on delegated accounts + allowlisted access.
- alchemyplatform/docs#1542 (10 NFT API method removals, Sep 30 cutoff) —
  data-nft-api.md gains a top-of-file deprecation notice enumerating all 10
  methods with per-method migration paths. Updated getCollectionsForOwner
  footer note to point at the hard-cutoff date. Swapped getNFTSales out of
  alchemy-mcp/SKILL.md NFT API row example (still ~21 tools, but the example
  in the table should reflect the surviving surface).
- alchemyplatform/docs#1557 (Degen Mainnet pre-cutoff deprecation, Aug 31) —
  operational-supported-networks.md Recently Deprecated section + slug drop
  from enumerated Data API networks list.

Also backfilled the operational-supported-networks.md deprecations that were
in PR #44's advertised scope but got missed from its actual diff: Polygon
zkEVM Mainnet + Cardona, Botanix Mainnet, Scroll Sepolia, Syndicate Manchego,
Sonic Blaze. Each is now both in the Recently Deprecated narrative section
AND removed from the enumerated per-service networks lists.

The first commit on this branch (d0e6ebc) is a cherry-pick of the DX-3680
Admin API + Usage APIs skill file (originally shipped as PR #45, merged into
the aggregated-2026-08-24 branch concurrently with #44 → main and lost when
the base branch was cleaned up). The cherry-pick restores operational-admin-api.md
+ its plugins mirror + the skill-map.md row + the alchemy-cli/SKILL.md Usage
section. See LEARNINGS 2026-08-24 stacked PR entry — the split flow's happy
path was 'GitHub auto-rebases the follow-up onto main once the base merges',
but both PRs merged within 12 seconds and the retarget didn't fire.

Skipped this week (per WEEKLY_SKILLS.md triage rules):
- Daikon-generated OpenRPC/servers PRs (#1558, #1565).
- Weekly blockchain-node-upgrades changelog (#1524).
- Nav restructures (#1550 DAS v2 priority).
- Beta-label removal on custom-webhook filter subsection (#1570) — the skill
  file (webhooks-custom-webhooks.md) doesn't enumerate the specific filter
  categories, so no drift to fix.
- Free-tier throughput 500→300 CU/s (#1562) — operational-rate-limits-and-compute-units.md
  doesn't currently enumerate per-plan throughput numbers, so adding it now
  would just create new rot surface. Docs page stays canonical.
- V1 webhook / app-scope removal (#1548) — webhooks-webhook-payloads.md was
  already schema-only (no V1/V2 or app-field mention), so no drift.
- Story → DATA Network rebrand mention (#1546) — no skill references 'Story'
  as a chain, so nothing to update.
- HyperCore REST expansion (#1555) — hidden pages, will be material once
  unhidden.
- Usage API unhide + beta removal (#1559) — the cherry-picked operational-admin-api.md
  already documented Usage as available, so no additional edit needed. Aligned
  with reality after the docs unhide.

Byte-identical plugins/ mirror regenerated via
plugins/alchemy/scripts/sync_from_catalog.py.
@SahilAujla
SahilAujla merged commit 4caf3e5 into main Aug 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants