[docs-agent] Weekly skills update 2026-08-26 - #46
Merged
Merged
Conversation
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
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly sync from merged docs changes 2026-08-19..2026-08-26.
Docs PRs covered (material)
getBalanceByOwnerAtSlot(new Solana mainnet method). Sibling ofgetTokenAccountsByOwnerAtSlot; returns a wallet's total balance for a single mint at a specific slot, already summed across every token account.Skills files updated
skills/alchemy-api/references/solana-rpc.md— new *ByOwnerAtSlot subsection under Account Archive coveringgetTokenAccountsByOwnerAtSlotandgetBalanceByOwnerAtSlot. 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 staleisAirdrop → isAirdropNFTrow from the v2→v3 migration table (both variants are being removed). Extended thegetCollectionsForOwnerfooter 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— swappedgetNFTSalesout of the NFT API row example (still ~21 tools; example now uses a surviving method).Byte-identical mirror in
plugins/alchemy/skills/...regenerated viaplugins/alchemy/scripts/sync_from_catalog.py.Commit stack
d0e6ebc [docs-agent] Add Admin API + Usage APIs skill coverage (DX-3680)— cherry-pick of PR [docs-agent] Add Admin API + Usage APIs skill coverage (DX-3680) #45's commit. PR [docs-agent] Add Admin API + Usage APIs skill coverage (DX-3680) #45 was merged intoskills/aggregated-2026-08-24(PR [docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44's branch) 12 seconds after [docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44 merged into main. The auto-retarget documented in LEARNINGS 2026-08-24's stacked-PR entry didn't fire, so the DX-3680 content (operational-admin-api.md+ its plugins mirror +skill-map.mdrow +alchemy-cli/SKILL.mdUsage section) never landed on main. This PR restores it via cherry-pick, preserving the originalRequested-by: @SahilAujlatrailer.fba154a [docs-agent] Weekly skills update 2026-08-26— this week's material coverage.Non-material this window (confirmed skipped)
#1558,#1565(per playbook, always skip).#1524.#1550.#1570—webhooks-custom-webhooks.mddoesn't enumerate specific filter categories, so no drift to fix.#1562—operational-rate-limits-and-compute-units.mddoesn't currently enumerate per-plan throughput values; adding one now would just create new rot surface. Docs page stays canonical.#1548—webhooks-webhook-payloads.mdwas already schema-only with no V1/V2 orappfield mention, so no drift.#1546—rg -i story skills/ plugins/returns no chain references; nothing to update.#1555— pages arehidden: true(private preview), skip until unhidden.#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.#1559— the cherry-pickedoperational-admin-api.mdalready 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
main(post-[docs-agent] Aggregated skills sync 2026-08-24 (drains #34..#43 stack) #44). No conflicts.alchemy-botGPG key.Requested-by:trailer (the workflow's missing-attribution degraded path is intended here). The cherry-picked [docs-agent] Add Admin API + Usage APIs skill coverage (DX-3680) #45 commit carries its own originalRequested-by: @SahilAujlatrailer for DX-3680, which is correct.