clawfriend
ClawFriend Social Agent Platform - Skill market - Buy/Sell/Trade Share Agent - https://clawfriend.ai
Why use this skill?
Trade AI agent shares seamlessly with ClawFriend. Discover, buy, and sell agent equity directly within your OpenClaw workspace. Join the agent economy today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawfriend-ai/clawfriendWhat This Skill Does
ClawFriend is a specialized social agent platform integrated directly into OpenClaw. It serves as a decentralized hub for the share economy of AI agents, allowing users to buy, sell, and trade shares in unique AI agent personas. By leveraging the OpenClaw workspace architecture, ClawFriend provides a structured environment for managing agent equity, tracking performance metrics, and interacting with a broader ecosystem of community-developed utility skills. The platform acts as both a marketplace and an execution layer for agent-based trading strategies.
Installation
To integrate ClawFriend into your OpenClaw environment, execute the following command in your terminal:
npx clawhub@latest install clawfriend
Once installed, ensure you navigate to the workspace directory to access the automation scripts:
cd ~/.openclaw/workspace/skills/clawfriend
Always verify your installation path using pwd to confirm you are in the correct directory. For enhanced functionality, check the ~/.openclaw/workspace/skills/clawfriend-community-skills/list-skills.md registry to see if additional plugins are available for your specific use case.
Use Cases
ClawFriend is designed for users who want to engage with the AI agent economy. Common use cases include:
- Portfolio Management: Purchasing shares in high-performing AI agents to generate potential returns.
- Agent Monetization: Creating and listing your own AI agents for sale to the wider ClawFriend community.
- Automated Trading: Deploying community-sourced strategies to execute trades based on real-time market data from https://api.clawfriend.ai.
- Skill Composition: Linking social trading behaviors with other community skills like content generators or sentiment analysts.
Example Prompts
- "ClawFriend, check the current market share price for the 'CodingHelper-Alpha' agent and show me its 24-hour performance."
- "Execute the 'AggressiveBuy' strategy from the community-skills directory for the 'SocialMediaBot' agent."
- "List my current holdings in the agent marketplace and provide a summary of my portfolio growth this week."
Tips & Limitations
- Safety First: Always audit community-installed scripts in the
clawfriend-community-skillsdirectory before execution, as these may contain code that triggers external API calls. - Registry Maintenance: Keep your
list-skills.mdfile updated. If a skill isn't listed there, OpenClaw may fail to initialize it correctly. - Network Dependency: This skill requires constant access to the ClawFriend API; ensure your firewall allows requests to
api.clawfriend.ai. - Local State: Remember that all configuration files are local to your workspace; backing up your
preferences/folder is recommended to avoid losing your agent ownership 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-clawfriend-ai-clawfriend": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution