[docs-agent] Weekly skills update 2026-05-06#34
Open
JackReacher0807 wants to merge 1 commit into
Open
Conversation
Sync skill references with this week's merged docs PRs. - wallets-wallet-apis.md: add accountType selector table for wallet_requestAccount (PR #1280) - wallets-supported-chains.md: refresh capability axes (Bundler, Gas Sponsorship, ERC-20 Gas Payments, BSOs) and rebrand from Smart Wallets to Wallet APIs (PR #1108) - solana-websocket-subscriptions.md (new): Solana PubSub WebSocket subscriptions (accountSubscribe, programSubscribe, logsSubscribe, signatureSubscribe, slotSubscribe, rootSubscribe) (PR #1234) - node-websocket-subscriptions.md: scope title to EVM and cross-link Solana PubSub - solana-overview.md, skill-map.md, SKILL.md: index the new Solana PubSub reference No Requested-by trailer: cron-triggered weekly skills update has no Slack originator.
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-04-29 → 2026-05-06).
Docs PRs covered
wallet_requestAccountSkills files updated
skills/alchemy-api/references/wallets-wallet-apis.md— added an "Account Types (wallet_requestAccount)" table covering all 8accountTypevalues (sma-b,7702,la-v2,la-v2-multi-owner,ma-v1-multi-owner,la-v1.1.0,la-v1.0.2,la-v1.0.1) plus routing logic for non-MAv2 migrations. Reflects the docs change that legacy account types are now self-serve, no support ticket needed.skills/alchemy-api/references/wallets-supported-chains.md— rewritten from the previous 3-line stub. Now describes the four capability axes the docs table tracks (Bundler, Gas Sponsorship, ERC-20 Gas Payments, BSOs), notes that Solana is sponsorship-only, and notes that BSOs aren't on MegaETH yet. Also picks up the Smart Wallets → Wallet APIs rebrand.skills/alchemy-api/references/solana-websocket-subscriptions.md(new) — full reference for Solana PubSub:accountSubscribe,programSubscribe,logsSubscribe,signatureSubscribe,slotSubscribe,rootSubscribe(and matching*Unsubscribe). Covers when-to-use routing, request/notification format, the@solana/web3.jsConnectionhelper mapping, bandwidth-based pricing, and filtering guidance forprogramSubscribe.skills/alchemy-api/references/node-websocket-subscriptions.md— scoped title to "WebSocket Subscriptions (EVM)" and cross-linked the new Solana file soeth_subscribeand Solana PubSub are discoverable from each other.skills/alchemy-api/references/solana-overview.md— added the new file to the recommended-reading list.skills/alchemy-api/references/skill-map.md— indexed the new file under Solana, refreshed the WebSocket / Wallet APIs / Wallet Supported Chains rows to match the new descriptions.skills/alchemy-api/SKILL.md— added an Endpoint Selector row routing "Solana realtime events" → the new file.Material changes
wallet_requestAccountnow exposes 8accountTypevalues; the previous skills note implicitly assumed MAv2 only and didn't mention the parameter. Migration guidance updated.Out of scope (non-material this week)