Add pawr-link skill: agent profiles on Base via Bankr#149
Open
baseddesigner wants to merge 4 commits intoBankrBot:mainfrom
Open
Add pawr-link skill: agent profiles on Base via Bankr#149baseddesigner wants to merge 4 commits intoBankrBot:mainfrom
baseddesigner wants to merge 4 commits intoBankrBot:mainfrom
Conversation
Create and update web3 link-in-bio profiles on pawr.link using Bankr for all on-chain transactions. $9 USDC to register, free updates. No private keys, no contract encoding — just natural language prompts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Path A (contract $9) / Path B (x402 $14) structure - Add rich widget types table (13 auto-detected widget types) - Add x402 create + update Bankr prompts - Add widget sizes (2x0.5, 1x1, 2x1) to links format - Add comparison table for both paths - Bump to v2.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Change frontmatter name from create-pawr-link to pawr-link to match the directory name, consistent with all other skills in the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Bankr NLP can't handle contract calls, approvals, or x402. Rewrites skill to use bankr submit json — encode calldata locally with ethers.js, submit raw tx via CLI. Tested and verified on-chain. - Remove Path B (x402) — Bankr has no x402 protocol support - Replace NLP prompts with encode+submit pattern - Add helper script (pawr-link-create.mjs) for one-step flow - Add pre-flight balance check, error codes, widget types Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
pawr-link/skill for creating and updating web3 link-in-bio profiles on pawr.linkTest plan
pawr.link/{username}after creation🤖 Generated with Claude Code
Note
Low Risk
Documentation-only additions with no runtime code changes; risk is limited to correctness of the provided contract addresses/commands.
Overview
Adds a new
pawr-link/skill with documentation for creating and updatingpawr.linkagent profiles using Bankr CLIsubmit jsontransactions on Base.Includes step-by-step examples for USDC
approve,createProfile, andupdateProfilecontract calls (plus field limits, link/widget formats, error codes, and a helper Node script) and references to alternative paid tiers.Written by Cursor Bugbot for commit 83306b7. This will update automatically on new commits. Configure here.