[docs-agent] Weekly skills update 2026-06-17 - #42
Closed
alchemy-bot wants to merge 1 commit into
Closed
alchemy-bot wants to merge 1 commit into
alchemy-bot wants to merge 1 commit into
Conversation
Sync skills references with this week's merged docs changes: - eth_getLogs block range tiers (alchemyplatform/docs#1391): updated per-tier chain matrix mention in node-json-rpc.md so agents know about the unlimited / 10,000 / chain-specific cutoffs. - Alchemy Signer signup sunset (alchemyplatform/docs#1388, #1390): documented the 2026-06-16 cutoff and the Privy + Wallet APIs migration path in wallets-account-kit.md. New-user signup via /signer/v1/signup and @account-kit/signer is no longer supported. - Sonic Blaze testnet post-cutoff cleanup (alchemyplatform/docs#1383): removed sonic-blaze from the Data API networks list and added it under Recently Deprecated / Removed with the 2026-06-12 cutoff date. - Arbitrum trace surface (alchemyplatform/docs#1368, #1376): added an arbtrace_* section to node-trace-api.md listing the 8 supported methods. Called out that arbtrace_rawTransaction is NOT available. - Alchemy Claude Plugin install path (alchemyplatform/docs#1370, #1372): the alchemy-mcp Claude Code section now leads with the /plugin install flow and keeps claude mcp add as a fallback. Skips: Daikon-generated specs (#1377, #1384), CI / docs.yml schema work (#1381), URL/slug fixes (#1387, #1380), lychee fixes (#1385), Katana quickstart/FAQ (#1386, no new capability axis), spec-sourcing routing (#1382, #1367), weekly node-upgrade changelog (#1379), style audit (#1371), wording (#1372), churn (#1375 added then reversed by #1376 same week). Refs WEEKLY_SKILLS
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
alchemyplatform/docschanges between 2026-06-10 and 2026-06-17.Docs PRs covered
[docs-agent] Update eth_getLogs supported block range table— per-chain Free / PAYG / Enterprise block-range tiers updated; high-volume EVM chains move to "unlimited" on paid plans.Remove deprecated signer signup docs—POST /signer/v1/signupdeleted; Embedded Account API CU table no longer lists/signer/signup.Clarify Alchemy Signer signup sunset— banner now says new user signups end 2026-06-16; existing users keep migrating;isSignupresponse field deprecated.[docs-agent] Remove Sonic Blaze testnet from docs (post-cutoff cleanup)—sonic-blazeslug removed from supported-chains table, OpenRPC server lists, and the trace/debug spec server lists; deprecation notice page retained.[docs-agent] Remove arbtrace_rawTransaction from docs— Arbitrum doesn't actually servearbtrace_rawTransaction; method definition and CU row removed.[docs-agent] Restore arbtrace_* method refs in arb.yaml (DOCS-112)— 8arbtrace_*$reflines re-added toarb.yamlafter Daikon stripped them in #1199.Add Alchemy Claude Plugin docs page(+ trim to Claude Code) — new install path:/plugin marketplace add alchemyplatform/alchemy-claude-plugin+/plugin install alchemy@alchemy, bundles MCP + skills + slash commands.Skills files updated
Each canonical update is mirrored to
plugins/alchemy/skills/....skills/alchemy-api/references/node-json-rpc.md— added a sentence to the Notes section summarizing the neweth_getLogsblock-range tiers per chain and linking to the canonical reference page.skills/alchemy-api/references/wallets-account-kit.md— added a "@account-kit/signercannot create new users after 2026-06-16, updated the Primary Use Cases section to "existing-user logins and migration only", added a Signer signup gotcha.skills/alchemy-api/references/operational-supported-networks.md— removedsonic-blazefrom the Data API networks list; added it to Recently Deprecated / Removed with the 2026-06-12 cutoff date.skills/alchemy-api/references/node-trace-api.md— added an Arbitrum Trace API section listing the 8 supportedarbtrace_*methods with theirtrace_*mirrors, plus a callout thatarbtrace_rawTransactionis not available.skills/alchemy-mcp/SKILL.md— Claude Code section now leads with the Alchemy Claude Plugin install (one step, bundles MCP + skills + slash commands) and keepsclaude mcp addas a fallback.Material changes
@account-kit/signerafter 2026-06-16 will fail.arbtrace_*is the correct namespace for trace methods on Arbitrum;arbtrace_rawTransactionis explicitly not served and will return "method does not exist".sonic-blaze) is sunset post-2026-06-12; agents using it will fail at the routing layer.eth_getLogsblock-range caps changed enough that the prior "use narrow ranges" handwave is misleading on PAYG/Enterprise high-volume chains. Skill now points at the canonical matrix.claude mcp addpath.Non-material PRs (skipped)
docs.ymlschema), #1382 / #1367 (remote spec sourcing for gas manager / bundler).arbtrace_rawTransaction) reversed by #1376 (removed it) → net zero, not material.