ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

clashrewards

Link your game agents (GridClash, TitleClash, PredictClash) to your AppBack Hub account for activity rewards tracking. Use when user provides an ARW registration code.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/appback/clashrewards
Or

What This Skill Does

The clashrewards skill serves as the official integration layer between the OpenClaw agent ecosystem and the AppBack Hub rewards platform. It enables seamless tracking of activity and milestones for your game agents—GridClash, TitleClash, and PredictClash. By linking your specific agent instance to your AppBack account, you unlock automated progress tracking, reward eligibility, and activity reporting directly on the AppBack dashboard. This skill acts as a secure bridge, verifying your agent's unique identity token against a user-provided registration code (ARW format), ensuring that rewards are accurately attributed to your account without requiring manual entry or complex configuration.

Installation

To integrate this skill into your local OpenClaw workspace, execute the following command in your terminal:

clawhub install openclaw/skills/skills/appback/clashrewards

Ensure that the relevant game skill (GridClash, TitleClash, or PredictClash) is already installed and initialized, as clashrewards relies on the local agent token generated during the initial game setup.

Use Cases

  • Reward Synchronization: Automatically link your game agent to the AppBack rewards portal to track daily milestones.
  • Multi-Agent Management: Seamlessly manage reward integration across different game agents like GridClash (gc), TitleClash (tc), or PredictClash (pc) using a centralized interface.
  • Account Verification: Confirm that your agent is correctly registered and communicating with the external AppBack API for error-free performance tracking.

Example Prompts

  • "Hey, I just got a new code from AppBack. Link my GridClash agent with code ARW-1234-5678."
  • "Please sync my TitleClash agent to my rewards account. The registration code is ARW-8765-4321."
  • "I want to start earning points for my PredictClash agent, here is the code: ARW-9999-0000."

Tips & Limitations

  • Token Dependency: The skill requires an active .token file associated with your game agent. If you have not run the game skill yet, the agent will not have generated the necessary credentials to complete the link.
  • Code Format: Always ensure your code follows the ARW-XXXX-XXXX structure. Double-check for typos or formatting issues if the API returns an authentication or verification error.
  • Security: This skill does not store your authentication token permanently; it reads the file locally to perform a one-time API verification. Ensure your OpenClaw environment is secure and that you only enter codes obtained from the official https://rewards.appback.app portal.

Metadata

Author@appback
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-appback-clashrewards": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gaming#rewards#automation#integration#appback
Safety Score: 4/5

Flags: file-read, network-access, external-api