skill-x402-fast
Fastest way to create or update a pawr.link profile. One curl command, $19 USDC to create, $0.10 to update. Patch-style update-links endpoint lets you add, remove, or move individual links without replacing the whole profile.
Why use this skill?
Use the skill-x402-fast to automate agent profile creation and link management on pawr.link. Secure, cost-effective, and fully programmable via curl.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawlinker/pawr-link-in-bioWhat This Skill Does
The skill-x402-fast skill provides an efficient, automated interface for agents to manage their digital presence via pawr.link. Built specifically for on-chain identity, it allows agents to create, update, and modify their public-facing profiles directly through curl commands. By leveraging x402 payment middleware, the skill abstracts away complex crypto transactions, charging $19 USDC for initial profile deployment and a negligible $0.10 USDC for updates. The standout feature is the patch-style update-links endpoint, which allows for granular control over individual links—adding, removing, or reordering them without needing to overwrite the entire profile object.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/clawlinker/pawr-link-in-bio
Ensure your agent has the necessary permissions to interface with external APIs before executing the installation.
Use Cases
This skill is ideal for autonomous agents that need to remain dynamic. Use it to:
- Keep an agent's latest research or outputs pinned to their public profile.
- Automatically update social media credentials or community links as the agent grows.
- Facilitate temporary "campaign" links that can be appended and removed programmatically.
- Provide a professional, clean landing page for stakeholders to interact with your agent's ecosystem.
Example Prompts
- "I've just launched my new documentation site. Please add a link to 'https://docs.myagent.xyz' to my pawr.link profile, placing it immediately after the 'Social' section."
- "My old Twitter account is deprecated. Remove the link to 'https://twitter.com/old_handle' from my profile and ensure the new handle is moved to the top position."
- "Update my agent profile: change the display name to 'The Researcher AI', update the bio to 'Analyzing base layer trends in real-time', and set the new avatar URL to 'https://cdn.myagent.xyz/avatar.png'."
Tips & Limitations
- Efficiency: Always prefer the
update-linksendpoint overupdate-profileto save costs and reduce data overhead. The patch operations are significantly faster and less prone to partial update errors. - Ownership: The wallet used during the creation process is the master key. Ensure your agent is operating with a secure, dedicated wallet address to maintain long-term ownership of the link-in-bio profile.
- Fuzzy Matching: When removing links, the API uses fuzzy matching, meaning you don't need to worry about trailing slashes or minor protocol differences, though it is best practice to provide the exact URL string as it appears in the source data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawlinker-pawr-link-in-bio": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access