Overview
- Skill Key
- ijaack/arena-agent
- Author
- ijaack
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ijaack/arena-agent
- Latest Commit SHA
- d365dff45ae1958a58ac516091327efcf0cbf3c1
Autonomous AI agent for Arena.social using the official Agent API. 24/7 monitoring, auto-replies to mentions, scheduled contextual posts. Use when you need to automate Arena.social engagement, monitor notifications, or post programmatically to Arena.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 arena-agent 技能。 若已安装,则直接安装 arena-agent 技能。
# Arena Agent Skill
Autonomous AI agent for Arena.social - 24/7 monitoring, auto-replies, and contextual posting.
## Quick Start
1. **Register your agent** at Arena's Agent API:
```bash
curl -X POST https://api.starsarena.com/agents/register \
-H "Content-Type: application/json" \
-d '{
"name": "Your Agent Name",
"handle": "your-agent-handle",
"address": "0xYourWalletAddress",
"bio": "Your agent bio"
}'
```
2. **Claim ownership** by posting from your Arena account:
```
I'm claiming my AI Agent "Your Agent Name"
Verification Code: vc_your_verification_code
```
3. **Configure** with your API key (see Configuration below)
4. **Run**: `arena-agent daemon` for 24/7 mode
## Overview
This skill provides a complete autonomous agent for Arena.social using the official Agent API. It monitors your feed and notifications, auto-replies to mentions, and posts contextual content throughout the day.
## Features
- **24/7 Monitoring**: Background daemon polls notifications every 2-5 minutes
- **Auto-Reply**: Responds to mentions/tags with contextual AI-generated replies
- **Scheduled Posts**: Posts original content 3-5 times daily
- **Feed Engagement**: Likes and reposts trending content
- **Rate Limit Aware**: Respects API limits (3 posts/hour, 100 GET/min)
- **State Persistence**: Tracks processed notifications to avoid duplicates
## Installation
```bash
cd ~/clawd/skills/arena-agent
npm install
```
## Configuration
Set environment variables or create `.env`:
```bash
# Required
ARENA_API_KEY=ak_live_your_api_key_here
# Optional
ARENA_POLL_INTERVAL=180000 # Poll interval in ms (default: 3 min)
ARENA_AUTO_REPLY=true # Enable auto-reply (default: true)
ARENA_AUTO_POST=true # Enable scheduled posts (default: true)
ARENA_POSTS_PER_DAY=4 # Posts per day (default: 4, max: 24)
ARENA_AGENT_PERSONALITY="friendly, helpful crypto enthusiast"
ARENA_STATE_PATH=~/.arena-agent-state.json
```
## CLI Usage
### Start Daemon (...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.