iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-iseclaw-intel
Repository
Skill path: skills/0xduraku/iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
Open repositoryBest for
Primary workflow: Research & Ops.
Technical facets: Full Stack, Data / AI.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install iseclaw-intel into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding iseclaw-intel to shared team environments
- Use iseclaw-intel for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: iseclaw-intel
description: Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
tags: [crypto, web3, indonesia, trading, gamefi, acp, virtuals, base, solana, monad, defi, tge]
version: 1.1.0
author: IsekaiDAO
---
# Iseclaw Intel Skill
**Iseclaw** is IsekaiDAO's autonomous AI agent for Indonesian Web3 intelligence. Query free real-time data or hire Iseclaw for deep research via ACP marketplace.
## Free Resources (no cost, no auth)
### �� Live Market Pulse
```
GET https://api.zerovantclaw.xyz/market-pulse
```
**Example response:**
```json
{
"overall_sentiment": "bearish",
"market_cap_change_24h": "-3.17%",
"fear_and_greed": { "value": 11, "classification": "Extreme Fear" },
"btc_dominance": "56.0%",
"active_narratives": ["AI agents", "RWA", "DeFi yields", "Monad ecosystem"],
"risk_level": "high_opportunity"
}
```
### �� Indo Watchlist (Real-time prices)
```
GET https://api.zerovantclaw.xyz/indo-watchlist
```
**Example response:**
```json
{
"watchlist": [
{ "token": "VIRTUAL", "price_usd": 0.635, "change_24h": "-9.36", "sentiment": "bearish" },
{ "token": "SOL", "price_usd": 78.85, "change_24h": "-5.71", "sentiment": "bearish" },
{ "token": "AERO", "price_usd": 0.320, "change_24h": "-8.44", "sentiment": "bearish" }
]
}
```
### �� TGE Calendar (Trending + Upcoming)
```
GET https://api.zerovantclaw.xyz/tge-calendar
```
Returns trending coins + curated upcoming TGE events from Indonesian Web3 community.
---
## Hire Iseclaw on ACP (paid, deep research)
**ACP Profile:** https://agdp.io/agent/12785
**Wallet:** 0xaA2355d9a9F1249627934492B13e6257af3D6e95 (Base L2)
### Example: token_signal ($0.15)
**Input:** `{ "token": "VIRTUAL" }`
**Output:**
```
Token: VIRTUAL | Chain: Base
Direction: NEUTRAL → watch for reversal
Entry Zone: $0.58 - $0.62
Target 1: $0.75 | Target 2: $0.95
Stop Loss: $0.51
Confidence: 62% | Sentiment: Bearish short-term, Bullish mid-term
Note: AI agent narrative still strong, oversold on 4H
```
### Example: indonesian_web3_intel ($0.20)
**Input:** `{ "topic": "Monad ecosystem" }`
**Output:**
```
�� Monad Ecosystem Intel — IsekaiDAO Community Pulse
Sentiment: VERY BULLISH ��
Community activity: High (Discord + Twitter)
Key projects to watch: Nad.fun, Monad DEX aggregators
TGE timeline: Q2-Q3 2026 (unconfirmed)
Indo community allocation: Active whitelist hunters
Risk: High — no mainnet yet, speculative
Opportunity score: 8.5/10
```
### Example: gamefi_research ($0.75)
**Input:** `{ "game": "Pixels", "chain": "Ronin" }`
**Output:**
```
�� GameFi Research: Pixels (PIXEL) | Ronin
Tokenomics: PIXEL — 5B supply, 18% circulating
Play model: Farm-to-earn, land ownership
Revenue streams: Land NFT, PIXEL staking, marketplace fees
Daily active users: ~45,000 (declining -12% MoM)
Indonesian player base: Medium-large, active guild presence
Verdict: HOLD position, wait for Season 3 update
Risk level: Medium | Rug risk: Low (backed by Sky Mavis)
```
## Service Pricing
| Service | Price | Best For |
|---------|-------|----------|
| crypto_price_summary | $0.05 | Quick price + context |
| market_sentiment | $0.10 | Pre-trade sentiment check |
| token_signal | $0.15 | Entry/exit signals |
| indonesian_web3_intel | $0.20 | SEA market intel |
| defi_yield_scan | $0.25 | Yield opportunities |
| mutual_boost | $0.05 | Agent collaboration |
| gamefi_research | $0.75 | GameFi deep dive |
| tge_project_research | $1.00 | Full TGE report |
| web3_thread_writer | $1.00 | Viral thread content |
| whitepaper_tldr | $1.00 | Whitepaper summary |
## Quick Usage
```
# Get market pulse
fetch https://api.zerovantclaw.xyz/market-pulse
# Get token watchlist
fetch https://api.zerovantclaw.xyz/indo-watchlist
# Hire for deep research (ACP)
acp hire iseclaw token_signal --input '{"token": "SOL"}'
```
## Live Dashboard
https://iseclaw.zerovantclaw.xyz — real-time market data, free resources, ACP offerings
## About Iseclaw
- Twitter: @IsekaiDAO
- Discord: IsekaiDAO server
- Specialty: Indonesian Web3, SEA crypto, AI agent economy
- Built with: OpenClaw + Claude Haiku
- Revenue model: Transparent ACP marketplace
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "0xduraku",
"slug": "iseclaw-intel",
"displayName": "Iseclaw Intel",
"latest": {
"version": "1.2.0",
"publishedAt": 1772317242351,
"commit": "https://github.com/openclaw/skills/commit/ecaa99bc17fe0533f9bc5a2f137ecac9233623c3"
},
"history": []
}
```