Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Simple CLI wrapper for the are.na API. Lists channels, adds blocks, watches feeds. No AI, no automation, no external integrations. Just API calls.
Simple CLI wrapper for the are.na API. Lists channels, adds blocks, watches feeds. No AI, no automation, no external integrations. Just API calls.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Simple, transparent CLI for are.na API. No AI. No automation. No hidden features.
Makes API calls to are.na Lists channels and blocks Adds images/links to channels Watches channels for changes Switches between multiple accounts
โ AI-powered curation โ Automatic content discovery โ Cross-platform sync โ External integrations โ Image analysis or color extraction โ Scheduled automation
# Clone the repository git clone https://github.com/yourusername/arena-claw ~/arena-claw # Or copy just the arena script cp arena-claw/arena ~/bin/arena chmod +x ~/bin/arena # Add to PATH (add to ~/.zshrc or ~/.bashrc) export PATH="$HOME/bin:$PATH"
The CLI is a single Python script: arena It uses only: curl for API calls python3 for parsing Local files for token storage No dependencies, no external imports.
Your API token stays on your machine. Tokens are stored locally: Single account: ~/.arena_token Multi-account: ~/.openclaw/.arena_tokens The skill never sends your tokens anywhere except to are.na API. # Add your account arena auth YOUR_API_TOKEN # Or add named account arena auth YOUR_API_TOKEN myaccount # Switch accounts arena switch myaccount # List accounts arena accounts
# Check your account arena me # List your channels arena channels # Get channel contents arena channel channel-name # Add image to channel arena add image https://example.com/image.jpg --channel my-channel # Add link to channel arena add link https://example.com --channel my-channel --title "Example" # Watch for new items arena watch channel-name --interval 60 # Search channels arena search glitch # Create channel arena create "my-channel"
# Add multiple accounts arena auth TOKEN1 account1 arena auth TOKEN2 account2 # Use specific account arena -a account1 me arena -a account2 channel shared-channel # Switch default account arena switch account1
CommandDescriptionarena auth <token> [name]Add API tokenarena accountsList configured accountsarena switch <name>Switch default accountarena meShow current userarena channels [user]List channelsarena channel <slug>Get channel contentsarena add <type> <url> --channel <name>Add block to channelarena watch <slug>Watch for changesarena search <query>Search channelsarena create <title>Create new channelarena trendingSearch trendingarena explore <keywords>Search by keywordsarena analyze <slug>Count block typesarena doctorDebug connection
No credential harvesting - Tokens stored only in your home directory No external calls - Only talks to api.are.na No data exfiltration - All data stays local No automatic execution - Every command is explicit No dependencies - Only curl and shell built-ins
rm -rf ~/arena-claw rm ~/.arena_token ~/.openclaw/.arena_tokens
This is a simple wrapper. Use at your own risk. Always verify what commands do before running them.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.