Add b20-console skill#501
Open
CharonAI-code wants to merge 1 commit into
Open
Conversation
81f1195 to
e3d55fd
Compare
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.
Add:
b20-consoleskillProvider: Charon
URL: https://b20.charon.codes
Slug:
b20-consoleWhat this skill enables
B20 contract inspection
Inspect any B20 contract address on Base or Base Sepolia.
Factory recognition
Checks whether the contract is recognized by the B20 factory.
Risk scoring
Returns a deterministic risk score across 16 B20-specific signals.
Risk flags
Shows the active flags behind the score, including policy state, pause state, initialization, supply cap, Permit / EIP-712 state, and read warnings.
Automatic chain detection
Checks Base mainnet first, then Base Sepolia. If the user explicitly says Base mainnet or Base testnet, the skill uses that chain directly.
Install
install the b20-console skill from https://github.com/BankrBot/skills/tree/main/b20-console
Files
b20-console/SKILL.md— agent instructions, workflow, trust boundary, output formatb20-console/catalog.json— Bankr catalog entryb20-console/logo.jpg— skill logob20-console/scripts/inspect-b20.js— CLI helper for calling the B20 Console APIb20-console/references/api.md— endpoint, params, error codes, data flowb20-console/references/risk-flags.md— risk methodology and flag meaningsNotes
Validation
node --check scripts/inspect-b20.js