Skip to content

Add pawr-link skill: agent profiles on Base via Bankr#149

Open
baseddesigner wants to merge 4 commits intoBankrBot:mainfrom
baseddesigner:add-pawr-link-skill
Open

Add pawr-link skill: agent profiles on Base via Bankr#149
baseddesigner wants to merge 4 commits intoBankrBot:mainfrom
baseddesigner:add-pawr-link-skill

Conversation

@baseddesigner
Copy link

@baseddesigner baseddesigner commented Feb 14, 2026

Summary

  • Adds pawr-link/ skill for creating and updating web3 link-in-bio profiles on pawr.link
  • Uses Bankr for all on-chain transactions — no private keys, no contract encoding
  • $9 USDC to register via PawrLinkRegistry contract, free updates forever
  • Also supports self-service ($14) and curated ($29) tiers via x402 — all Bankr-compatible

Test plan

  • Verify SKILL.md renders correctly
  • Verify Bankr prompts execute against PawrLinkRegistry on Base
  • Confirm profile appears at 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 updating pawr.link agent profiles using Bankr CLI submit json transactions on Base.

Includes step-by-step examples for USDC approve, createProfile, and updateProfile contract 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.

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>
baseddesigner and others added 2 commits February 16, 2026 16:42
- 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>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant