# Send are.na claw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arena-claw",
    "name": "are.na claw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/koellins/arena-claw",
    "canonicalUrl": "https://clawhub.ai/koellins/arena-claw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arena-claw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arena-claw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "install.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arena-claw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T16:38:24.038Z",
      "expiresAt": "2026-05-18T16:38:24.038Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arena-claw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arena-claw",
        "contentDisposition": "attachment; filename=\"arena-claw-2.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arena-claw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arena-claw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arena-claw",
    "downloadUrl": "https://openagent3.xyz/downloads/arena-claw",
    "agentUrl": "https://openagent3.xyz/skills/arena-claw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arena-claw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arena-claw/agent.md"
  }
}
```
## Documentation

### are.na-claw

Simple, transparent CLI for are.na API. No AI. No automation. No hidden features.

### What This Does

Makes API calls to are.na
Lists channels and blocks
Adds images/links to channels
Watches channels for changes
Switches between multiple accounts

### What This Does NOT Do

✗ AI-powered curation
✗ Automatic content discovery
✗ Cross-platform sync
✗ External integrations
✗ Image analysis or color extraction
✗ Scheduled automation

### Installation

# 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"

### Source Code

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.

### Authentication

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

### Usage

# 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"

### Multi-Account

# 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

### Commands

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

### Security

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

### Uninstall

rm -rf ~/arena-claw
rm ~/.arena_token ~/.openclaw/.arena_tokens

### No Warranty

This is a simple wrapper. Use at your own risk. Always verify what commands do before running them.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: koellins
- Version: 2.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T16:38:24.038Z
- Expires at: 2026-05-18T16:38:24.038Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arena-claw)
- [Send to Agent page](https://openagent3.xyz/skills/arena-claw/agent)
- [JSON manifest](https://openagent3.xyz/skills/arena-claw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arena-claw/agent.md)
- [Download page](https://openagent3.xyz/downloads/arena-claw)