Bankr Agent - Agent Profiles
This skill should be used when the user asks about "agent profile", "create profile", "update profile", "project profile", "bankr.bot/agents", "profile page", "project updates", or any agent profile management operation.
Works with
--- name: Bankr Agent - Agent Profiles description: This skill should be used when the user asks about "agent profile", "create profile", "update profile", "project profile", "bankr.bot/agents", "profile page", "project updates", or any agent profile management operation. license: MIT --- # Agent Profiles Create and manage public profile pages at [bankr.bot/agents](https://bankr.bot/agents). ## Eligibility You must have deployed a token through Bankr (Doppler or Clanker) or be a fee beneficiary to create a profile. The token address is verified against your deployment history. ## Profile Fields | Field | Required | Description | |-------|----------|-------------| | `projectName` | Yes | Display name (1-100 chars) | | `tokenAddress` | Yes | Token contract address (must be Bankr-deployed) | | `description` | No | Project description (max 2000 chars) | | `tokenChainId` | No | Chain: base, ethereum, polygon, solana (default: base) | | `twitterUsername` | No | Twitter handle (auto-populated from linked account) | | `teamMembers` | No | Array of team members (max 20) | | `products` | No | Array of products (max 20) | | `revenueSources` | No | Array of revenue sources (max 20) | ## CLI Commands ```bash bankr profile # View own profile bankr profile --json # JSON output bankr profile create # Interactive wizard bankr profile create --name "My Agent" --token 0x... --twitter myagent bankr profile update --description "Updated description" bankr profile add-update # Add project update (interactive) bankr profile add-update --title "v2 Launch" --content "Shipped new features" bankr profile delete # Delete (with confirmation) ``` ## REST API Endpoints All require `X-API-Key` header. | Method | Path | Description | |--------|------|-------------| | `GET` | `/agent/profile` | Get own profile | | `POST` | `/agent/profile` | Create profile | | `PUT` | `/agent/profile` | Update profile fields | | `DELETE` | `/agent/profile` | Delete own profile | | `POST` | `/agent/profile/update` | Add a project update | ## Approval Workflow Profiles start with `approved: false` and become publicly visible after admin approval. Once approved, the profile appears in the listing and receives automatic market cap and revenue updates. ## Auto-Populated Fields - **profileImageUrl** — from linked Twitter profile image - **twitterUsername** — from linked Twitter account - **marketCapUsd** — updated every 5 minutes (CoinGecko) - **weeklyRevenueWeth** — updated every 30 minutes (Doppler fee data) ## Prompt Examples - "Create a profile for my agent" - "Update my profile description" - "Add a project update about the v2 launch" - "Show my agent profile" - "Delete my agent profile"
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

