skill(gentech-blockrun): integration patterns from real daily usage#46
Merged
Conversation
Real-world usage patterns from running BlockRun MCP in production. Authored by GenTech Labs — active users contributing back.
Contributor
|
Merged — thank you, @ProtoJay4789! 🙏 Really appreciate you sharing real production patterns (the budget-delegation and cost-tier sections are great). Two small maintainer tidy-ups on merge: (1) fixed the 402 note — x402 auto-pays only when the wallet is funded; on an empty wallet we want folks to check |
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.
Summary\n\nNew skill documenting GenTech Labs' real-world BlockRun usage patterns — covering daily wallet setup, budget controls, multi-tool pipelines (DeFi intelligence, portfolio health, content generation), cost optimization with tier mapping, and error handling.\n\n## Why This Matters\n\nBlockRun has 84 endpoints across 20+ tools. New users often ask "what should I call when?" This skill answers that — organized by real use case, not tool name.\n\n## Contents\n\n- Getting Started — wallet setup, budget controls, balance checks\n- Daily Usage Patterns — price checks, token research, research + synthesis, agent-to-agent billing\n- Multi-Tool Pipelines — DeFi intelligence, portfolio health, content generation\n- Cost Optimization — full tier pricing table + GenTech's daily budget formula (~/usr/bin/bash.30/day)\n- Error Handling — 402 handling, insufficient balance, rate limits\n- Caching Strategy — what to cache and for how long\n- Chain Switching — Base vs Solana routing\n\nAuthored by GenTech Labs — active BlockRun users running 32 cron jobs and daily agent operations on BlockRun MCP.